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 0b72a3b150 saved another loop as i calculate the header string size when it is created. 14 years ago
..
http 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
interface structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
utils 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
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 start documenting this whole stuff...well at least add a copyright information in each file 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