You can change it to 10ms. However, if we’re reliably using net_signal_hook_function to wake up the event thread, it’s not very relevant as that will immediately cause a return. Consistency is valuable, I’m +1 on changing it to 10ms.
-- Theo Schlossnagle http://lethargy.org/~jesus/ On Friday, January 3, 2014 at 12:13 PM, Leif Hedstrom wrote: > On Jan 2, 2014, at 5:03 PM, Igor Galić <i.ga...@brainsware.org > (mailto:i.ga...@brainsware.org)> wrote: > > > > > > > > + ``epoll_wait()``. The default value is ``10`` on all platforms except > > > + Solaris, where it is ``30``. > > > > > > > > > *Why* is it different on Solaris? > > > Fine question. I don’t know. Theo or anyone else using Solaris: Why would we > want the timeout to kevent() to be 30ms instead of 10ms as we do for Linux? > Can / should we change it to 10ms across the board? > > — Leif