[Resin-interest] re sin 3.2.1 comet and keepalive time question

2009-01-06 Thread bvu
Hi, We upgraded to resin 3.2.1 and start testing comet with keepalive enabled. We set keepalive-timeout to 45 seconds in the resin.xml. When we ran our comet test for an hour, we notice that resin close the connection every 10 minutes. Hence, the connection only keep alive for 10 minutes. We us

[Resin-interest] re sin 3.2.1 comet and keepalive question

2009-01-06 Thread bvu
Hi, We upgraded to resin 3.2.1 and start testing comet with keepalive enabled. We set keepalive-timeout to 45 seconds in the resin.xml. When we ran our comet test for an hour, we notice that resin close the connection every 10 minutes. Hence, the connection only keep alive for 10 minutes. We us

[Resin-interest] re sin 3.2.1 comet and keepalive question

2009-01-06 Thread bvu
Hi, We upgraded to resin 3.2.1 and start testing comet with keepalive enabled. We set keepalive-timeout to 45 seconds in the resin.xml. When we ran our comet test for an hour, we notice that resin close the connection every 10 minutes. Hence, the connection only keep alive for 10 minutes. We us

[Resin-interest] re sin 3.2.1 apache 2.0.59 problem

2008-12-23 Thread bvu
Hi, We tried to test resin 3.2.1 on one of our developer environment but we run into a problem with apache. The apache version we are using is 2.0.59. The java version is jdk1.5.0_17. The OS is windows XP. The following is the configuration that we did in apache httpd.conf: LoadModule caucho_mo

[Resin-interest] re sin 3.1.8 comet keepalive problem

2008-12-19 Thread bvu
Hi, We upgraded from resin 3.1.6 to 3.1.8. We have an application that use resin comet to push message to flash client. We implement a servlet that extends resin GenericCometServlet. Both the service and resume methods in the servlet return true. Evertime a resume method is called, a message is p