
21 Dec
2005
21 Dec
'05
10:34 a.m.
Hi Dave, --- Dave Moore <jdmoore99@gmail.com> wrote:
Also, do you know of any explanation for the discrepancy between sync and async timings with the epoll reactor posted by Caleb Epstein?
Once I get the custom allocation stuff finished I'll do some profiling. Some possibilities include that it currently makes two allocations per operation (once for the reactor and once for the post() queue) or that it makes more system calls (epoll_ctl, epoll_wait and read rather than just read). However it's probably unwise to guess in the absence of profiling data :) Cheers, Chris