RE: Possible IIS SPDY Redirector for Tomcat

2013-10-18 Thread Konstantin Preißer
chultz [mailto:ch...@christopherschultz.net] > Sent: Monday, September 30, 2013 8:53 PM > To: Tomcat Developers List > Subject: Re: Possible IIS SPDY Redirector for Tomcat > > Konstantin, > > > So it seems that the main performance problem is IIS when using > > managed c

Re: Possible IIS SPDY Redirector for Tomcat

2013-09-30 Thread Christopher Schultz
Konstantin, On 9/30/13 11:32 AM, Konstantin Preißer wrote: > Hi Chris, > >> -Original Message- >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Sent: Monday, September 30, 2013 5:19 PM >> To: Tomcat Developers List >> Subject:

RE: Possible IIS SPDY Redirector for Tomcat

2013-09-30 Thread Konstantin Preißer
Hi Chris, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Monday, September 30, 2013 5:19 PM > To: Tomcat Developers List > Subject: Re: Possible IIS SPDY Redirector for Tomcat > > Konstantin, > > On 9/28/13

Re: Possible IIS SPDY Redirector for Tomcat

2013-09-30 Thread Christopher Schultz
Konstantin, On 9/28/13 1:40 PM, Konstantin Preißer wrote: > Contra: > - Worse performance than the native ISAPI redirector. I made a test by a > Servlet that produces 700 MB of random data, and on a separate machine I used > a program to make a HTTP request and read the data. The average transfe

RE: Possible IIS SPDY Redirector for Tomcat

2013-09-28 Thread Konstantin Preißer
Hi all, about a year ago, I wrote about an IIS SPDY/3 Redirector written in C# that could be used to redirect requests from IIS to Tomcat, Jetty, or other servers with SPDY/3 support; as an alternative to the ISAPI redirector that uses AJP - see [1]. It uses the new managed module pipeline that

RE: Possible IIS SPDY Redirector for Tomcat

2012-08-13 Thread Konstantin Preißer
Hello Costin & all, > -Original Message- > From: Costin Manolache [mailto:cos...@gmail.com] > Sent: Tuesday, May 29, 2012 9:09 AM > To: Tomcat Developers List > Subject: Re: Possible IIS SPDY Redirector for Tomcat > > I'm working on a 3 implementation for

RE: Possible IIS SPDY Redirector for Tomcat

2012-06-16 Thread Konstantin Preißer
Hello all, > > -Original Message- > > From: Costin Manolache [mailto:cos...@gmail.com] > > Sent: Tuesday, May 29, 2012 9:09 AM > > > > Google servers (AFAIK) support both 2 and 3. > > > > I'm working on a 3 implementation for tomcat - the hard part is the > > flow > > control. The even h

RE: Possible IIS SPDY Redirector for Tomcat

2012-05-29 Thread Konstantin Preißer
Hello Costin, thank you very much for your reply. > -Original Message- > From: Costin Manolache [mailto:cos...@gmail.com] > Sent: Tuesday, May 29, 2012 9:09 AM > To: Tomcat Developers List > Subject: Re: Possible IIS SPDY Redirector for Tomcat > > > For server

Re: Possible IIS SPDY Redirector for Tomcat

2012-05-29 Thread Costin Manolache
On Fri, May 25, 2012 at 9:08 AM, Konstantin Preißer < verlag.preis...@t-online.de> wrote: > Hello! (this time I hope the e-mail is complete ;-) > > Some time ago, I wrote about a possible alternative IIS AJP Connector > implementation [1] that is written in C# and uses the new IIS 7/8 module > pip

Possible IIS SPDY Redirector for Tomcat

2012-05-25 Thread Konstantin Preißer
Hello! (this time I hope the e-mail is complete ;-) Some time ago, I wrote about a possible alternative IIS AJP Connector implementation [1] that is written in C# and uses the new IIS 7/8 module pipeline, which allows to insert managed modules (.Net) in the request pipeline. However, Mladen Tur

RE: IIS SPDY Redirector for Tomcat

2012-05-25 Thread Konstantin Preißer
Sorry for the noise, please ignore the previous email (hit "send" too early...) Konstantin Preißer > > Hello! > > Some time ago, I wrote about a possible alternative IIS AJP Connector > implementation [1] that is written in C# and uses the new IIS 7/8 > module pipeline, which allows to insert ma

IIS SPDY Redirector for Tomcat

2012-05-25 Thread Konstantin Preißer
Hello! Some time ago, I wrote about a possible alternative IIS AJP Connector implementation [1] that is written in C# and uses the new IIS 7/8 module pipeline, which allows to insert managed modules (.Net) in the request pipeline. ---