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 definition will accept buffer size above 8
kb

For example:
    <Connector port="8009"
               ...
               protocol="AJP/1.3"
                   ...
                   maxAJPBufferSize="32768" />

if maxAJPBufferSize attribute is absent, then 8 kb is the default.

ii) add a new constructor to MsgAjp to take in the size parameter

I appreciate any comments/suggestions in this regard.


I would be -1 for AJP 1.3, but +1 as a functionality baseline
for 1.4. The issue is that the buffer size should ideally
be negotiated between the 2 ends.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to