Hello cherrypy users,
I want to use cherrypy as WSGI application server. but can
not make cp
running without blocking. I'm runnning cherrypy 2.2.1 on
Python2.4.3/Fedora Core 3
What I did:
-----------------------------------------------------------
import cherrypy
from cherrypy._cpwsgi import wsgiApp
class HelloWorld:
-snip-
cherrypy.root = HelloWorld()
from flup.server.ajp import WSGIServer
cherrypy.server.start(init_only=True, server_class=None) #
blocked here
WSGIServer(application=wsgiApp).run()
------------------------------------------------------------
Why cherrypy.server.start blocks? please give me (an)
advice(s) !
--
TAMAGAWA Ryuji
Osaka, Japan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|