Re: Simple Question about reading http transmission using mod_jk

2011-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 1/7/2011 2:54 PM, Mohit Anchlia wrote: > I read through it and based on how I interpret that section is that it > buffers some data and streams the remaining data if it wasn't > completely transferred to server and server asks for it (GET_BO

Re: Simple Question about reading http transmission using mod_jk

2011-01-07 Thread Mohit Anchlia
On Fri, Jan 7, 2011 at 7:22 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chuck, > > On 1/6/2011 6:01 PM, Caldarale, Charles R wrote: >>> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] >>> Subject: Simple Question a

Re: Simple Question about reading http transmission using mod_jk

2011-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 1/6/2011 6:01 PM, Caldarale, Charles R wrote: >> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] >> Subject: Simple Question about reading http transmission using mod_jk > >> does it just sends the handle to the s

RE: Simple Question about reading http transmission using mod_jk

2011-01-06 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] > Subject: Simple Question about reading http transmission using mod_jk > does it just sends the handle to the stream and then tomcat > reads from it. It's little confusing. Think about it: the connection between httpd and

Simple Question about reading http transmission using mod_jk

2011-01-06 Thread Mohit Anchlia
We are using mod_jk. My question is when apache receives a request with http payload does it first read the entire payload and then transfers it to tomcat or does it just sends the handle to the stream and then tomcat reads from it. It's little confusing. --