On Thu, May 31, 2007 at 11:04:33AM -0700, voltron wrote: > Actually its easy > > paster serve --daemon production.ini > > Thats it. I would not advice you to use --reload of you are using > Debian though,
What makes you draw *that* funny conclusion? I'm developing Pylons applications on Debian for months now and never have I had problems stopping a process. Perhaps there are problems with STDIN/STDOUT if you run "paster serve --reload foo.ini" and close the window but that is not a problem of Debian. If you really need that you should consider running it in "screen". You may argue whether "kill -9" is a good idea or not. Try killing processes that hog system resources and see if you get further access to the resources. Your system will become unstable. You cannot shoot a bullet into a tire while driving on the highway and expect things to work as smoothly as before. Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
