RE: Apache proxy engineering specs

2007-09-10 Thread Shaw, Dan
A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 5:59 PM To: dev@httpd.apache.org Cc: Minato, Rick Subject: Re: Apache proxy engineering specs Shaw, Dan wrote: 1. Does a apache proxy server create stateful or stateless connection upon request? It might help

RE: Apache proxy engineering specs

2007-09-10 Thread Graham Leggett
On Mon, September 10, 2007 4:57 pm, Shaw, Dan wrote: So if a proxy connect is used it then creates a stateful connection from client through proxy to server and get the ACK back from the backend/server and not the proxy? OR We can start by simply asking do apachie proxies in their standard

Re: Apache proxy engineering specs

2007-09-10 Thread Phil Endecott
William A. Rowe, Jr. wrote: Shaw, Dan wrote: 1. Does a apache proxy server create stateful or stateless connection upon request? It might help to clarify right off that RFC 2616 defines HTTP/1.1 and prior as stateless protocols. Dan, maybe you mean persistent rather than stateful?

RE: Apache proxy engineering specs

2007-09-10 Thread Shaw, Dan
; [EMAIL PROTECTED] Subject: RE: Apache proxy engineering specs On Mon, September 10, 2007 4:57 pm, Shaw, Dan wrote: So if a proxy connect is used it then creates a stateful connection from client through proxy to server and get the ACK back from the backend/server and not the proxy? OR We can

Re: Apache proxy engineering specs

2007-09-10 Thread Jim Jagielski
On Sep 10, 2007, at 1:29 PM, Shaw, Dan wrote: Sure, We are going to be implementing BizTalk and BizTalk guaranties delivery of messages per their application. One of the first layers is the transport layer BizTalk listens to for ACK(s) and if the ACK(s) come from the proxy server then we

RE: Apache proxy engineering specs

2007-09-10 Thread Shaw, Dan
To: dev@httpd.apache.org Cc: Minato, Rick; [EMAIL PROTECTED] Subject: Re: Apache proxy engineering specs On Sep 10, 2007, at 1:29 PM, Shaw, Dan wrote: Sure, We are going to be implementing BizTalk and BizTalk guaranties delivery of messages per their application. One of the first layers

Re: Apache proxy engineering specs

2007-09-10 Thread Jim Jagielski
PROTECTED] Sent: Monday, September 10, 2007 10:46 AM To: dev@httpd.apache.org Cc: Minato, Rick; [EMAIL PROTECTED] Subject: Re: Apache proxy engineering specs On Sep 10, 2007, at 1:29 PM, Shaw, Dan wrote: Sure, We are going to be implementing BizTalk and BizTalk guaranties delivery of messages per

Apache proxy engineering specs

2007-09-07 Thread Shaw, Dan
Hello, I believe this would be a Development / Engineering question. Thank you for your help and replies ahead of time. 1. Does a apache proxy server create stateful or stateless connection upon request? a. Specifically using BizTalk - Although no need to answer

Re: Apache proxy engineering specs

2007-09-07 Thread William A. Rowe, Jr.
Shaw, Dan wrote: 1. Does a apache proxy server create stateful or stateless connection upon request? It might help to clarify right off that RFC 2616 defines HTTP/1.1 and prior as stateless protocols. So the answer is no, any aggregation is an illusion. For stateful proxied