Hello Jordan,
> -Original Message-
> From: Jordan Michaels [mailto:jor...@viviotech.net]
> Sent: Monday, March 12, 2012 8:15 PM
> To: Tomcat Developers List
> Subject: Re: Possible alternative Tomcat IIS Connector implementation
>
> Hi Konstantin,
>
> If
Hello Mladen,
> -Original Message-
> From: Mladen Turk [mailto:mt...@apache.org]
> Sent: Monday, March 12, 2012 8:00 PM
> To: dev@tomcat.apache.org
> Subject: Re: Possible alternative Tomcat IIS Connector implementation
>
> You would need to read at least one fram
Hi Konstantin,
If you're interested in a IIS->Tomcat connector in .NET, there's already
one that exists over here:
http://tomcatiis.riaforge.org/
It's licensed under the Apache license, and works well. I am not a .NET
developer, so I haven't looked at the code myself, but I have worked
with
On 03/12/2012 07:51 PM, Konstantin Preißer wrote:
Now imagine that a Client with a very slow connection requests a file from
Tomcat which is very big. IIS would create a SPDY stream over an existing TCP
connection to start retrieving the file. However, When the stream is
established and Tomca
Hello Mladen,
> -Original Message-
> From: Mladen Turk [mailto:mt...@apache.org]
> Sent: Monday, March 12, 2012 8:24 AM
> To: dev@tomcat.apache.org
> Subject: Re: Possible alternative Tomcat IIS Connector implementation
>
>
> I would rather see SPDY connector ove
On 03/12/2012 02:08 AM, Konstantin Preißer wrote:
Hello Tomcat developers,
Advantages:
- Easier to maintain. I have looked a bit at the ISAPI code, and as it is C++
code, it is probably somewhat hard to maintain. As I said, for this connector
(in the current stage) I only spend one day to rea
Hello Tomcat developers,
I'm Konstantin Preißer, a german student of Computer Science. I'm developing
programs with Java and .Net/C#.
Since I have been using Tomcat with IIS (JK ISAPI Connector) for quite some
time now, I wondered if it may be an option for the Apache software foundation
/ Tom