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 bf6a341b4c changed header hashing to use btree (GNU only). @TODO: make this conditional for other systems. Removed the qsort calls on server->fds making O(2nlogn) to O(n) 14 years ago
doc found the file handle lost...made a first workaround and added an todo. 10 years ago
docs updated docs 10 years ago
include changed header hashing to use btree (GNU only). @TODO: make this conditional for other systems. Removed the qsort calls on server->fds making O(2nlogn) to O(n) 10 years ago
src changed header hashing to use btree (GNU only). @TODO: make this conditional for other systems. Removed the qsort calls on server->fds making O(2nlogn) to O(n) 10 years ago
tests changes related to server code 10 years ago
.doxygen changed documentation 10 years ago
.gitignore initial checkin 10 years ago
AUTHORS initial checkin 10 years ago
COPYING initial checkin 10 years ago
ChangeLog changed header hashing to use btree (GNU only). @TODO: make this conditional for other systems. Removed the qsort calls on server->fds making O(2nlogn) to O(n) 10 years ago
Makefile.am make build system work again 10 years ago
NEWS initial checkin 10 years ago
README added first generated documentation 10 years ago
README.md Add README.md 10 years ago
TODO started a response handler and changed serverRun to use it for its response 10 years ago
bootstrap initial checkin 10 years ago
configure.ac daemonize testserver now 10 years ago

README.md

server

abstract

Another abandoned server code base... this is kind of an ancestor of taskrambler.

state

discontinued