Hi All,

I use Tomcat 5.5.9.

My application opens multiple "pop-up" (window.open). Each of these
"pop-ups" send one request for information.
The main window (browser) still opens and the user can open multiple
"pop-ups" at the same time.

The problem i have is concerning the time of response. It's very slow if
the user opens up to 5 windows.
I've read that Http specification preconizes the use of 2/4 multiple
requests for the same session id/ browser. Is this correct ?
I'm not sure if i can let this multiple request happens, knowing that it
might impact the way browser manages the request/response...

What would you recommend as possible solution? Should i limit the number
of pop-ups, which would impact my functional specification ? :(
Is there any configuration to be done in terms of Tomcat ?

Thank you for your attention,

Thiago de Almeida



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to