[google-appengine] Re: cherrypy application hosting

2008-10-23 Thread chenbaiping
Cherrypy is multithread. It seems that GAE does not support multithread. chenbaiping www.mao2.com -邮件原件- 发件人: google-appengine@googlegroups.com [mailto:[EMAIL PROTECTED] 代表 saurabh 发送时间: 2008年10月23日 20:54 收件人: Google App Engine 主题: [google-appengine] cherrypy application hosting Hi,

[google-appengine] Re: cherrypy application hosting

2008-10-23 Thread yejun
Cherrypy 3.0 can run on app engine without modification. Here is a hello example from http://boodebr.org/main/python/cherrypy-under-google-appserver I modified it a little bit so the cherrypy application will be cached by app engine. import cherrypy import wsgiref.handlers class Root: @cherr