If you're using paster in production, it's usually smart to launch it via
supervisor so that it can restart the app if it crashes and generally
provide a better way to monitor the process. An example of doing this is in
the cookbook.

http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/deployment/nginx.html#step-4-managing-your-paster-processes-with-supervisord-optional

If you just want to launch paster in daemon mode, do what Joe said and
"paster serve --daemon development.ini".


-- 

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to