Web 服務器,Monkey v1.6.1 發布

jopen 9年前發布 | 4K 次閱讀 Monkey

Monkey HTTP Daemon 是一個大約只有50KB的、功能強大而且速度非常快的 Web 服務器軟件,支持 Linux 系統。它采用混合網絡模型和線程epoll,具備很好的可擴展性和伸縮性,支持每秒數千訪問連接。

Monkey v1.6.1 發布,此版本是個修復版本,解決了新構建系統和核心相關的問題。

主要改進

核心

  • Server: Streams: get rid of PTR stream type.

    </li>

  • Server: HTTP: handle error page content in header iov.

    </li>

  • Server: HTTP Parser: make sure to increase header count on not-known headers lookup.

    </li>

  • Core: add some _GNU_SOURCE definitions required by ulibc.

    </li> </ul>

    構建系統

    • Configure: correct help messages.

      </li>

    • Configure: new –pidpath.

      </li>

    • Configure/CMake: fix –default-user and –default-port options.

      </li>

    • Install: fix missing installation of man page.

      </li>

    • CMake: fix local mode for PIDFILE variable.

      </li>

    • CMake: fix PIDPATH variable.

      </li>

    • CMake: fix –systemddir option, file now is created and installed properly.

      </li>

    • CMake: fix paths when specifying a new pidfile route.

      </li> </ul>

      其他信息