摘要:
_hook 数据结构Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->12//从ap_hook到ap_run3//宏AP_IMPLEMENT_HOOK_RUN_ALL(int,pre_connection,(conn_rec*c,void*csd),(c,csd),OK,DECLINED);的具体实现4//connection.c5AP_DECLARE(void)ap_hook_pre_connection(ap_HOOK_pre_connec 阅读全文
摘要:
apache mpm worker , 多核 cpu 下的进程/线程混合调度机制,是apache 在2.2版本之后引入的。官方介绍:This Multi-Processing Module (MPM) implements a hybrid multi-process multi-threaded server. By using threads to serve requests, it is able to serve a large number of requests with fewer system resources than a process-based server. Ho 阅读全文