]> granicus.if.org Git - apache/commit
Assorted fixes for the OS/2 mpm:
authorBrian Havard <bjh@apache.org>
Mon, 12 Jul 1999 08:35:39 +0000 (08:35 +0000)
committerBrian Havard <bjh@apache.org>
Mon, 12 Jul 1999 08:35:39 +0000 (08:35 +0000)
commitdc3954cebbf1744a789045371eeed5261e3d04e1
tree3f862e57a4aaa2a2c98b9c2a69fcc35500040792
parentd935d798f0cba5b5b8849c12533c527ec0e03565
Assorted fixes for the OS/2 mpm:
- pchild really should be thread local
- clean_child_exit() should call _endthread(), not exit()
- Use DosSleep() for delay in wait_or_timeout() instead of ap_select
- Rework logic of searching for listen rec in child main, was getting hung
  in infinite loop when two sockets were being listened to. NOTE: I got it
  from prefork.c originally so that's probably broken too.
- Remove a debugging fprintf I accidentally left in...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83453 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/spmt_os2/spmt_os2.c