Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在将一些代码从 java 移植到 php,并注意到 php 没有多线程。我只是好奇 Web 服务还能如何处理数千/数百万个请求?
PHP 不在乎有多少请求,它是必须处理/线程请求(实例)的 Web 服务器。
使用 preg_match_all 标记内容?