Download List

프로젝트 설명

Monkey HTTP Daemon is a very fast and lightweight Web server for Linux. It uses a hybrid networking model based on asynchronous calls (event-driven) and fixed threads, which makes it scalable and capable of attending thousands of clients per second. It provides a powerful API for C and is ideal for embedded devices, thanks to its small core and plugin architecture.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-21 10:02
0.33.0

이 릴리스에 호스트가 구성 판독기에서 약간의 버그를 수정.
This release fixes a little bug in the vhost configuration reader.

2012-02-11 08:05
0.32.0

원숭이 노동자 이제 이름 (예: ps-L-p PID) 그리고 거기에 원숭이 기본 HTML 배포 업데이트 데비안 규칙. Configure 스크립트는 플러그인 스크립트를 배포 하려면 수정 되었습니다. 치타는 이제 기본적으로 서버 모드에서 작동합니다. 이 릴리스 ip_str 플러그인 구조체 필드를 놓치 고 unnecesary 캐스트를 삭제 합니다.
Monkey workers now have names (e.g ps -L -p PID), and there are updated Debian rules to distribute Monkey default HTML. The configure script has been fixed to distribute plugin scripts. Cheetah now works in server mode by default. This release deprecates the ip_str plugin struct field and drops unnecesary casts.

2012-01-14 11:16
0.31.0

코어/API에서이 릴리스 IP 문자열 형식 지정 하는 내보내기 함수를 추가 하 고 IP 문자열 작성기 (ipv4 및 ipv6) 수정. 등나무 및 Liana_SSL, 그것 _mkp_network_io_ip_str()를 놓치. 로 거 및 팜 지금 새로운 IP 문자열 작성기를 사용합니다. 로 거에 메모리 누수가 해결 되었습니다.
In the Core/API, this release adds an export function to format an IP string and fixes the IP string builder (ipv4 and ipv6). For Liana and Liana_SSL, it deprecates _mkp_network_io_ip_str(). Logger and Palm now use the new IP string builder. A memory leak has been fixed in Logger.

2012-01-03 10:41
0.30.0

IPv6 지원이 완전히 기능적이 고 등나무에 병합 되었습니다. 핵심 서버 부하 용량 대의 취급을 향상 시켜라 있다. double-free()는 keep-alive 꺼져 때 client_session에 고정 됩니다. 플러그인 API 인터페이스에 의해 처리 될 수 있습니다 하는 PUT 및 DELETE 메서드에 대 한 새로운 지원이 됩니다. 새로운 맨 페이지 및 새로운 실험 WebSockets 플러그인을 사용할 수 있습니다.
IPv6 support is now fully functional and merged into Liana. The core has better handling of server load versus capacity. double-free() is fixed on client_session when keep-alive is off. New support is available for the PUT and DELETE methods, which can be handled by the plugin API interface. New manpages and a new Experimental WebSockets plugin are available.

2011-10-27 06:19
0.21.0

실험적인 IPv6 지원이 추가 되었습니다.
Experimental IPv6 support has been added.

Project Resources