The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / benchmark / idle_clients.js @ master

History | View | Annotate | Download (920 Bytes)

# Date Author Comment
38dde968 10/27/2010 03:09 PM Ryan Dahl

Add extra anti-DoS tech to net.Server

aeb9bed6 10/27/2010 05:52 AM Ryan Dahl

Improve idle benchmarks

ac542722 10/27/2010 05:12 AM Ryan Dahl

Gracefully handle EMFILE

Implementing a tip from Marc Lehmann:
http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#The_special_problem_of_accept_ing_wh

Keep an extra FD around for every server. When you hit EMFILE, destroy that
FD, accept a connection, close it; in this way you can clear the connection...

3cf4827a 10/15/2010 01:11 PM Ryan Dahl

Add idle connection test