I have a page on which a cURL is performed and takes a few seconds to complete.
I was wondering what would happen at the server if few users accessed that page at the same time.
My guess is that each user will be given his/hers own time (say 5 seconds), but it should not affect each others waiting time, or should it ?
Thanks
Yes of course. Because it’s multithreaded. Requests don’t interfer between each other (if they are not too many)