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 b3413f40ab ed 14 years ago
..
cbuf start documenting this whole stuff...well at least add a copyright information in each file 10 years ago
http structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
interface now when a constructor returns -1 the new call will in turn call the destructor effectively freeing all resources. ATTENTION: now the destructor has to be aware that it might be called with a not completely initialized object. To make this more ease there is the FREE makro with the corresponding ffree that does NULL pointer checking and the destructor checks for NULL pointer too. Additionally the handle_accept now handles _SC_OPEN_MAX - 10 connections. The 10 are reserved for internal usage. 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 structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
socket changed /**/ single line comments to // 10 years ago
utils fix memory problems occured with latest changes 10 years ago
Makefile.am structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
cbuf.c structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
class.c start documenting this whole stuff...well at least add a copyright information in each file 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 structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
testserver.c structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago