Another abandoned server code base... this is kind of an ancestor of taskrambler.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Hopp dbb7042360 fixed the non keep-alive performance issue as well as i lower memory usage by using a single read and write circular buffer for every connection. @TODO: i noticed a server hang while getting large data (my image) with non keep-alive connections. Additionally an incomplete keep-alive request might stop the server now as the lock on the read buffer will not be released. 14 years ago
..
C-C++ added some documentation 10 years ago
www.w3.org added some documentation 10 years ago
FD_PASSING.txt move test under docs dir 10 years ago
ab-stress-2012-02-08.txt found the file handle lost...made a first workaround and added an todo. 10 years ago
cclass-thoughts.c changes related to server code 10 years ago
file-upload.txt lots of changes but primarily change the request parser to use a ringbuffer. The ringbuffer is implemented using the shared memory trick. 10 years ago
file-upload2.txt lots of changes but primarily change the request parser to use a ringbuffer. The ringbuffer is implemented using the shared memory trick. 10 years ago
rfc-http.html added some documentation 10 years ago