Author gregory.p.smith
Recipients
Date 2006-06-08.05:51:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=413

eew yuck.  yes use poll at the very least.

we should also consider using epoll (linux) and kevent (bsd)
in the future as both of those scale better than O(n) unlike
select and poll.
History
Date User Action Args
2007-08-23 14:40:12adminlinkissue1494314 messages
2007-08-23 14:40:12admincreate