Mobile app version of vmapp.org
Login or Join
Looi9037786

: Calculate pc power as server Is it possible to calculate the number of visitors I can handle using my PC as a web server? Does this depend on the website?

@Looi9037786

Posted in: #WebHosting

Is it possible to calculate the number of visitors I can handle using my PC as a web server? Does this depend on the website?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Looi9037786

1 Comments

Sorted by latest first Latest Oldest Best

 

@Margaret670

You can do a very very very(!) rough approximation based on your PC's performance, complexity of the website and your network infrastructure. However, there are lots of issues you need to consider:


What's the hardware configuration?
What operating system are you using for this?
What's your web & database stack?
What other devices are between you and your ISP? Routers, switches, other machines that share your network load...
Will you also need to run DNS & email services?
Will you also run other desktop applications taking up (much of the) resources on your PC?
Is your website properly developed and optimized?
Do you have any expectations on the number of visits, peak times & other metrics that would give you an idea of the overall performance?


After you have your domain and server up & running, the best thing you can do is to benchmark your service, using Apache Benchmark or various other similar tools to give you some ballpark figures regarding the number of concurrent calls and the overall load that your server is likely to be able to handle.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme