Hi,

the minmum required number of threads are 1 + number of listen-sockets. So if 
you have one listener on port 80 and one ssl-listener on port 443 you need at 
least 3 threads. Tntnet will warn and increase MinThreads automatically to 
the minimum if you have less than that. Threads are not that expensive so it 
does not hurt to configure more than that. Normally a web-browser opens 3 
simultanous connections, so a good number for a single-user-server is 3 + 
number of listen-sockets. You may configure MaxThreads to the same value, so 
tntnet does not bother monitoring, if there are threads left waiting.

Tommi

Am Montag, 23. Juli 2007 16:03 schrieb Thorsten Glaser:
> Hi,
>
> what is the minimum required number of threads running, or rather,
> how do we optimise the MinThreads and MaxThreads values of tntnet.conf
> for running a simple webinterface on an embedded system with only
> one person expected to use it?
>
> Thanks in advance,
> //Th.Glaser

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to