All scr="" HTML tags does submit a new request (images, link to css or
included javascript).

With servlet API you will get a new request object (and context) for
every request.

For into, HTTP 1.1 browser can ask server to keep the connection
alive, so that it can reuse the 1st connection for a new request, (->
less network trafic). This makes no change on servlet API behaviour.

Nico.

>
> Slightly more OT, but is one complete html page considered a request
or
> can a html page consist of multiple requests i.e. are images etc.
> downloaded in separate requests?
>
>
> Thanks
>
> Kola
>
> >> -----Original Message-----
> >> From: Jim Krygowski [mailto:[EMAIL PROTECTED]
> >> Sent: 06 March 2003 12:38
> >> To: Struts Users Mailing List
> >> Subject: RE: [OT] Simulating Concurrent Users
> >>
> >> I don't know if anyone missed this- but JMeter, an open source
> project at
> >> Apache is a pretty nice stress testing tool.  Very easy to use
and
> set
> >> up.
> >> Check it out and you won't have to deal with Microsoft.
> >>
> >>
> >> > -----Original Message-----
> >> > From: Todd Pierce [mailto:[EMAIL PROTECTED]
> >> > Sent: Wednesday, March 05, 2003 7:59 PM
> >> > To: 'Struts Users Mailing List'
> >> > Subject: RE: [OT] Simulating Concurrent Users
> >> >
> >> >
> >> > I know the port and proxy. It's my workstation, localhost:7001,
no
> >> proxy.
> >> >
> >> > The stress tester says it connects OK to localhost:80, but
there's
> no
> >> > webserver running on it.
> >> >
> >> > I guess I could RTFM, but then I'd have to go to the micro$oft
> website
> >> > again. Ah, **expletive**, I'll play with it later.
> >> >
> >> > -----Original Message-----
> >> > From: alexj [mailto:[EMAIL PROTECTED]
> >> > Sent: Thursday, 6 March 2003 11:35 AM
> >> > To: Struts Users Mailing List
> >> > Subject: Re: [OT] Simulating Concurrent Users
> >> >
> >> >
> >> > you may have better to ask your sys admin on wich port
> >> > and wich adress is your proxy ...(if you don't want any
> >> > blame)
> >> >
> >> >
> >> > --
> >> > Alexandre Jaquet
> >> > ----- Original Message -----
> >> > From: "Todd Pierce" <[EMAIL PROTECTED]>
> >> > To: "'Struts Users Mailing List'"
<[EMAIL PROTECTED]>
> >> > Sent: Thursday, March 06, 2003 1:25 AM
> >> > Subject: RE: [OT] Simulating Concurrent Users
> >> >
> >> >
> >> > > My problem is that it can't connect to the right port.
Anybody
> solved
> >> > this?
> >> > >
> >> > > -----Original Message-----
> >> > > From: alexj [mailto:[EMAIL PROTECTED]
> >> > > Sent: Thursday, 6 March 2003 10:42 AM
> >> > > To: Struts Users Mailing List
> >> > > Subject: Re: [OT] Simulating Concurrent Users
> >> > >
> >> > >
> >> > > you only need to specifie the proxy adress
> >> > >
> >> > > --
> >> > > Alexandre Jaquet
> >> > >
> >> > > ----- Original Message -----
> >> > > From: <[EMAIL PROTECTED]>
> >> > > To: <[EMAIL PROTECTED]>
> >> > > Sent: Thursday, March 06, 2003 12:00 AM
> >> > > Subject: RE: [OT] Simulating Concurrent Users
> >> > >
> >> > >
> >> > > > Sean, downloaded this software and set it up. Its pretty
> >> > simple to use.
> >> > > > Getting a problem though. Its not able to find the link to
my
> >> > application.
> >> > > > It talks about changing the proxy server of IE. However i
> >> > don't have the
> >> > > > rights to do that on my system. Do you have any ideas on
this?
> >> > > >
> >> > > > Thanks.
> >> > > >
> >> > > > -----Original Message-----
> >> > > > From: Sean Chambers [mailto:[EMAIL PROTECTED]
> >> > > > Sent: Wednesday, March 05, 2003 2:15 PM
> >> > > > To: 'Struts Users Mailing List'
> >> > > > Subject: RE: [OT] Simulating Concurrent Users
> >> > > >
> >> > > >
> >> > > > sorry, should point out that its blatantly not open source.
> but it
> >> is
> >> > > > free-ish
> >> > > >
> >> > > > > -----Original Message-----
> >> > > > > From: Sean Chambers [mailto:[EMAIL PROTECTED]
> >> > > > > Sent: 05 March 2003 19:52
> >> > > > > To: 'Struts Users Mailing List'
> >> > > > > Subject: RE: [OT] Simulating Concurrent Users
> >> > > > >
> >> > > > >
> >> > > > > dont flame me for this, but you could try micro$ofts web
> >> > > > > appliaction stress
> >> > > > > test tool. it only *runs* on NT x but u can use it to
stress
> >> > > > > anything i
> >> > > > > think.. and apparently its pretty simple to use.
> >> > > > >
> >> > > > >
> http://www.microsoft.com/technet/treeview/default.asp?url=/tec
> >> > > > > hnet/itsolutio
> >> > > > > ns/intranet/downloads/webstres.asp
> >> > > > >
> >> > > > > > -----Original Message-----
> >> > > > > > From: Jim Krygowski [mailto:[EMAIL PROTECTED]
> >> > > > > > Sent: 05 March 2003 19:45
> >> > > > > > To: Struts Users Mailing List
> >> > > > > > Subject: RE: [OT] Simulating Concurrent Users
> >> > > > > >
> >> > > > > >
> >> > > > > > Does JMeter fit the bill?
> >> > > > > > http://jakarta.apache.org/jmeter/index.html
> >> > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > > > > -----Original Message-----
> >> > > > > > > From: [EMAIL PROTECTED]
> >> > [mailto:[EMAIL PROTECTED]
> >> > > > > > > Sent: Wednesday, March 05, 2003 2:20 PM
> >> > > > > > > To: [EMAIL PROTECTED]
> >> > > > > > > Subject: [OT] Simulating Concurrent Users
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > Hi,
> >> > > > > > > Is there some open source tool or technique that I
can
> use to
> >> > > > > > > simulate concurrent users for our application? I
> especially
> >> want
> >> > > > > > > to test our
> >> > > > > > > connection pooling implementation.
> >> > > > > > >
> >> > > > > > > Thanks,
> >> > > > > > > Gaurav
> >> > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> >
> --------------------------------------------------------------------
-
> >> > > > > > > To unsubscribe, e-mail:
> >> > [EMAIL PROTECTED]
> >> > > > > > > For additional commands, e-mail:
> >> > > > > [EMAIL PROTECTED]
> >> > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> >
> --------------------------------------------------------------------
-
> >> > > > > > To unsubscribe, e-mail: struts-user-
> >> [EMAIL PROTECTED]
> >> > > > > > For additional commands, e-mail:
> >> > [EMAIL PROTECTED]
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> **************************************************************
> >> > > > > ************
> >> > > > > CONFIDENTIALITY / DISCLAIMER NOTICE
> >> > > > >
> >> > > > > This communication contains information, which is
> confidential
> >> > > > > and may also be privileged. It is for the exclusive use
of
> >> > > > > the recipient(s). If you are not the intended
recipient(s)
> >> > > > > please note that any distortion, copying or use of this
> >> > > > > communication or the information in it is strictly
> prohibited.
> >> > > > > Any  views or opinions presented are solely those of the
> >> > > > > author and do not necessarily represent those of
> >> > > > > Euro RSCG Wnek Gosper.
> >> > > > >
> >> > > > > If you have received this communication in error please
> notify
> >> > > > > us by e-mailing the author or by telephoning (020  7240
4111)
> >> > > > > and then delete the communication and any copies of it.
> >> > > > >
> >> > > > > This footnote also confirms that this email message has
been
> >> > > > > swept by MIMEsweeper for the presence of computer
viruses.
> >> > > > >
> >> > > > > http://www.eurorscg.co.uk
> >> > > > >
> **************************************************************
> >> > > > > ************
> >> > > > >
> >> > > > >
> >> > > > >
> >> >
> --------------------------------------------------------------------
-
> >> > > > > To unsubscribe, e-mail: struts-user-
> >> [EMAIL PROTECTED]
> >> > > > > For additional commands, e-mail: struts-user-
> >> [EMAIL PROTECTED]
> >> > > > >
> >> > > >
> >> > > >
> >> > > >
> >> >
> >>
>
**********************************************************************
**
> *
> >> *
> >> > > > CONFIDENTIALITY / DISCLAIMER NOTICE
> >> > > >
> >> > > > This communication contains information, which is
confidential
> >> > > > and may also be privileged. It is for the exclusive use of
> >> > > > the recipient(s). If you are not the intended recipient(s)
> >> > > > please note that any distortion, copying or use of this
> >> > > > communication or the information in it is strictly
prohibited.
> >> > > > Any  views or opinions presented are solely those of the
> >> > > > author and do not necessarily represent those of
> >> > > > Euro RSCG Wnek Gosper.
> >> > > >
> >> > > > If you have received this communication in error please
notify
> >> > > > us by e-mailing the author or by telephoning (020  7240
4111)
> >> > > > and then delete the communication and any copies of it.
> >> > > >
> >> > > > This footnote also confirms that this email message has
been
> >> > > > swept by MIMEsweeper for the presence of computer viruses.
> >> > > >
> >> > > > http://www.eurorscg.co.uk
> >> > > >
> >> >
> >>
>
**********************************************************************
**
> *
> >> *
> >> > > >
> >> > > >
> >> > > >
> -------------------------------------------------------------------
> >> --
> >> > > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >> > > > For additional commands, e-mail: struts-user-
> >> [EMAIL PROTECTED]
> >> > > >
> >> > > >
> -------------------------------------------------------------------
> >> --
> >> > > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >> > > > For additional commands, e-mail: struts-user-
> >> [EMAIL PROTECTED]
> >> > > >
> >> > >
> >> > >
> >> > >
> --------------------------------------------------------------------
-
> >> > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >> > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >> > >
> >> > >
> --------------------------------------------------------------------
-
> >> > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >> > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >> > >
> >> >
> >> >
> >> >
> --------------------------------------------------------------------
-
> >> > To unsubscribe, e-mail:
[EMAIL PROTECTED]
> >> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >> >
> >> >
> --------------------------------------------------------------------
-
> >> > To unsubscribe, e-mail:
[EMAIL PROTECTED]
> >> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >> >
> >> >
> >>
> >>
>
>> -------------------------------------------------------------------
--
> >> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> >> For additional commands, e-mail:
[EMAIL PROTECTED]
>
>
> --------------------------------------------------------------------
-
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to