-maxconns 125 "Kill each conn thread after is serves 125 connections"

So - the message is telling you - your threads are dying cause they reached the "maxconns" limit.

Hope that helps

M

On May 31, 2007, at 3:28 PM, Ian Harding wrote:

Thanks for that!  Now I keep seeing

Notice: exiting: exceeded max connections per thread

with things configured like this

ns_pools set default -maxthreads 100
ns_pools set default -minthreads 10
ns_pools set default -maxconns 125
ns_pools set default -timeout 120

Did I do something wrong or is this normal? I assumed the above setup said

"Don't ever have more than 100 threads in this pool"
"And start with 10, and never go have less than 10"
"And after we have 125 connections either being serviced, or waiting,
don't accept any more"
"And if you are just sitting around not doing anything for a couple
minutes, kill yourself"

Is that message actually telling me about a timeout?  I start with 10
threads, but dip well below when things are quiet.

Thanks!

- Ian

On 5/30/07, Michael Andrews <[EMAIL PROTECTED]> wrote:
These were moved to ns_pools in 4.5.  The default conn pool is called
"default"

ns_pools set default -maxthreads 20 -minthreads 1

They are no longer config params

M


On May 30, 2007, at 5:01 PM, Ian Harding wrote:

> I have seen this asked before but no answer.
>
> No matter what, I can only get 10 connections before they queue.
>
> These are the relevant settings...
>
> ns_param maxconnections 125
> ns_param maxthreads 100
> ns_param minthreads 50
>
> I am running AOLserver 4.5.
>
> Any ideas?
>
>
> --
> AOLserver - http://www.aolserver.com/
>
> To Remove yourself from this list, simply send an email to
> <[EMAIL PROTECTED]> with the
> body of "SIGNOFF AOLSERVER" in the email message. You can leave the
> Subject: field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.



--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.



--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to