Allow any number of worker threads for sel_thread. Added optional parameter
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 23 Apr 2007 08:06:21 +0000 (08:06 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 23 Apr 2007 08:06:21 +0000 (08:06 +0000)
commit197410f262777b4955b23be723afe80d5f63cf77
treedbdc4d015ee39d4b44e3697402ca4285496be8e1
parent04178a3a27646374199bb2a22389451cb144f0a2
Allow any number of worker threads for sel_thread. Added optional parameter
work_destroy handler for sel_thread_create. This will only be called
sel_thread_destroy, in the case of non-empty work queues. Three resolver
threads now running - seems to make resolving many.xml slightly faster.
src/getaddrinfo.c
src/sel_thread.c
src/sel_thread.h
src/test_sel_thread.c