Re: Two way long running servlet connection problem

2010-11-21 Thread Paritosh Patel
OK. I understand. Thank you very much for your help. I will look into WebDAV and Comet. Sincerely, Tosh On Sun, Nov 21, 2010 at 3:37 PM, Mark Thomas wrote: > On 21/11/2010 13:24, Paritosh Patel wrote: > > What am I doing wrong? > > You are trying to get the HTTP protocol to do something it was

Re: Two way long running servlet connection problem

2010-11-21 Thread Mark Thomas
On 21/11/2010 13:24, Paritosh Patel wrote: > What am I doing wrong? You are trying to get the HTTP protocol to do something it was never intended to support. > Is this not supported? Yes, this is not supported. Use Comet. Mark --

RE: Two way long running servlet connection problem

2010-11-21 Thread Caldarale, Charles R
> From: xygnu...@gmail.com [mailto:xygnu...@gmail.com] On Behalf Of Paritosh > Patel > Subject: Re: Two way long running servlet connection problem > I hope this makes it more clear. Pretty much what I thought you were doing. > Should I be doing something explicitly to keep th

Re: Two way long running servlet connection problem

2010-11-21 Thread Paritosh Patel
Sorry about that. Here is the system description: Platform: Intel/Mac, Intel Linux, Windows 32bit. All 3 platforms have the same Tomcat/Java as below. Tomcat 6.0.26 (no web server installed) Sun Java: 1.6.0.22 Let me try to describe the code flow a bit more so that it may give a better understan

Re: Two way long running servlet connection problem

2010-11-21 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Two way long running servlet connection problem In HTTP 1.1, a change was made, with the objective of avoiding the overhead of establishing/destroying a connection for each request. Careful here. The

RE: Two way long running servlet connection problem

2010-11-21 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Two way long running servlet connection problem > In HTTP 1.1, a change was made, with the objective of > avoiding the overhead of establishing/destroying a > connection for each request. Careful here. The "c

Re: Two way long running servlet connection problem

2010-11-21 Thread André Warnier
Caldarale, Charles R wrote: From: xygnu...@gmail.com [mailto:xygnu...@gmail.com] On Behalf Of Paritosh Patel Subject: Two way long running servlet connection problem What am I doing wrong? For starters, you're not telling us the version of Tomcat in use, the JVM level it's running in, the p

RE: Two way long running servlet connection problem

2010-11-21 Thread Caldarale, Charles R
> From: xygnu...@gmail.com [mailto:xygnu...@gmail.com] On Behalf Of Paritosh > Patel > Subject: Two way long running servlet connection problem > What am I doing wrong? For starters, you're not telling us the version of Tomcat in use, the JVM level it's running in, the platform you're running o