Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP and Site Hits

Status
Not open for further replies.

JohnStep

Programmer
Apr 19, 2000
190
US
What is the number of hits a webpage can take without crashing. For instance, I am writing a program where at a given time my program will go to a web page a D/L a small file 10-15k max. Now the question is if 250-300 people using the program at once gets this command to D/L the file (gif,jpg) from my website. Is the HTTP in danger of hanging up or crashing???&nbsp;&nbsp;Any help would be appreciated.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;John Stephens
 
Depends on the WebServer, The speed of the line, for example major sites such as um.... microsoft.com probally takes over 100,000 hits a day, or is capable of taking that much. Depends on the type of webserver, the Hardware used, and the speed of the server. such as an OC-3 (I think thats like several times faster than a T3) but HTTP, and etc , like every other software, its all TCP/IP so I think you question is how much bandwith can your company, or your webserver, and computer handle? <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML, ASP(somewhat), QBasic(least i didnt start with COBOL)
 
&nbsp;&nbsp;&nbsp;With the softwares available to servers today, it's very rare that you will see one crash due to multiple users.&nbsp;&nbsp;If you have ever encountered a site which tells you it's busy, or an FTP site which tells you the limit of online users has been reached, then you have encoutered that software which limits the amount of users just so that problem will not occur.<br><br>&nbsp;&nbsp;&nbsp;It all depends on the software, the computer, and the settings.&nbsp;&nbsp;Some server will not allow more than 64 or 128 users at a time on a page, some will go beyond that.&nbsp;&nbsp;It all depends.&nbsp;&nbsp;But I don't think you will crash a sever, not unless it's very badly installed.<br><br>The server is busy, please try again later... <p>Andre Vandal<br><a href=mailto:dezign@canada.com>dezign@canada.com</a><br><a href= Dezign's Sites</a><br>A bit of eveything Celestial
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top