Thread pool for server nanohttp
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 5 Jan 2010 21:14:25 +0000 (22:14 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 5 Jan 2010 21:14:25 +0000 (22:14 +0100)
commit186f7ffa23b07da1ef6549a1dc96fea1f4ea37e2
tree6c371f06533eb0370232c543a826a52c988246de
parentb6ddaa5f1c397b369d6523f87df831843a3efc9e
Thread pool for server
include/yaz/Makefile.am
include/yaz/sock_man.h
include/yaz/srv.h [new file with mode: 0644]
include/yaz/tpool.h [new file with mode: 0644]
src/Makefile.am
src/nanohttp.c [deleted file]
src/sock_man.c
src/srv.c [new file with mode: 0644]
src/tpool.c [new file with mode: 0644]
test/Makefile.am
test/tst_srv.c [new file with mode: 0644]