summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.h
Commit message (Collapse)AuthorAgeFilesLines
* removed uniprocessor optimizationRainer Gerhards2009-06-191-2/+1
| | | | | | ... as it was not even optimal on uniprocessors any longer ;) I keep the config directive in, maybe we can utilize it again at some later point in time (questionable).
* Merge branch 'dapatch'Rainer Gerhards2009-03-251-0/+1
|\
| * bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-251-0/+1
| | | | | | | | | | | | There exists a race condition that can lead to a segfault. Thanks go to vbernetr, who performed the analysis and provided patch, which I only tweaked a very little bit.
* | 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)
* moved runtime files into their own directoryRainer Gerhards2008-04-161-0/+119