Re: Comet Servlet with a reverse proxy in front of it

2014-05-16 Thread Elias Kopsiaftis
PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 5/12/14, 11:20 AM, Elias Kopsiaftis wrote: Is there any way to put a reverse proxy in front of a Comet servlet? I don't believe so. There is work being done

Re: Comet Servlet with a reverse proxy in front of it

2014-05-16 Thread Elias Kopsiaftis
else who wants to do this. On Mon, May 12, 2014 at 3:34 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 5/12/14, 11:20 AM, Elias Kopsiaftis wrote: Is there any way to put a reverse proxy in front of a Comet servlet

Comet Servlet with a reverse proxy in front of it

2014-05-12 Thread Elias Kopsiaftis
Is there any way to put a reverse proxy in front of a Comet servlet? I tried apache but thats a no go because it uses a single thread per connection, which is not scaleable, then I tried nginx, which perhaps I did something wrong in my setup but in the client code, the call to getInputStream never

Re: Comet Servlet with a reverse proxy in front of it

2014-05-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 5/12/14, 11:20 AM, Elias Kopsiaftis wrote: Is there any way to put a reverse proxy in front of a Comet servlet? I don't believe so. There is work being done on supporting Websocket through mod_proxy but it will likely never support