Re: [AOLSERVER] maxrun setting in aol4.5.1

2011-04-18 Thread Majid Khan
Furthermore even I found the following params dont exist in aol4.5.1, so I will remove them too. urlstats MaxUrlStats globalstats SystemScope - not even in 4.0.11 ThreadCache - not even in 4.0.11 auxconfigdir - not even in 4.0.11 EnableHostnameLookup - not even in 4.0.11 Regards, Majid. On

Re: [AOLSERVER] maxrun setting in aol4.5.1

2011-04-16 Thread Gustaf Neumann
Hi Majid, maxrun is one way to limit the maximum number of concurrent connections. It allows to limit certain kinds of requests (actually the queueing of incoming requests). See the naviserver man page for an example http://naviserver.sourceforge.net/n/naviserver/files/ns_limits.html

Re: [AOLSERVER] maxrun setting in aol4.5.1

2011-04-16 Thread Majid Khan
Hi Gaustaf, Thanks for clarifying the maxrun param. About Tcl variables this is how I am using them: ns_section ns/encodings ns_param .adp utf-8 ns_param .byt utf-8 set myserver_root /myserver set max_threads 40 set max_conns 1000 ;# or ConnsPerThread, i.e. after how many

Re: [AOLSERVER] maxrun setting in aol4.5.1

2011-04-16 Thread Gustaf Neumann
I still don't get, what your are doing with MaxKeepAlive, but i don't have to. Be aware, that aolserver does not use it as a config variable (just do a fgrep -Ri MaxKeepAlive . in the src directory). If your application uses MaxKeepAlive (from tcl, or from one of your c-modules), it is fine.

Re: [AOLSERVER] maxrun setting in aol4.5.1

2011-04-16 Thread Majid Khan
Right Gaustaf, I don't find it either, it seems it was just there till 3.x one of the thread which I found generated by you. http://www.mail-archive.com/aolserver@listserv.aol.com/msg07000.html I will just remove that param and will keep only keepwait in params. Regards, Majid. On Sat, Apr