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 サーバーです。