You can also set the following in your .ini:

[exe]
command = serve
daemon = true

chmod +x your.ini

then run it like an executable './your.ini' and this will start it in
daemon mode.

On May 31, 4:21 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote:
> On 5/31/07, Christoph Haas <[EMAIL PROTECTED]> wrote:
>
> > And that Debian should be
> > guilty of suffering from a rare "processes get stuck" disability sounded
> > very strange to me, too.
>
> It's a real problem.  When "paster serve --reload" exits, it leaves
> worker threads running.  This causes an "address already in use" error
> when you start the program again, so you have to hunt down the threads
> and kill them.  Often they refuse to die and you have to kill -9 them.
>  It happens in some Linux distributions and not others, so it's
> something about the kernel or OS configuration.
>
> --
> Mike Orr <[EMAIL PROTECTED]>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to