Re: Comet Client Example

2010-02-08 Thread Stephen Byrne
On 2/8/2010 5:36 AM, Animesh Sonkar wrote: > Looked around all the forums for a well working example for Comet Client. Here is some code I wrote to test a CometProcessor: Using HttpURLConnection: URL url = new URL( "http://"; ); HttpURLConnection connection = (Http

Re: Comet Client Example

2010-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Animesh, On 2/8/2010 5:36 AM, Animesh Sonkar wrote: > Looked around all the forums for a well working example for Comet Client. I'm no Comet expert, but any HTTP client ought to work, right? Comet is expected to be used with the APR

Comet Client Example

2010-02-08 Thread Animesh Sonkar
Hi, Looked around all the forums for a well working example for Comet Client. Tried writing my own client using sockets. But facing same issues as mentioned in various forums with no solution. So i guess it would be nice if the Apache Tomcat developers came with a nice Socket/UrlConnection based

Re: Comet-Client

2008-03-25 Thread Kevin Jackson
Hi On Wed, Mar 26, 2008 at 7:39 AM, Steffen Heil <[EMAIL PROTECTED]> wrote: > Hi > > I am searching for comet clients for java, perl and C. > (I know, this is basically the wrong list, but I expect to find people here > who had the same problem and maybe solutions...) > > In Java HTTPClient, w

Comet-Client

2008-03-25 Thread Steffen Heil
Hi I am searching for comet clients for java, perl and C. (I know, this is basically the wrong list, but I expect to find people here who had the same problem and maybe solutions...) In Java HTTPClient, which is my favorite http client for java doesn't seem to support tranfer-encoding: chunked (a

Re: comet client doesn't receive server response

2008-01-21 Thread Filip Hanik - Dev Lists
ntly. I'm re-posting it in its own thread with some additional information. I have a comet client app that works on all the machines I've tested except one. The failing machine sends a comet request to the server and then waits indefinitely for the response, even though the server has s

Re: comet client doesn't receive server response

2008-01-21 Thread Peter Warren
g you are receiving, until the end (or some high amount of > >> data), to run the checks. In my case, this buffering lasts for minutes, > >> with no byte sent back to the browser. > >> > >> I think this can be a simple point to check... > >> > >> Hu

Re: comet client doesn't receive server response

2008-01-20 Thread Filip Hanik - Dev Lists
k to the browser. I think this can be a simple point to check... Hugs, Leonardo Fraga Web Developer [EMAIL PROTECTED] Peter Warren wrote: I posted this question along with some others recently. I'm re-posting it in its own thread with some additional information. I have a comet cli

Re: comet client doesn't receive server response

2008-01-15 Thread Peter Warren
> Peter Warren wrote: > > >I posted this question along with some others recently. I'm > >re-posting it in its own thread with some additional information. > > > >I have a comet client app that works on all the machines I've tested > >except one. The faili

Re: comet client doesn't receive server response

2008-01-15 Thread Leonardo Fraga
in its own thread with some additional information. I have a comet client app that works on all the machines I've tested except one. The failing machine sends a comet request to the server and then waits indefinitely for the response, even though the server has sent the response and flushed t

comet client doesn't receive server response

2008-01-10 Thread Peter Warren
I posted this question along with some others recently. I'm re-posting it in its own thread with some additional information. I have a comet client app that works on all the machines I've tested except one. The failing machine sends a comet request to the server and then waits indefi