users@glassfish.java.net

Re: GlassFish appears to be running in single thread mode

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Fri, 20 Jun 2008 11:57:49 -0400

Salut,

glassfish_at_javadesktop.org wrote:
> I have a machine running GlassFish v2 ur1 and it appears to be running in a single thread mode where a servlet cannot be executed until it's previous invocation has completed.
>

Is there any lock/synchronization block inside your servlet

> Is this a configuration option? How can I tell if this server is running in this mode and how do I change it to a multithreaded mode?
>

Can you post your domain.xml? By default, 5 threads are created per
listener (port).

A+

-- Jeanfrancois