Thanks for the quick replies :-)

#####

Tom: we will try to telnet on the next stall!

#####

Dossy:

> 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.

#
# Thread library (nsthread) parameters
#
ns_section ns/threads
ns_param   mutexmeter         true      ;# measure lock contention
ns_param   stacksize          500000

#
# Server parameters
#
ns_section ns/server/${server}
ns_param   directoryfile      $directoryfile
ns_param   pageroot           $pageroot
ns_param   maxconnections     20
ns_param   maxdropped         0
ns_param   maxthreads         5
ns_param   minthreads         5
ns_param   threadtimeout      120
ns_param   globalstats        false    ;# Enable built-in statistics
ns_param   urlstats           false    ;# Enable URL statistics
ns_param   maxurlstats        1000     ;# Max number of URL's to do
stats on
#ns_param   directoryadp    $pageroot/dirlist.adp ;# Choose one or
the other
#ns_param   directoryproc    _ns_dirlist          ;#  ...but not both!
#ns_param   directorylisting  fancy               ;# Can be simple or
fancy

#
# Socket driver module (HTTP)  -- nssock
#
ns_section ns/server/${server}/module/nssock
ns_param   timeout            120
ns_param   address            $address
ns_param   hostname           $hostname

ns_section ns/db/pools
ns_param   main       "Pool 1"
ns_param   subquery       "Pool 2"
ns_param   log       "Pool 3"

ns_section ns/db/pool/main
ns_param   maxidle            1000000000
ns_param   maxopen            1000000000
ns_param   connections        5
ns_param   verbose            $debug
ns_param   extendedtableinfo  true
ns_param   logsqlerrors       $debug
ns_param   driver             postgres


#
# Modules to load
#
ns_section ns/server/${server}/modules
ns_param   nssock          ${bindir}/nssock.so
ns_param   nslog           ${bindir}/nslog.so
ns_param   nssha1          ${bindir}/nssha1.so
ns_param   nscache         ${bindir}/nscache.so
ns_param   nsdb         ${bindir}/nsdb.so
ns_param   nscgi           ${bindir}/nscgi.so


> Do you have the
> control port (nscp) configured?  Can you connect to the control port
> when the site becomes unresponsive?

We just installed nscp. We will check the control port next time when
it stops responding.


--
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