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 08533a4b62 oops, forgot one file 14 years ago
..
cbuf changed all string operation within header handling with fixed length mem operations, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY 10 years ago
http oops, forgot one file 10 years ago
interface get rid of some function calls when selection interfaces 10 years ago
logger start documenting this whole stuff...well at least add a copyright information in each file 10 years ago
ringbuffer fix inf loop. @TODO: This whole handling has to be cleaned. 10 years ago
server a taste of ajax 10 years ago
socket log when connect fails 10 years ago
utils moved request parser to generic parser. This is now able to create either a request or a response message dependent on the initial message line (version first or last). TODO change constructor of response to use a len parameter for the reason 10 years ago
Makefile.am a taste of ajax 10 years ago
cbuf.c structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
interface.c start documenting this whole stuff...well at least add a copyright information in each file 10 years ago
logger.c structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
rbtest.c 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
ringbuffer.c this change hopefully makes the shm trick work on amd64 10 years ago
server.c structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
socket.c get rid of some unneccessary system calls...one socket and one close 10 years ago
testserver.c change worker to a generic one, some cleanups in server 10 years ago