ok --i will try and raise the value to see if it matters -- but it is already at 200;
200 threads for 5 connections and no deployed apps ? other than default-web.xml ??
gary
----- Original Message -----
From: Oleksiy Stashok
To: users_at_glassfish.dev.java.net
Sent: Monday, April 26, 2010 1:42 AM
Subject: Re: manimum connections to gfv3 on 64bit windows7 PRO ??
Hi Gary,
you may want to increase the number of worker threads in the domain.xml (suppose you're using GFv3).
<thread-pool name="http-thread-pool" max-thread-pool-size="N"/>
where N - is the number of worker threads.
WBR,
Alexey.