bagder: curl-www/libcurl/hiper _schedule.html,1.13,1.14
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/hiper In directory labb:/tmp/cvs-serv6267 Modified Files: _schedule.html Log Message: clarified Index: _schedule.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_schedule.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- _schedule.html 7 Dec 2005 15:41:12 -0000 1.13 +++ _schedule.html 7 Dec 2005 15:42:34 -0000 1.14 @@ -46,9 +46,9 @@ <p> Of course I hit some minor quirks having to avoid the varios 1024 file descriptor limits: the FD_SETSIZE default define is 1024 (limits how many -descriptors select() can use) and a user process defaults to max 1024 as -well. Working to smooth them out to be able to run tests using 1000, 2000 and -5000 idle connections with a single active one. +descriptors select() can use) and a user process defaults to allowing max 1024 +file descritors. Working to smooth them out to be able to run tests using +1000, 2000 and 5000 idle connections with a single active one. STOP