-
ユーザがブラウザを操作
When a user does something on the browser
-
ブラウザがサーバにCGIのURL+引数を送る というかデータを送る
The browser sends data to the server
-
GET, POST
-
HTTPサーバが送られたデータを解釈
HTTP server interpretes the data
-
HTTPサーバがCGIプログラムを起動
HTTP server invokes a CGI program
-
CGIプログラムが何かの計算を実行
CGI program calculates something
-
計算結果をサーバがブラウザに送る
HTTP server sends the data to the browser
-
ブラウザの表示を更新する
Data is displayed on the browser