Re: configurable AJP Buffer Size

2006-04-07 Thread Jim Jagielski
On Apr 5, 2006, at 1:04 PM, KARNATI, SRINIVASA R [AG/1000] wrote: I would like to extend AJP buffer size (in org.apache.jk.common.MsgAjp) as a configurable option. We really needed the buffer above 8 kb (because of Kerberos integration.) Here is the plan: i) maxAJPBufferSize on connector

Re: configurable AJP Buffer Size

2006-04-06 Thread Henri Gomez
2006/4/6, Mladen Turk <[EMAIL PROTECTED]>: > Jess Holle wrote: > > Henri Gomez wrote: > >> > > We recently saw a customer run into this limitation in that all of their > > headers, etc, would not fit in the first 8K. > > > > Waiting for a new AJP version sounds like a non-starter. Can we just > >

Re: configurable AJP Buffer Size

2006-04-06 Thread Mladen Turk
Jess Holle wrote: Henri Gomez wrote: We recently saw a customer run into this limitation in that all of their headers, etc, would not fit in the first 8K. Waiting for a new AJP version sounds like a non-starter. Can we just have something like a JkOption that allows one to explicitly opt

Re: configurable AJP Buffer Size

2006-04-06 Thread Mladen Turk
KARNATI, SRINIVASA R [AG/1000] wrote: Possible. But, I have no idea why connector should be constraining this. ??? It is obvious by your comment that you have no clue how AJP protocol works, and why it has a fixed packet size in the spec. Also take a look at what protocol and specification

Re: configurable AJP Buffer Size

2006-04-06 Thread Jess Holle
Henri Gomez wrote: These proposals all look interesting. The problem is that there are lots of proposals and this would seem to inevitably take quite some time to stabilize all of this in mod_jk, mod_proxy_ajp, and Tomcat (native and Java). I'd love to be proven wrong, though. Not necessa

Re: configurable AJP Buffer Size

2006-04-06 Thread Henri Gomez
2006/4/6, Jess Holle <[EMAIL PROTECTED]>: > Henri Gomez wrote: > > Just take a look at the AJP protocol documentation : > > > > http://tomcat.apache.org/connectors-doc/common/ajpv13a.html > > > > Packets sent from the server to the container begin with 0x1234. > > Packets sent from the container to

Re: configurable AJP Buffer Size

2006-04-06 Thread Jess Holle
Henri Gomez wrote: Just take a look at the AJP protocol documentation : http://tomcat.apache.org/connectors-doc/common/ajpv13a.html Packets sent from the server to the container begin with 0x1234. Packets sent from the container to the server begin with AB (that's the ASCII code for A followed

Re: configurable AJP Buffer Size

2006-04-06 Thread Henri Gomez
6, KARNATI, SRINIVASA R [AG/1000] <[EMAIL PROTECTED]>: > > > >>-Original Message- > >>From: Mladen Turk [mailto:[EMAIL PROTECTED] > >>Sent: Thursday, April 06, 2006 12:57 AM > >>To: Tomcat Developers List > >>Subject: Re: configurabl

RE: configurable AJP Buffer Size

2006-04-06 Thread KARNATI, SRINIVASA R [AG/1000]
>>-Original Message- >>From: Mladen Turk [mailto:[EMAIL PROTECTED] >>Sent: Thursday, April 06, 2006 12:57 AM >>To: Tomcat Developers List >>Subject: Re: configurable AJP Buffer Size >> >>Henri Gomez wrote: >>> well client and server s

Re: configurable AJP Buffer Size

2006-04-05 Thread William A. Rowe, Jr.
Mladen Turk wrote: Henri Gomez wrote: well client and server should be in phase about the buffer size and the better way to accomplish that will be via AJP13 extensions (ie AJP14), with connect time negociation datas like packet buffer size :) Right. Extensions could contain packet size. The

Re: configurable AJP Buffer Size

2006-04-05 Thread Mladen Turk
Henri Gomez wrote: well client and server should be in phase about the buffer size and the better way to accomplish that will be via AJP13 extensions (ie AJP14), with connect time negociation datas like packet buffer size :) Right. Extensions could contain packet size. The problem is that even

Re: configurable AJP Buffer Size

2006-04-05 Thread Henri Gomez
>>-Original Message- > >>From: Mladen Turk [mailto:[EMAIL PROTECTED] > >>Sent: Wednesday, April 05, 2006 12:21 PM > >>To: Tomcat Developers List > >>Subject: Re: configurable AJP Buffer Size > >> > >>KARNATI, SR

RE: configurable AJP Buffer Size

2006-04-05 Thread KARNATI, SRINIVASA R [AG/1000]
>>-Original Message- >>From: Mladen Turk [mailto:[EMAIL PROTECTED] >>Sent: Wednesday, April 05, 2006 12:21 PM >>To: Tomcat Developers List >>Subject: Re: configurable AJP Buffer Size >> >>KARNATI, SRINIVASA R [AG/1000] wrote: >

Re: configurable AJP Buffer Size

2006-04-05 Thread Mladen Turk
KARNATI, SRINIVASA R [AG/1000] wrote: I would like to extend AJP buffer size (in org.apache.jk.common.MsgAjp) as a configurable option. We really needed the buffer above 8 kb (because of Kerberos integration.) -1. Makes no sense because other side has no clue about that. If you need larger pa

configurable AJP Buffer Size

2006-04-05 Thread KARNATI, SRINIVASA R [AG/1000]
I would like to extend AJP buffer size (in org.apache.jk.common.MsgAjp) as a configurable option. We really needed the buffer above 8 kb (because of Kerberos integration.) Here is the plan: i) maxAJPBufferSize on connector definition will accept buffer size above 8 kb For example: if maxA