- 授权协议: MIT
- 开发语言: C/C++ Lua
- 操作系统: Linux
- 软件首页: https://github.com/findstr/silly
- 软件文档: https://github.com/findstr/silly/wiki
- 官方下载: https://github.com/findstr/silly/releases
软件介绍
silly 是一个以 Lua 语言开发为主的高并发服务器框架,也是一个轻量的、极简的服务器程序框架。
silly 底层采用 C 和 Lua 语言混合开发,而上层业务逻辑开发则以 Lua 语言开发为主。
silly 工作于传统的单进程单线程模型。主要解决 socket 连接管理及异步调用带来的麻烦(callback hell)。socket 连接管理主要采用 C 代码编写,Lua coroutine 则被用来避免异步调用带来的麻烦。
依赖
debain
sudo apt-get install libreadline-dev
centos
yum install readline-devel
构建
make linux
make macosx
运行
./silly <configfile>
PHP Cookbook
Adam Trachtenberg、David Sklar / O'Reilly Media / 2006-08-01 / USD 44.99
When it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is now more popular than Microsoft's ASP.NET technology......一起来看看 《PHP Cookbook》 这本书的介绍吧!
