Tag Archives: cherrypy

Is Pylons the Best Python Web Framework?

I’ve been playing with Python for close to two years now. I started out playing with Python when I had a need to develop web applications faster. I was getting rather bored with the additional development time that the thousands … Continue reading

Posted in Programming | Tagged , , , , , | 6 Comments

Keeping a process running

Have you ever had a process that dies on occasion? For me, I hate that situation and prefer to fix the software as opposed to have a monitor that restarts the process when it dies. I’ve run into a case … Continue reading

Posted in System Administration | Tagged , , , , , , , , , | Comments Off on Keeping a process running

Gentoo Init Scripts for Cherrypy

A few of the web applications I am hosting/developing are written with TurboGears which uses Cherrypy as its applications server. I have a couple things that need fixed for hosting CherryPy web applications on my Gentoo systems. First, there are … Continue reading

Posted in System Administration | Tagged , , , , , , , | 1 Comment