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 417b9f6d8f most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees. 12 years ago
assets try to use memory mapped io for asset access, but this one leaks like a rotten barge 12 years ago
certs initial fork from server project 14 years ago
config add suppport for file extension based mime type detection. 12 years ago
docs added some thoughts about socket states while reading and writing. This is not handled very well right now in my code which result in connections to be closed to early. 12 years ago
include most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees. 12 years ago
m4 change build system to accept CFLAGS 12 years ago
src most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees. 12 years ago
tests fix some warnings 12 years ago
.doxygen initial fork from server project 14 years ago
.gitignore now ignore log tsr files under tests 12 years ago
AUTHORS initial fork from server project 14 years ago
COPYING initial fork from server project 14 years ago
ChangeLog initial fork from server project 14 years ago
Makefile.am huge changes in build system. Moved a lot of stuff to separate archives, not finished right now. Additionally add some support for coverage reports. Next step after build restructuring is to write tests. 14 years ago
Makefile.am.coverage small changes in build system 13 years ago
NEWS initial fork from server project 14 years ago
README initial fork from server project 14 years ago
TODO most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees. 12 years ago
bootstrap initial fork from server project 14 years ago
configure.ac try to use memory mapped io for asset access, but this one leaks like a rotten barge 12 years ago

README

Actually this is some kind of server toolkit, also containing
a class and interface toolkit for C.
I use a gcc preprocessor extension to use empty variadoc
argument lists so actually this is gcc only code.

This should become a server that has a dynamic time-sliced part
that updates an internal state all the time.
Clients might connect as they want and get some information
from the server.
The server should scale in two manners.
New instances should be able to handle connection and get
updates about the computed state.
Additionally new instances might hold their own state which
all other instances might update.

In a first run the state might be something simple as a
matrix where every field hold a unique value. e.g.

-------------
|1|4|a|j|k|9|
-------------
|1|4|a|j|k|9|
-------------
|1|4|a|j|k|9|
-------------
|1|4|a|j|k|9|
-------------

suggestion for timing: sigsuspend