summaryrefslogtreecommitdiffstats
path: root/runtime/wti.h
Commit message (Collapse)AuthorAgeFilesLines
* first attempt at dequeueing multiple batches inside the queueRainer Gerhards2009-04-221-2/+14
| | | | | | ... but this code has serious problems when terminating the queue, also it is far from being optimal. I will commit a series of patches (hopefully) as I am on the path to the final implementation.
* added a setting "$OptimizeForUniprocessor"Rainer Gerhards2008-10-221-0/+1
| | | | | | ...to enable users to turn off pthread_yield calls which are counter-productive on multiprocessor machines (but have been shown to be useful on uniprocessors)
* improved threadingRainer Gerhards2008-09-301-1/+0
| | | | | | | | - changed sequence when awakening thread - removed no longer needed condition variable - EXPERIMENTALLY added mutex guarding to hostname lookups this is to be removed if it does not have any verifyable useful effect
* moved runtime files into their own directoryRainer Gerhards2008-04-161-0/+63