×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
From: Walden H. Leverich
OK, if I've got that then a given request will be processed by a given
"pre-forked Apache process" and have access to that connection? Then
where does the forking come in?
I think the word "pre-forked" is referring to the additional jobs that the parent Apache process starts initially to handle CGI requests. The jobs are pre-started so that a pool is available to process incoming requests - rather than starting a new CGI job for each new request - which would consume too much time.
The parent process dispatches new requests to any one of the jobs in the pool based on whether the job is ready for a new request - or not. If all the jobs in the pool are busy handling requests - the parent process will start another one or more - up to a configured maximum.
Nathan.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.