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

WebサーバとAPサーバの違い

yosi
August 08, 2022

 WebサーバとAPサーバの違い

yosi

August 08, 2022
Tweet

More Decks by yosi

Other Decks in Programming

Transcript

  1. 役割 ①静的コンテンツを送る ②動的コンテンツをつくる ようにAPサーバにリクエス トし、作られたHTMLをク ライアントに返す Apache HTTP Server ・OSS

    ・マルチプロセスの  プロセス駆動アーキテクチャ  →C10K問題 Webサーバ 主なWebサーバ NGINX ・OSS ・シングルスレッドモデルの イベント駆動アーキテクチャ 特徴 多くのリクエストが来る が、一つに対する処理の不 可は軽い