On Tue, 2003-02-04 at 17:15, Peter Vogel wrote:
> Roughly how many byes of data would I expect to receive for each http
> request to my server?

Thats very dependant on the url's you publish.
You should expect a minimum of:
10 bytes + the URL to retrieve.

But, will likely see much more:
Cookie headers,
accept and accept-language headers,
host headers.

See RFC 2616 for the HTTP specification.

On top of that, there will be the TCP overhead...

Why do you ask?

Rob
-- 
GPG key available at: <http://users.bigpond.net.au/robertc/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to