On Wed, Jun 13, 2012 at 9:36 AM, Lauri Kasanen <[email protected]> wrote: > Hi > > I couldn't measure a difference due to the added epoll_del call: static data > both with and without gets the same 29k trans/sec. > > - Lauri
i did some tests with valgrind/callgrind: the mk_sched_remove_client() perform the following: - without epoll delete = 0.38 - with epoll delete = 0.43 - conditional epoll delete OFF = 0.41 - conditional epoll delete ON = 0.46 comments ? -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
