Home >Backend Development >PHP Tutorial >Will PHP crash if 10,000 requests are sent to a certain URL?
Send 10,000 requests containing sql commands to a certain URL almost simultaneously and let php update 10,000 pieces of data. Will php hang? Or will they be dealt with one by one?
Need to use a queue? How meaningful is it to use it?