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
..
mock logger now works and has some basic testing 10 years ago
Makefile.am changes related to server code 10 years ago
cclassTest.c initial checkin 10 years ago
loggerTest.c add info text about file handle passing and ported more stuff from my old server structure 10 years ago
runtest.c more work on socket handling stuff... @TODO think about renaming it to connection as it only handles TCP sockets 10 years ago
runtest.h logger now works and has some basic testing 10 years ago
serverTest.c changes related to server code 10 years ago
socketTest.c add testserver and did some fixes not shown by my incomplete tests 10 years ago
tst-tsearch.c make http request and response childs of a common parent http message 10 years ago