Marcos Sánchez Provencio [mailto:[EMAIL PROTECTED] wrote:
> One strange thing. We have set up Webware for 100 threads on each
> instance max, but they never get started. If I access the 
> example pages
> (wich obviously don't access Oracle) they take forever to 
> load (minutes)
> although we don't get the thread max. The apache sample pages load
> immediatly.

Try setting the MinServerThreads, MaxServerThreads, and StartServerThreads
to the same value of 100.  This will ensure that the entire thread pool is
created when the appserver starts up, with no need to expand the thread pool
while the appserver is running.

- Geoff


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to