Search code examples
scalabilityms-access

Number of users to a webpage


I have a webpage that reads data from an Access file (Microsoft Access file) on my website. How many users can visit that page at the same time?

Would the page crash at some time if too many users tried to visit that page at the same time? Is it better to use a PHP file that reads data from a text file or its just the same?


Solution

  • It turns out that my website was hosted on Domain.com. Domain.com say that I have unlimited bandwidth frequency. But in reality I don't.

    My website was crashing, because it was hosted with thousands of websites on the same server. So the bandwidth is limited even though it says unlimited. My only solution was to host my website on a VPS. Basically hosting my website on a server by itself.