On Sun, 09 Feb 2014 01:51:13 GMT, Kelet wrote:

worth using libevent for UDP, though. It seems like it is much more useful for things like TCP or monitoring files.

UDP vs TCP is completely irrelevant here. It is all about having I/O during request processing and/or long computations. Async approach simply provides very efficient scheduling of CPU time for such cases.