« Return to Thread: Multiple Hits to same JSP

Re: Multiple Hits to same JSP

by Per Jonsson :: Rate this Message:

Reply to Author | View in Thread

Hi,
I hade a similar experience when I run the FireBug extention in FireFox.
but there was not as many as 500 requests more like 20 under some
circumstances.

/Per Jonsson

Christopher Schultz skrev:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Alan,
>
> Alan Chaney wrote:
> | Have you checked to see whether or not they are real requests - that
> is,
> | coming from the web. If they are there's nothing anyone on this list
> can
> | do...
>
> Not entirely. It's possible to write a throttling filter that might be
> able to reject some of these requests... the only question is if it is
> even useful to do in the first place. The processing and memory
> requirements might outweigh the benefits of rejecting the requests in
> the first place.
>
> Since all responses are 200 (success), you might just smile, say "hey,
> it's great that my web server can handle so many responses so fast with
> no errors" and sit back and relax.
>
> - -chris
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkgkzwIACgkQ9CaO5/Lv0PCewwCgoARLmKEmmkeXUpSqLG55jeuu
> Z+QAnRSVfn0fixB3yHLbUI0N4tgL8k8w
> =dujP
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@...
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Multiple Hits to same JSP