RE: Struts Action + Multiple Request

2006-07-18 Thread RODRIGUES DE ALMEIDA Thiago
hat is bad information. On 7/13/06, RODRIGUES DE ALMEIDA Thiago <[EMAIL PROTECTED]> wrote: > > Hi Antonio, > Thank you for your reply. > > Would you have the reference for these problems ? > If it's a browser's bug or limitation, i would need to prove it. :) > &g

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

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: 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

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

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