On Thu, Feb 19, 2004 at 11:59:56AM -0500, Justin Matlock wrote: > Is there anyway to easily tell if memcached is actually using epoll? Yes, run it with EVENT_SHOW_METHOD set in the environment: $ EVENT_SHOW_METHOD=1 ./memcached It'll print the method used, whether epoll or anything else. -- avva