On 2006.01.30, David Kuczek <[EMAIL PROTECTED]> wrote:
> > Are you thread-maxing? Or, DB pool connection maxing?
>
> I am not sure if I know what you exactly mean. I'll just copy here the
> appropriate fragments of config.tcl. This is my 3.x config.tcl file
> that I also use for my current 4.0.10 aolserver.
>
> [...]
>
> ns_param maxconnections 20
> ns_param maxdropped 0
> ns_param maxthreads 5
> ns_param minthreads 5
Oh, wow, ouch. If you have a long running request -- five of them -- at
the same time ... subsequent requests will stall/hang until one of those
requests completes.
If you haven't already, I'd configure nslog's "logreqtime" on and look
in your access log for any long-running requests. See:
http://aolserver.com/sf/cvs/aolserver/nslog/nslog.html?rev=HEAD
Are you sure this site will never see >5 simultaneous users at any given
time? Hmm.
-- Dossy
--
Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/
Panoptic Computer Network | http://panoptic.com/
"He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on." (p. 70)
--
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.