|
List Info
Thread: keeping your server running
|
|
| keeping your server running |

|
2006-03-25 11:55:32 |
If you're using proxy from Apache/lighttpd to CherryPy's
server as
your deployment method, do you have any favorite tool to use
to watch
that CP keeps running and restart it as needed? (Or do your
apps just
never crash?
Kevin
--
Kevin Dangoor
Author of the Zesty News RSS newsreader
email: kid blazingthings.com
company: http://www.BlazingThings
.com
blog: http://www.BlueSkyOnMars
.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|
|
| keeping your server running |

|
2006-03-25 16:03:22 |
-> If you're using proxy from Apache/lighttpd to
CherryPy's server as
-> your deployment method, do you have any favorite tool
to use to watch
-> that CP keeps running and restart it as needed? (Or do
your apps just
-> never crash?
Hi, Kevin,
I currently run 6 or 7 SCGI server processes on
vallista.idyll.org using
'supervisor',
http://www.p
lope.com/software/supervisor
It's moderately easy to configure -- the documentation is
concise ;) --
and once it's running it's really easy to keep up.
I've been thinking about writing it up for my blog; let me
know if
you're interested and I'll do it today.
cheers,
--titus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|
|
| keeping your server running |

|
2006-03-25 20:22:06 |
On 3/25/06, Titus Brown <titus caltech.edu> wrote:
> I currently run 6 or 7 SCGI server processes on
vallista.idyll.org using
> 'supervisor',
>
> http://www.p
lope.com/software/supervisor
>
> It's moderately easy to configure -- the documentation
is concise ;) --
> and once it's running it's really easy to keep up.
>
> I've been thinking about writing it up for my blog;
let me know if
> you're interested and I'll do it today.
Hi, Titus
Supervisor was the tool at the top of my list, but I wasn't
sure if
there were others I was missing. I'd love to see an
introductory
article about it.
Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|
|
| keeping your server running |

|
2006-03-26 05:37:50 |
On Sat, Mar 25, 2006 at 03:22:06PM -0500, Kevin Dangoor
wrote:
->
-> On 3/25/06, Titus Brown <titus caltech.edu> wrote:
-> > I currently run 6 or 7 SCGI server processes on
vallista.idyll.org using
-> > 'supervisor',
-> >
-> > http://www.p
lope.com/software/supervisor
-> >
-> > It's moderately easy to configure -- the
documentation is concise ;) --
-> > and once it's running it's really easy to keep
up.
-> >
-> > I've been thinking about writing it up for my
blog; let me know if
-> > you're interested and I'll do it today.
->
-> Hi, Titus
->
-> Supervisor was the tool at the top of my list, but I
wasn't sure if
-> there were others I was missing. I'd love to see an
introductory
-> article about it.
Here it is:
http://ivory.idyll.org/articles/basic-supervisor.html
In the process of writing this, I set up supervisor to run
all of the
little programs that run on my development server. Very
easy to do. So
I still recommend it ;).
Comments welcome, obviously.
cheers,
--titus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|
|
| keeping your server running |

|
2006-03-26 10:44:54 |
Hi titus
Nice introduction article This will
be a tool I will use (I have
actually been looking for something similar supervisor). One
note
though: I would like to know how supervisor works.
A really nice combination would be supervisor + screen.
amix
http://amix.dk/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|
|
| keeping your server running |

|
2006-03-26 20:27:10 |
On 3/26/06, Titus Brown <titus caltech.edu> wrote:
> Here it is:
>
> http://ivory.idyll.org/articles/basic-supervisor.html
>
> In the process of writing this, I set up supervisor to
run all of the
> little programs that run on my development server.
Very easy to do. So
> I still recommend it ;).
Nice introduction! It looks exceedingly easy to use.
I'll have to make sure that links gets into the TurboGears
docs somewhere.
Thanks!
Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|
|
[1-6]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|