搭建簡單的http服務器

開發語言C++,平臺爲Linux。 主要流程爲:服務器得到請求–>響應並處理請求–>返回結果。html 這裏着重講怎麼處理請求。 主程序在得到一個請求後會開闢一個線程來處理請求 流程圖以下。 前端 hand_cgi函數流程圖 python cgi程序流程圖。 代碼:mysql #include"http.h" int ret = 0; void printf_log(string s){
相關文章
相關標籤/搜索