04-26-04 04:34 PM
Hello!
There is another question I want to ask (question 2):
At the client I get packets with a normal size.
When on the server a lot of packets with a size of 7 and 10 bytes are
sent
to the client, where are the packets put together to a normal size?
To the first message of this thread I want to add something:
On google-groups I found someone who had the problem, that he had a
lot
of 1 byte-packets with the apache server. A guy told him he should
avoid
1byte-write-calls in his cgiprogramm.
Maybe that's ok for him, but I have a lot of small packets (7,10,20
byte) and
I do not have 7, 10 or 20-byte-write-calls. I write my cgi-programs in
cobol
and my calls for writing ONE line in my test-program have
approximately 50 bytes
and I cannot imagine why the compiler should split those calls up into
7,10 and 20 byte-write-calls.
Is there anyone who can help me?
[ Post a follow-up to this message ]
|