--
You received this message because you are subscribed to the Google Groups "cherrypy-users" group.
To post to this group, send email to cherryp...@googlegroups.com.
To unsubscribe from this group, send email to cherrypy-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cherrypy-users?hl=en.
Hi Ralph,
On Tue, Aug 7, 2012 at 4:32 PM, Ralph Heinkel <ralph....@web.de> wrote:
Hi everybody,
I've implemented two plugins.Monitor classes in my cp server, both function as expected when running under the internal cherrypy http server. However those threads created by the Monitor class instances seem like not being started when the server runs in apache under mod_wsgi. Is there a reason why? Do I need to manually call the start() method on them?
Any advice would be great.
Are you calling cherrypy.engine.start()? If not, please do so :)