Commit Graph

6 Commits

Author SHA1 Message Date
Neale Pickett 9f058248ba Tweak for timers with no fd activity
Turns out the timeout value for select() and friends is an upper boundary.
once was being run as many as 12 times in a tight loop before a timer
expired.  I added a fudge factor of 0.001 seconds, and that seems to have
fixed it for most cases.
2008-03-18 10:55:31 -06:00
Neale Pickett eeab6fc319 Got dispatch unit tests working, not happy about how epoll timeouts work though 2008-03-17 17:22:12 -06:00
Neale Pickett d26e8bf0d6 Dispatch unit test (doesn't pass though) 2008-03-16 21:43:21 -06:00
Neale Pickett 27d0137167 Dispatch module working 2008-03-15 19:46:06 -06:00
Neale Pickett 3eb2571769 Start at dispatch module, needs debugging 2008-03-14 21:28:22 -06:00
Neale Pickett 0d4b2e3f92 New dispatch module 2008-03-14 12:16:04 -06:00