vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > Date: Mon, 30 Jul 2007 21:48:18 -0500 > From: Gilles Chehade <veins@evilkittens.org> > > Hi tech@, > > Here's a diff that turns the poll() based accept loop with a kevent() > based accept loop What are you trying to achieve here? You're replacing portable code with code using a non-portable interface that lots of people aren't familiar with. You'd better have a very good reason for this. Cheers, Mark |