发布于 2015-11-08 01:01:38 | 162 次阅读 | 评论: 0 | 来源: 网友投递
Monkey 游戏程序语言
Blitz Research发布了其最新的游戏程序语言“Monkey”,Monkey能够降低在编写多平台游戏时的重复劳动,同时带来灵活的高等级语言,并可接入每个平台的本地SDK。
Monkey 1.6.5 发布,此版本主要是 bug 修复:
Core: when hanging a connection that is being handled by a plugin, validate the stage30_hangup callback.
Auth: implement missing stage30_hangup callback.
FastCGI: invalidate handler if the connection failed, avoid a crash if FastCGI server is down.
下载:http://www.monkey-project.com/releases/1.6/monkey-1.6.5.tar.gz
Monkey HTTP Daemon 是一个大约只有50KB的、功能强大而且速度非常快的 Web 服务器软件,支持 Linux 系统。它采用混合网络模型和线程epoll,具备很好的可扩展性和伸缩性,支持每秒数千访问连接。