A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
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 6899a0c11e updated changelog 12 years ago
..
Makefile.am make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented. 12 years ago
close_conn.c improved ssl write error handling...this hopefully fixes occasionally crashes when using ssl 12 years ago
handle_accept.c a fix in size of asset names and change in logging 12 years ago
poll.c probably fixed problem in main look under load. This still has to be tested. 12 years ago
read.c fix return value...the situation should result in a connection close. 12 years ago
run.c accept as much as possible and stop processing as soon as possible 12 years ago
server.c changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess... 12 years ago
write.c as I currently have no idea whats the problem I first fixed all warnings...included the ldap warnings that where caused by the use of deprecated ldap_simple_bind_s and ldap_unbind_s. 12 years ago