From: Stephen D. <sd...@gm...> - 2006-01-04 10:42:17
|
On 1/4/06, Zoran Vasiljevic <zv...@ar...> wrote: > > Am 04.01.2006 um 11:35 schrieb Stephen Deasey: > > > It's an API for async network IO. You create a queue which is managed > > by a single thread. You add tasks to the queue. A task is a callback > > and a socket event. The queue thread monitors all sockets for events > > (readable/writeable) and then runs the callbacks. > > Thanks. Need it be a socket or can it handle any open descriptor? > Has to be a socket, it's a limitation of poll(). :-( |