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 fc3c4ecb02 fix bug in call to httpParserHeader 14 years ago
..
http 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
interface structural changes for worker/process. @TODO actually i have no idea why this happens. 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
cbuf.h 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
class.h get rid of some function calls when selection interfaces 10 years ago
interface.h start documenting this whole stuff...well at least add a copyright information in each file 10 years ago
logger.h start documenting this whole stuff...well at least add a copyright information in each file 10 years ago
ringbuffer.h 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
server.h fix memory problems occured with latest changes 10 years ago
socket.h fix memory problems occured with latest changes 10 years ago