Re: [CPyUG:38644] Re: Fwd: [CP eX] 豆瓣的 Web 服务器
"Qiangning Hong" <[email protected]>
| Newsgroups | gmane.comp.python.chinese |
|---|---|
| Message-ID | <[email protected]> |
2008/1/17 Lich_Ray <[email protected]>: > 非常非常的佩服,虽然已经猜到是lighttpd,但这个能量,不知道是不是使用了Python的轻量级线程库。 没有。就是用scgi fork出一批进程,每个都是单线程。用单线程可以不用在代码中考虑线程安全的事情,让代码简单点。 -- Qiangning Hong http://www.douban.com/people/hongqn/ _______________________________________________ python-chinese Post: send [email protected] Subscribe: send subscribe to [email protected] Unsubscribe: send unsubscribe to [email protected] Detail Info: http://python.cn/mailman/listinfo/python-chinese