aboutsummaryrefslogtreecommitdiff
path: root/src/Steer.c
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-10-25 17:48:27 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-10-25 17:48:27 +0000
commit30d58b3a4f747fc7fd732492df06abcc2c5bd6d6 (patch)
treebe2d711466125ae9f6d79cc7fe86e08ccde46a25 /src/Steer.c
parent9e42c49d93494ae88f5e8ead2729ab38706d81f0 (diff)
Experimental support for threading. Now if you configure with
PTHREADS=yes and put httpd::use_pthreads = "yes" in your parameter file, the polling routine will run in its own thread. Be careful if you have any http routines which modify data read by non-http routines, as you run into a potential conflict. It seems to work, 'though I should probably put a mutex on the steering stuff in case the queue gets dispatched at the same time as someone is adding to it... Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@95 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/Steer.c')
0 files changed, 0 insertions, 0 deletions