[EMAIL PROTECTED] wrote:
On 9/12/06, Nathan Folkman <[EMAIL PROTECTED]> wrote:
They are still supported. The "base.tcl" was supposed to be a simpler
and more bare bones configuration example. The plan was to add other
smaller configuration examples, such as the "nscp.tcl" which could then
be combined with the "base.tcl." Never finished - sorry!
I just did a check of the 4.5 code and I can't find anywhere where it
is reading maxthreads or minthreads from the config.tcl. Changing
any of these settings has no effect.
ns_section "ns/server/server1"
ns_param maxthreads 20
ns_param minthreads 5
ns_param maxconns 20
Danie
These options have moved to the new "ns_pools" interface:
[1153ahost147:~/cvs/aolserver_head/nsd] shmooved% grep maxconns *
...
pools.c: "-maxthreads", "-minthreads", "-maxconns", "-timeout", NULL
...
- n
--
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.