Upgrade to Pro — share decks privately, control downloads, hide ads and more …

同期的なプログラミング言語の視点から非同期処理を理解する/understand async from sync

同期的なプログラミング言語の視点から非同期処理を理解する/understand async from sync

PHPerKaigi 2022 の登壇資料です。
原題は「PHPでEventLoopを書いて非同期処理を完全に理解する」です。

Ryo Tomidokoro

April 10, 2022
Tweet

More Decks by Ryo Tomidokoro

Other Decks in Technology

Transcript

  1. @hanhan1978 • 富所 亮 • 所属 株式会社カオナビ Expert • 職業

    Webアプリケーションエンジニア • ブログ https://blog.hanhans.net • Yokohama North AM https://anchor.fm/yokohama-north-am 4
  2. 36

  3. 62 いわゆる PHP ウェブサーバーの構成 Nginx も PHP-FPM も 個別の PHP

    プロセスの処理状況を細かく 監視できない
  4. 64

  5. 69 Mastering Swoole PHP - Bruce Dou Swoole 作者による解説著作 全体の2/3がPHPの処理モデル

    やIOモデルの説明となっていて、 非同期を取り巻く状況を雑観でき る。