Re: MPM - connection

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2010-01-14 at 10:17 +0000, Andrew Hole wrote:

> What means "Each process/thread handles one connection at a time?" A
> connection is a request made by the client? A thread just handle a
> request?

A client (web browser) makes a connection to the server, thus using up
one Prefork_MPM child process or one Worker_MPM worker thread.

The client then issues a GET/POST/HEAD request and waits for the
response. The client may be permitted to make more than one
GET/POST/HEAD request without disconnecting, if KeepAlive is turned on,
otherwise the connection is closed, releasing the server resources to be
reused for another client (assuming the child process/thread isn't
reaped at that time).

Mark.

-- 
Mark Watts BSc RHCE MBCS
Senior Systems Engineer, Managed Services Manpower
www.QinetiQ.com
QinetiQ - Delivering customer-focused solutions
GPG Key: http://www.linux-corner.info/mwatts.gpg

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux