Is webserver bandwith the entire HTTP Request/Responce?

Posted by Lienau on Stack Overflow See other posts from Stack Overflow or by Lienau
Published on 2010-05-13T00:32:58Z Indexed on 2010/05/13 0:34 UTC
Read the original article Hit count: 235

Filed under:
|
|
|

Just a quick question. I'm making a web application where C++ communicates with a php script over HTTP Requests/Response. The data being set back and forth is quite small ~36 bytes. But I plan to have many computers connected, contacting the server quite often. I did the math, and I could potentially have gigabytes of data transfer a month. This isn't too much of problem, but it would be if the bandwidth included the request/response headers the request size would be about ~560 bytes. That's about 16x more bandwidth than I was planning... That would be a lot. If if any one knew how host determine bandwidth and could share, that'd be great. Thanks.

© Stack Overflow or respective owner

Related posts about server

Related posts about http