Hi All,
I have this scenario:

In my application, the user has the possibility of openning multiple
windows (browser) simutaneously.
In this case, each new window makes requests for data thru a struts
action.

That means, one user can make multiple requests to the servlet container
(Tomcat 5.5) at the "same time".

The problem i have is concerning the performance.
Since the user has oppened more than 4 windows, the browser (IE 6)
becomes freezed.

I have taken a look into the server and apparently there are no problems
of memory or processor.
For the Tomcat side, i did not see any disturbing problem concerning
performance.

What would you recommend as solutions for this kind of scenario ?

Thanks in advance,

Thiago de Almeida


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to