(Apache+Proxy+TinyHTTP) vs (Apache+Relay+IPWebListener)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

(Apache+Proxy+TinyHTTP) vs (Apache+Relay+IPWebListener)

Boris Popov, DeepCove Labs (SNN)
We currently have a system deployed in limited production using Apache
that is proxying a TinyHTTP server on the back. Now the other option is
setting up a Apache using a relay to IPWebListener, but I was wondering
if anyone ever done a comparative study of these two setups in terms of
stability, performance and such? Thought I'd ask first before spending
too much time setting up a test farm for the latter.

Thanks!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

Reply | Threaded
Open this post in threaded view
|

Re: (Apache+Proxy+TinyHTTP) vs (Apache+Relay+IPWebListener)

Alan Knight-2
Not detailed study, but I suspect there isn't all that much difference. The underlying mechanisms on the VW side are extremely similar. The gateway setup might give you a bit more ability to "hide" the underlying VW server in terms of having the returned headers all be what Apache would normally do. The Tiny HTTP can't do HTTP 1.1 persistent connections, so if that's significant, the gateway might make a difference.

At 04:57 PM 10/6/2006, Boris Popov wrote:

>We currently have a system deployed in limited production using Apache
>that is proxying a TinyHTTP server on the back. Now the other option is
>setting up a Apache using a relay to IPWebListener, but I was wondering
>if anyone ever done a comparative study of these two setups in terms of
>stability, performance and such? Thought I'd ask first before spending
>too much time setting up a test farm for the latter.
>
>Thanks!
>
>-Boris
>
>--
>+1.604.689.0322
>DeepCove Labs Ltd.
>4th floor 595 Howe Street
>Vancouver, Canada V6C 2T5
>
>[hidden email]
>
>CONFIDENTIALITY NOTICE
>
>This email is intended only for the persons named in the message
>header. Unless otherwise indicated, it contains information that is
>private and confidential. If you have received it in error, please
>notify the sender and delete the entire message including any
>attachments.
>
>Thank you.

--
Alan Knight [|], Cincom Smalltalk Development
[hidden email]
[hidden email]
http://www.cincom.com/smalltalk

"The Static Typing Philosophy: Make it fast. Make it right. Make it run." - Niall Ross