Question about BandWidth

  • Thread starter Thread starter pers
  • Start date Start date
P

pers

Hi all
I have a question about a site bandwidth.
For a site with about 4000 users how much bandwidth is needed?
What specification is needed for site?
Where can I get information about site administration?
thanks in advance
 
Suppose 4000 users can get online at the same time and every user takes
about 30 minutes.
 
This is not how a web app works. For this, the usual architecture is to
queue this work (that could perhaps be done by other machines and scale
those rather than the web server). What kind of job is this (some kind of
file conversion ?)
For bandwidth try http://www.webhostingmenu.com/calculator.html to see which
factors to consider (this is the *size* of an average request/response).

For now it seems not at all a bandwidth problem as your concern seems to be
rather a very high response time (because background processing is triggered
from your web site).

Finally it's likely better to post in an admin group rather than in a
development group...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top