QR Scan System Programmed

Hello :slight_smile:

I have a site on hosting http://business-senior.rf.gd/public/
It is related to a graduation party. I created a PHP-programmed barcode scanning system. The number of students is about 160 students. The barcode is sent to the students linked to the PHP file on the hosting. I want to ask if the hosting will support 150 students who enter the link and scan their barcode for them ?

In other words, will the site bear this number?

In the end, I would like to thank the hosting management for this support and a special thank you :blush:

Welcome

It should, but it really depends on how much work the system has to do each time, and how often this will occur.

4 Likes

Can you explain more please? :slight_smile:

Basically: Without a lot more information, there is no way to be certain. The best way to see is test it and find out. It should be able to manage, but it all depends on your code.

5 Likes

There will be two individuals who scan the student’s barcode, and the number will be approximately 160 students.
It was tested on 5 students and it works efficiently.

Well, then just multiple the usage by 32 and you’ll know if it still works well.

Everyone wants to know “how many visitors can my website handle”. But there is simply no way to know that for sure beforehand. All you can do is to increase the traffic and watch the usage and performance.

It all depends on how fast these users enter the page, what the code does that generates and scans the barcodes. The number of variables is ridiculous and impossible to predict.

All I can tell you for sure is that the bigger hosting you get, the less likely you are to run into capacity issues. If you want to be on the safe side, you may want to get premium hosting. If you’d rather take the risk and keep the money, that’s up to you.

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.