ancruna / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Feature Request : Libevent support #274

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It will be good you can you support libevent. 

Original issue reported on code.google.com by goelvive...@gmail.com on 12 Aug 2011 at 5:48

GoogleCodeExporter commented 9 years ago
It'll be bad, since it'll add to complexity and size with maybe some 
performance gains, which is a bad trade.

Original comment by valenok on 12 Aug 2011 at 11:03

GoogleCodeExporter commented 9 years ago
maybe?!

Original comment by goker.ce...@gmail.com on 24 Jan 2013 at 11:43

GoogleCodeExporter commented 9 years ago
There is no point in having libevent.
There are very few listening sockets, and poll() / select() is more then enough 
for them.
Actual connections are handled synchronously by worker threads.

Original comment by valenok on 24 Jan 2013 at 12:30