On 5-Oct-06, at 12:18 PM, Ed McLain wrote:
I've been playing with Apache::Qpsmtpd for a few days now, and
while it does seem to work maybe a little faster than forkserver,
I'm having some issues doing connections limits. Basically I'm
wanting to setup each server to handle at max 200 connections,
however, I can't seem to figure out how to limit the number of
connections through apache gracefully. Does anyone have any insight
into this? One other question I have is how people are monitoring
the current connection count and status of the server in general?
In my forkserver installations it's as easy as counting the number
of qpsmtpd-forkserver processes but that doesn't quite work in the
apache realm. Any help would be appreciated.
To limit connections try http://dominia.org/djao/limitipconn.html
To see what's going on, see the scoreboard, or mod_status: http://
httpd.apache.org/docs/2.2/mod/mod_status.html
(if Apache::Scoreboard is updated for mod_perl2 now we should be able
to show even more info, like what stage each request is in, etc)
Matt.