Home > Backend Development > PHP Tutorial > Will PHP crash if 10,000 requests are sent to a certain URL?

Will PHP crash if 10,000 requests are sent to a certain URL?

WBOY
Release: 2016-09-23 03:30:10
Original
1009 people have browsed it

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?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template