Re: NioBlockingSelector consuming all CPU

2010-09-24 Thread Thiago Locatelli da Silva
think i will have no choice. Thanks Thiago * * Thiago Locatelli da Silva escreveu: Hi Chuck, thanks for the reply. I am using CentOS linux with kernel version 2.6.18-53.1.13.el5. I have changed the BIO Connector due to our application which makes use of the comet functionality. This has been a

Re: NioBlockingSelector consuming all CPU

2010-09-22 Thread Thiago Locatelli da Silva
some changes done on the release 6.0.19 the application stopped working. - Thiago Caldarale, Charles R escreveu: From: Thiago Locatelli da Silva [mailto:thiago.si...@digitro.com.br] Subject: NioBlockingSelector consuming all CPU I am running tomcat 6.0.29 with jdk 1.6.0_21 (under

NioBlockingSelector consuming all CPU

2010-09-21 Thread Thiago Locatelli da Silva
Hello list... I am running tomcat 6.0.29 with jdk 1.6.0_21 (under linux) here when the CPU usage started raising out of the blue. Then I started monotoring the JVM (TopThreads and JTop - Jconsole plugins) to see what is going on and I got that from the VisualVM. sun.misc.Unsafe.unpark(Native

Help with Tomcat 6.0.29 and Comet

2010-09-01 Thread Thiago Locatelli da Silva
Hello everybody. We have an application which was developed using comet and gwt and it was build over the tomcat 6.0.16 code. It was working very well and as according to the documentation, we are closing all the come events when we reach the event type ERROR and END. The application has never

Re: Tomcat load balancing question x problem

2010-08-30 Thread Thiago Locatelli da Silva
the girls I hook up, lets do the way then want and in the future when they discover that it was not a good practice i will tell them: "i told ya" *Thiago Locatelli da Silva* /Analista de Sistemas/ /SIC - TDI - Tecnologia em Desenvolvimento de Interfaces/ *DÍGITRO TECNOLOGIA* *E-mail

Re: Tomcat load balancing question x problem

2010-08-30 Thread Thiago Locatelli da Silva
, Thiago Locatelli da Silva wrote: Hi Rainer, I followed your suggestions and it seems to be working, the load balacing, now i need to look into why my application, created with gwt + comet is not working. It seems that comet stopped working. Any information about what the solution was? Upgrading

Re: Tomcat load balancing question x problem

2010-08-27 Thread Thiago Locatelli da Silva
Hi Rainer, I followed your suggestions and it seems to be working, the load balacing, now i need to look into why my application, created with gwt + comet is not working. It seems that comet stopped working. Thanks T Rainer Jung escreveu: On 27.08.2010 14:17, Thiago Locatelli da Silva

Re: Tomcat load balancing question x problem

2010-08-27 Thread Thiago Locatelli da Silva
: On 27.08.2010 14:17, Thiago Locatelli da Silva wrote: Hello list! :) Here at work I was asked to give a try on load balancing two tomcat servers running tomcat 6.0.29. The problem is that I was given only two servers to do this, what gave me only one option: run the apache in one of these servers

Tomcat load balancing question x problem

2010-08-27 Thread Thiago Locatelli da Silva
Hello list! :) Here at work I was asked to give a try on load balancing two tomcat servers running tomcat 6.0.29. The problem is that I was given only two servers to do this, what gave me only one option: run the apache in one of these servers. So I decided to put the apache httpd server which

Re: How to list registered Servlets (Servlet 3.0 spec)

2010-08-26 Thread Thiago Locatelli da Silva
Many Thanks for you reply Chuck, i will take a lot at the servlet 3.0 spec! thiago Caldarale, Charles R escreveu: From: Thiago Locatelli da Silva [mailto:thiago.si...@digitro.com.br] Subject: How to list registered Servlets (Servlet 3.0 spec) I need to create a page that lists the

How to list registered Servlets (Servlet 3.0 spec)

2010-08-26 Thread Thiago Locatelli da Silva
that lists the current registered servlets/filters/listeners in the context. Is there a way to achieve this? Many Thanks *Thiago Locatelli da Silva* / / - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

How to list registered Servlets (Servlet 3.0 spec)

2010-08-26 Thread Thiago Locatelli da Silva
/listeners in the context. Is there a way to achieve this? Many Thanks *Thiago Locatelli da Silva* /Analista de Sistemas/ /SIC - TDI - Tecnologia em Desenvolvimento de Interfaces/ *DÍGITRO TECNOLOGIA* *E-mail:* thiago.si...@digitro.com.br <mailto:thiago.si...@digitro.com.br> *Fone:* +55 48 328

When do close Comet Event?

2010-08-20 Thread Thiago Locatelli da Silva
Hello All, I have seen a lot of code related to Comet and I have noticed some difference among them. The first one is that some codes close the event on the BEGIN event and others dont. What is the best practice in this case? I know that closing the event in the END and ERROR events is a must

Help on Tomcat 6.0.29 and Comet

2010-08-20 Thread Thiago Locatelli da Silva
Hello everybody. We have an application which was developed using comet and gwt and it was build over the tomcat 6.0.16 code. It was working very well and as according to the documentation, we are closing all the come events when we reach the event type ERROR and END. The application has never

Help on Tomcat 6.0.29 and Comet

2010-08-19 Thread Thiago Locatelli da Silva
Hello everybody. We have an application which was developed using comet and gwt and it was build over the tomcat 6.0.16 code. It was working very well and as according to the documentation, we are closing all the come events when we reach the event type ERROR and END. The application has never