最近readmine速度越来越慢.网上查了一下,把其自带的服务器webrick 换成为mongrel,可以解决这个问题,具体操作方法如下,方法: gem install mongrel 如果提示类似“ http11.c: In function ‘header_done’: http11.c:172:13: error: ‘struct RString’ has no member named ‘ptr’ http11.c:172:13: error: ‘struct RString’ has…
Directives(指令) Syntax(语法): aio on | off | threads[=pool]; Default: aio off; Context: http, server, location This directive appeared in version 0.8.11. 指令出现在版本0.8.11版本 Enables or disables the use of asynchronous file I/O (AIO) on FreeBSD and Linux: 启用…