Commit 1298e21b authored by Brian Havard's avatar Brian Havard
Browse files

OS/2: Rework CGI handling to use spawn*() instead of fork/exec, achieving

a roughly 5 fold speed up. Forking really sucks performance wise on OS/2
as it isn't supported by the kernal but fudged in the C libraries for
unix compatibility.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83034 13f79535-47bb-0310-9956-ffa450edef68
parent d42e3603
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment