Robinson Craig wrote:
> 
> What is a "slot"? And what do they really mean when they refer to an
> "access"?

A slot is a worker.  In prefork, that would be a process.  In worker, that
would be a thread available for handling a child request.

An available slot has no request.  An empty slot is a placeholder where there
is no process/thread, but Apache would create one when the MPM load tells it
to grow more processes.

Bill

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to