-
Website
http://3.rdrail.net/blog -
Original page
http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Rod Page
1 comment · 8 points
-
seo company
1 comment · 1 points
-
Traveller_Adventure
1 comment · 2 points
-
ojbyrne
2 comments · 1 points
-
green cleaning seattle
1 comment · 2 points
-
-
Popular Threads
Libev doesn't have a built in webserver, it leaves that to the developer to code , or it can emulate libevent if the libevent httpd server is required. I've written a small server based on 'libev' and compared it to other ones. Take a look :
http://www.zenebo.com/word/asynchronous-program...
Feel free to take a look http://software.schmorp.de/pkg/libev.html
cheers,
arek bochinski
I'm feed up with libevent its web server is just too slow!! moving on libev now.
ab -n 10000 -c 1000 http://localhost/
...
Requests per second: 11222.37 [#/sec] (mean)
...
nginx FTW.
Have a nice day
marc hames
______________________________________________