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 0caad5a564 changed to version 0.0.2 14 years ago
..
http closes #11: first very crude session handling implementation, no persitence no memory cleanups, spread over to much files TODO: clean this 10 years ago
interface structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
utils as i have a lot of static string initialization with the length of that sting a created and used a macro to prevent errors 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
session.h closes #11: first very crude session handling implementation, no persitence no memory cleanups, spread over to much files TODO: clean this 10 years ago
socket.h log when connect fails 10 years ago