Naruto 77 . Naruto 78 - JJ Benitez - Electricity Suppliers - Coin Community - Loans

PDA

View Full Version : How large requests are handled in Apache


dumrat
Nov 13th 2007, 4:09 am
Hi,
I really have to know how data is received by the Apache server. For example, how is a POST request is handled with a large amount of data? Does the receive function just forward whatever it receives? Is there a limit to the number of bytes ap_read_request function (I hope that I am right in saying that this is the function that is responsible for reading in a request.) can read, if there is, how does the server handle a request longer than that. I really need to know about this, and I have looked at the code for over 2 days without any luck. Greatly appreciate if anyone can help. Thanks.

dumrat