Struts Action Multiple Request

2006-07-12 Thread RODRIGUES DE ALMEIDA Thiago
Hi All, I would like to have some "light" for a problem that i have in my app. I need to process multiple request to the same Struts Action: The user has the capability for openning multiple windows (browser) that make a request in the same action for same DB results. My problem is concerning per

Struts Action + Multiple Request

2006-07-13 Thread RODRIGUES DE ALMEIDA Thiago
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

Re: Struts Action + Multiple Request

2006-07-13 Thread Antonio Petrelli
RODRIGUES DE ALMEIDA Thiago ha scritto: The problem i have is concerning the performance. Since the user has oppened more than 4 windows, the browser (IE 6) becomes freezed. If I am not wrong, this is a browser "bug" (or feature), not a Struts nor Tomcat issue. If I remember correctly, both

Re: Struts Action + Multiple Request

2006-07-13 Thread David Delbecq
RODRIGUES DE ALMEIDA Thiago wrote: > 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

RE: Struts Action + Multiple Request

2006-07-13 Thread RODRIGUES DE ALMEIDA Thiago
ne- De : Antonio Petrelli [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 11:36 À : Struts Users Mailing List Objet : Re: Struts Action + Multiple Request RODRIGUES DE ALMEIDA Thiago ha scritto: > The problem i have is concerning the performance. > Since the user has oppene

Re: Struts Action + Multiple Request

2006-07-13 Thread Dakota Jack
I'll try to do this research on my own too. I appreciate if you help me out. Arrivederci, Thiago -Message d'origine- De : Antonio Petrelli [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 11:36 À : Struts Users Mailing List Objet : Re: Struts Action + Multiple Request

RE: Struts Action + Multiple Request

2006-07-18 Thread RODRIGUES DE ALMEIDA Thiago
What would it be ? Why not the browser problem ? Thank you, Thiago -Message d'origine- De : Dakota Jack [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14 juillet 2006 07:11 À : Struts Users Mailing List Objet : Re: Struts Action + Multiple Request It's not the browser. T

[OT] Re: Struts Action + Multiple Request

2006-07-13 Thread Antonio Petrelli
RODRIGUES DE ALMEIDA Thiago ha scritto: Would you have the reference for these problems ? With a bit of googling: http://support.microsoft.com/kb/183110 If it's a browser's bug or limitation, i would need to prove it. :) It seems to be a standard, at least for HTTP 1.1: http://blogs.

RE: [OT] Re: Struts Action + Multiple Request

2006-07-13 Thread RODRIGUES DE ALMEIDA Thiago
---Message d'origine- De : Antonio Petrelli [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 15:24 À : Struts Users Mailing List Objet : [OT] Re: Struts Action + Multiple Request RODRIGUES DE ALMEIDA Thiago ha scritto: > Would you have the reference for these problems ? &

Re: [OT] Re: Struts Action + Multiple Request

2006-07-13 Thread Antonio Petrelli
RODRIGUES DE ALMEIDA Thiago ha scritto: What would you recommend for my scenario ? Should i limit the number of "windows" openned ? Or maybe should i try to pass over this HTTP limitation ? What would you do ? Err... I would do... nothing! It does not seem a problem to me, because if I wai

Re: [OT] Re: Struts Action + Multiple Request

2006-07-13 Thread Monkeyden
I love this part: "...you should avoid doing standard Web browsing while these settings are in effect" Why should "standard Web browsing" not be subject to the HTTP Protocol Specification? These guys are characters. I'm glad I made the right decision years ago when I chose the Java camp, and no

RE: [OT] Re: Struts Action + Multiple Request

2006-07-13 Thread RODRIGUES DE ALMEIDA Thiago
, gets freezed. Well, if you have any other tip i will appreciate. Thank you very much, Thiago -Message d'origine- De : Antonio Petrelli [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 17:11 À : Struts Users Mailing List Objet : Re: [OT] Re: Struts Action + Multiple Requ