Hi List, I have a Java class that I need to access from Python, and my solution for the time being is to wrap it in a Jython web service, using Pylons. I'm using subprocess.Popen to start this server, but I need a good way to stop it. Using any of the kill functionality from subprocess or the win32 modules always leaves me with dangling processes. I'm hoping that I can simply expose a web service call that will shutdown Pylons. However, short of sys.exit(), I haven't been able to find anything, and I'm not even sure if that will work.
Any ideas? Thanks, Alec -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
