asynchronous socket writing
Jonas H.
jonas at lophus.org
Fri Mar 12 16:49:27 CET 2010
On 03/12/2010 03:50 PM, Marc Lehmann wrote:
> No, it uses events and non-blocking I/O, was other people have pointed out.
I am very sorry but I still don't get it.
How on earth can I get the 'you-can-now-write' event for another
client/request/whatever while writing to another client the same time?
Is this something libev handles for you? Splitting up big writes into
smaller ones, giving other clients a chance to be written to after each
part?
Jonas
More information about the libev
mailing list