epoll

Anatoly Vorobey mellon@pobox.com
Thu, 19 Feb 2004 20:29:20 +0200


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