asynchronous socket writing
Jonas H.
jonas at lophus.org
Thu Mar 11 15:54:05 CET 2010
Thanks for that lot of answers!
I think you're right with avoiding thread for now. Actually I don't
really need/want threads, I just didn't know there's another way to go
(nonblocking I/O).
What I don't really get is: If libev is event-driven, why won't I get
other 'accepts' while there's already another transaction going on in
the background? (I've set both sockets to be nonblocking.) Does this
need special setup?
Jonas
More information about the libev
mailing list