Handle image uploading with many user

hi…

if i have server that in one time so many user try to upload image at same time on that how i can handle this?

any alghoritm?or point?

i know every pic will save on temporary global variable $_FILE[‘name’] and …!!!

if users try to upload at same time this temporary varibale just can save one image or file at same time or can handle unlimit file?

how i pass this issue?
i didnt start this journey yet but i felt i should take the ur points,as i searching.

Each user has their own PHP proccess. They will not overlap.

1 Like

realy but why in some servers when we wana send mesage again this tell us wait until 3 or more seccound?

The “again” is a clue that the message is more about rate limiting than it is a resource bottleneck.

1 Like

aha,thanks

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