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 12adecf6b4 add some thought 14 years ago
..
cclass.c change cclass so that the internal structure is no longer visible by the rest of the code 10 years ago
daemonize.c add daemonize code from other project. (Might be integrated in a future class but i am not sure right now 10 years ago
logger.c logger now works and has some basic testing 10 years ago
server.c changed from select(UNIX) to poll(POSIX) 10 years ago
server_close_conn.c changed from select(UNIX) to poll(POSIX) 10 years ago
server_run.c changed from select(UNIX) to poll(POSIX) 10 years ago
signalHandling.c work on server_run 10 years ago
socket.c more work on socket handling stuff... @TODO think about renaming it to connection as it only handles TCP sockets 10 years ago
socket_accept.c changed from select(UNIX) to poll(POSIX) 10 years ago
socket_connect.c more work on socket handling stuff... @TODO think about renaming it to connection as it only handles TCP sockets 10 years ago
socket_listen.c more work on socket handling stuff... @TODO think about renaming it to connection as it only handles TCP sockets 10 years ago