Hi,
Simultaneous requests from the same browser are not too uncommon,
and they not require users to use many mouses ;-) :

- One doPost() requires longer processing -
  let say 10 seconds. Meanwhile,  the user clicks a new link
  sending a new request to the same  servlet engine (or context)

- Slow line links - Two requests (started at 2 second click interval)
  arrive at servlet engine simultaneously, due to latencies at IP
  level. The two requests may even arrive in reverse order (!)

- Frames, javascript, applet code wich send multiple requests
  to the same engine.
  For example refreshing frames, needed to update information
  on the user screen at a few seconds interval, plus the user
  that clicks when they like..

Perhaps many other scenarious...

Bye,
Cezar.

On Mon, 5 Jul 1999, Ted Neward wrote:

> I think it's better to plan for the case (which, agreed, may never occur,
> except perhaps by automatic tools making nearly-simultaneous requests across
> a high-latency network), than to be caught by surprise when having NOT
> prepared for it.
>
> Ted Neward
> Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here
> http://www.javageeks.com/~tneward
>  "I don't even speak for myself; my wife won't let me." --Me
>
> -----Original Message-----
> From: guillaume ORIOL <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Monday, July 05, 1999 9:52 PM
> Subject: Re: Comments on 2.2 Public Review Draft
>
>
> >I can't figure out how a single user could open multiple browser windows
> >(the unique case to send request with the same session id)
> >and post multiple requests SIMULTANEOUSLY !?
> >Perhaps with multiple mouses or multiple keyboards...?
> >I don't understand.
> >
> >>> Can you give
> >>> an example where this is required?
> >>The same requirements as for GUI single-user applications...
> >>When user opens multiple browser windows and posts them
> >>simultaneously ..
> >

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to