Re: [EMAIL PROTECTED] 2 questions

2007-02-07 Thread Steven Pierce
*** REPLY SEPARATOR *** On 2/6/2007 at 4:11 PM Sander Temme wrote: >Yes, this is normal. The operating system places sockets in >TIME_WAIT for a certain period of time (usually two minutes) after >the server has completed a three-way TCP closure handshake. Various >oper

Re: [EMAIL PROTECTED] 2 questions

2007-02-06 Thread Sander Temme
On Feb 6, 2007, at 3:45 PM, Geoff Hartman wrote: Q1: Is there any way to optimize apache for the highest number of possible connections? Your main tunable is the MaxClients directive, which you can tune to maximize the number of workers Apache will have available. You should tune this al

Re: [EMAIL PROTECTED] 2 questions

2007-02-06 Thread Geoff Hartman
Thanks! - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 06, 2007 4:05 PM Subject: Re: [EMAIL PROTECTED] 2 questions On 2/6/07, Geoff Hartman <[EMAIL PROTECTED]> wrote: Q1: Is there any way to optimize apache for

Re: [EMAIL PROTECTED] 2 questions

2007-02-06 Thread Joshua Slive
On 2/6/07, Geoff Hartman <[EMAIL PROTECTED]> wrote: Q1: Is there any way to optimize apache for the highest number of possible connections? Yes. But how to do it is really dependent on your specific setup and needs. If you really only care about number of connections and not throughput, then

[EMAIL PROTECTED] 2 questions

2007-02-06 Thread Geoff Hartman
Q1: Is there any way to optimize apache for the highest number of possible connections? Q2: I seem to have a high number of active connections with a state of TIME_WAIT when I run netstat. Is that bad? or normal? Thanks!

Re: [EMAIL PROTECTED] 2 questions with apache2 operation

2005-09-14 Thread Joshua Slive
On 9/13/05, Dr. Scott S. Jones <[EMAIL PROTECTED]> wrote: > 1) I run Mailman 2.5 on my apache 2 installation, system running Debian 3.1. > I can open my mailman database if I enter it like this: > > http://fyrenice.com/cgi-bin/mailman/admin/listname > > However, if I leave out the '/cgi-b

[EMAIL PROTECTED] 2 questions with apache2 operation

2005-09-13 Thread Dr. Scott S. Jones
I am not sure where my system is corrupted, but it is problematic indeed. Here's the problem, and then a symptom: 1) I run Mailman 2.5 on my apache 2 installation, system running Debian 3.1. I can open my mailman database if I enter it like this: http://fyrenice.com/cgi-bin/mailman/adm