RE: Limit Num Requests

2006-12-20 Thread adamle
That's not a bad idea, I will look into. Thanks again for the help. Peter Crowther wrote: > >> From: adamle [mailto:[EMAIL PROTECTED] >> I thought of maybe putting a filter on the certain url >> pattern that I want, >> but instead of turning back the use

RE: Limit Num Requests

2006-12-20 Thread adamle
can be let through. Do you some inherent problem with this? Thanks, Adam. Peter Crowther wrote: > >> From: adamle [mailto:[EMAIL PROTECTED] >> I am looking for a solution that for a certain url pattern >> only allows a >> certain number of requests to be serviced

RE: Limit Num Requests

2006-12-20 Thread adamle
. I am looking for a solution that for a certain url pattern only allows a certain number of requests to be serviced at the same time. This would solve my problem, while not affecting servicing lighter pages. Cheers, Adam. Peter Crowther wrote: > >> From: adamle [mailto:[EMAIL

Limit Num Requests

2006-12-20 Thread adamle
Hello, I'm running a j2EE with Apache front end and Tomcat at the back accessing a MySQL db. I have some heavy urls, can take around 2 seconds each call. While testing the site with JMeter if I put 25 users in a thread group and hit the above url concurrently I kill my tomcat instance. This mean

Firefox, mod_jk, tomcat refresh hangs

2006-08-28 Thread adamle
Hello, I am using Apache 2.0.54 with mod_jk and Tomcat 5.0.28. When I try to access a simple html page on the Tomcat server, through apache using ajp 1.3, with Firefox and hit refresh it hangs about 20% of the times. If I try to access the same page directly using Tomcat's port it never hangs a