Re: Requests being processed at a certain moment

2008-06-04 Thread Jim Cox
I'm afraid it's a topic out of this mailing list. > > > > Álvaro Morillas Correa > VicioJuegos.com - Sortes Ing. Inf., S.L. > > Plaza Mayor, 25, 1º, Of. 9-B > 28911 Leganés (Madrid) > Teléfono: 916943388 – Móvil: 617315926 > Horario: L-J: 9:00-14:00, 15:00-18:

RE: Requests being processed at a certain moment

2008-06-04 Thread Sortes Ing. Inf. S.L.
inal- > De: Jim Cox [mailto:[EMAIL PROTECTED] > Enviado el: martes, 03 de junio de 2008 16:30 > Para: Tomcat Users List > Asunto: Re: Requests being processed at a certain moment > > I use a filter servlet to log entry/exit timestamps for requests > along with > some sh

Re: Requests being processed at a certain moment

2008-06-03 Thread David Fisher
1º, Of. 9-B 28911 Leganés (Madrid) Teléfono: 916943388 – Móvil: 617315926 Horario: L-J: 9:00-14:00, 15:00-18:30 | V: 9:00-15:00 -Mensaje original- De: Jim Cox [mailto:[EMAIL PROTECTED] Enviado el: martes, 03 de junio de 2008 16:30 Para: Tomcat Users List Asunto: Re: Requests being proce

Re: Requests being processed at a certain moment

2008-06-03 Thread Hassan Schroeder
On Tue, Jun 3, 2008 at 8:15 AM, Álvaro Morillas (Sortes Ing. Inf. S. L. ) <[EMAIL PROTECTED]> wrote: > Although I don't use servlets, only jsp's, it's a solution I've thought, > using a log taglib. The problem is that I must insert the code in every jsp > and it's painful XD > > I was looking for

RE: Requests being processed at a certain moment

2008-06-03 Thread Sortes Ing. Inf. S.L.
16:30 Para: Tomcat Users List Asunto: Re: Requests being processed at a certain moment I use a filter servlet to log entry/exit timestamps for requests along with some shell scripting to process the logs looking for "still open" requests. I've been using it for over a year for

Re: Requests being processed at a certain moment

2008-06-03 Thread Jim Cox
I use a filter servlet to log entry/exit timestamps for requests along with some shell scripting to process the logs looking for "still open" requests. I've been using it for over a year for a production site, it's been very useful for debugging unexplained slowdowns, hangs, etc. Filter is pretty

Requests being processed at a certain moment

2008-06-03 Thread Sortes Ing. Inf. S.L.
Hi everyone. This is my first post in this group. I hope this question hasn’t been answered before. I have a problem with my web application. It is growing and in certain peak moments the server gets very busy. I work with Tomcat 5.5 and IIS. I think the problem is within my programming (not co