Hi Remy,

Am 12.12.2006 um 17:57 schrieb Remy Maucherat:

[EMAIL PROTECTED] wrote:
Author: pero
Date: Tue Dec 12 08:35:15 2006
New Revision: 486219
URL: http://svn.apache.org/viewvc?view=rev&rev=486219
Log:
Add support to send and receive more the 8K BODY packets.

I'm not happy with that. There's some buffering taking place already, as the output needs to be assembled into a buffer to be able to do a single write (at least for the connectors in org.apache.ajp, I didn't look at the one in org.apache.jk). As a result, I think this would simply use more memory, and 8K is quite efficient already.

Rémy


Yes, but as I configured packetSize greater then 8k, I would like to see that ajp send those big chunks. Currently mod_jk 1.2.20 accept those packets, but don't send bigger pakets then 8k ( see my separate posting).

More memory is not a big argument. 8k is default, and only at spezial case user use greater packetSize. Greater PacketSize means that you send fewer GET BODY messages. This reduce the ajp handshake overhead.

Peter


Reply via email to