Highly experimental boss-worker socket handler
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 27 Jan 2010 15:52:08 +0000 (16:52 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 27 Jan 2010 15:52:08 +0000 (16:52 +0100)
commit80efa0b009565fd772664f177dcd56af81e186a1
treed3f180b843faad4591c96b1bfa5307ae829b9951
parente3f0464ea4e840107ec25c1b6747e3a382c408d3
Highly experimental boss-worker socket handler

The eventl.h from old GFS/paraz is extended a bit. Socket notications
are sent via queues to a set of workers. Uses sel_thread. Currently
test_sel_thread passes.. Which itself tests sel_thread based on an
event handler that is ALSO using eventl. Now passes .. albeit the
work-flow gives me the creeps.
src/eventl.c
src/eventl.h
src/logic.c
src/test_sel_thread.c