# Memcached
## Dependencies
* libevent, http://www.monkey.org/~provos/libevent/ (libevent-dev)
## Environment
### Linux
If using Linux, you need a kernel with epoll. Sure, libevent will
work with normal select, but it sucks.
epoll isn't in Linux 2.4, but there's a backport at:
http://www.xmailserver.org/linux-patches/nio-improve.html
You want the epoll-lt patch (level-triggered).
### Mac OS X
If you're using MacOS, you'll want libevent 1.1 or higher to deal with
a kqueue bug.
Also, be warned that the -k (mlockall) option to memcached might be
dangerous when using a large cache. Just make sure the memcached machines
don't swap. memcached does non-blocking network I/O, but not disk. (it
should never go to disk, or you've lost the whole point of it)
## Website
* http://www.memcached.org
## Contributing
Want to contribute? Up-to-date pointers should be at:
* http://contributing.appspot.com/memcached

初来灬炸到
- 粉丝: 3
- 资源: 6
最新资源
- MATLAB实现PSO-GRNN粒子群算法(PSO)优化广义回归神经网络多输入单输出预测的详细项目实例(含完整的程序,GUI设计和代码详解)
- 2018秋华南师范大学网络学院高起专《现代教育技术学》在线练习试题.pdf
- 8Bunit1要点解析及练习.pdf
- 26大学计算机基础考试题库.pdf
- 2019大学《计算机基础》期末模拟考试300题(含答案).pdf
- (源码)基于Python的气候数据预测与可视化工具.zip
- 2019大学《计算机基础》期末模拟考试题库300题(含答案).pdf
- 2019公需科目大数据模拟考试题库300题(含答案).pdf
- 2019年《C语言程序设计》大学期末考核题库500题(含标准答案).pdf
- 2019年大学《计算机基础》期末模拟考试题库300题(含答案).pdf
- 2019年大学《计算机基础》模拟考试题库500题(答案).pdf
- 2019年《数据库系统概论》练习题和复习题.pdf
- 2019年大学JAVA期末考试题库500题(含标准答案).pdf
- 2019年大学JAVA程序语言设计期末考试题库500题(含参考答案).pdf
- 2019年大学JAVA程序语言设计期末考试题库500题(含答案).pdf
- 2019年电大计算机应用基础期末考试试卷及答案.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


