Archive for the 'cherrypy' Category

Back Online!

Wednesday, May 10th, 2006

dowski.com is alive and kicking on the new server. Hopefully the wonderful world of the Domain Name System will catch up soon and the transition will be complete. More details on the server migration soon…
cw

ANN: dowski.com downtime

Friday, May 5th, 2006

Be prepared for some downtime at dowski.com. I am going to be switching OS, servers, networks, DNS, etc. in the next few days. Hopefully it won’t be too painful
cw

Ye Olde Future of CherryPy

Tuesday, March 28th, 2006

Tomorrow Today (Tuesday the 28th) we are having a little online get together regarding the future of CherryPy.
A brief history of the last year
A lot has happened with CherryPy and the rest of the Python web development world in the last year. Things are continuing to progress quickly. For a little [...]

dowski.com redesign

Saturday, March 25th, 2006

I have been wanting to update the look of my series of sites for a while. The revamp has begun with my home page.
Now I just need to integrate the look into my projects site and this here blog.
*Edit*
The blog is coming along…
cw

Moving On

Thursday, March 16th, 2006

Well, the news is fairly public now. My family and I are moving from Illinois back to Ohio this summer. The gravitational pull of the grandparents on Curtis (my two year-old) alone was almost too much to resist. With the birth of Eli in December, it has become irresistable, since we want [...]

CherryPy and WSGI

Wednesday, March 8th, 2006

Over the past few months, CherryPy has taken a bit of flack for the way its WSGI support has been implemented. With the explosion in popularity of TurboGears, people started wanting to do things with CherryPy that hadn’t yet been perfected. There was some valid critcism raised against CP, and some good changes [...]

CherryPy and the Interactive Interpreter

Sunday, March 5th, 2006

I read a couple blog entries in the past week about the Python interactive interpreter and how great it is. I have always found the interactive interpreter extremely useful, not to mention downright fun to mess around with. It is truly one of the really neat features of Python.
Reading those entries reminded me [...]

CP 2.2 Applications and Configuration

Tuesday, February 28th, 2006

So what best practices should one follow when planning for the configuration of a redistributable CherryPy 2.2 application? That’s not a rhetorical question. I’m hoping to get a bit of brain dumping here from those of you in the CP community that will hopefully make its way into some official documentation.
In [...]

Deploying CherryPy (or other Python web) Applications

Thursday, February 9th, 2006

I have been thinking lately about how it is still pretty involved to deploy a CherryPy (or any Python web) application to a “production” server (Apache, lighttpd, IIS, etc).
The easiest method that I know at this point is mod_proxy with Apache:

<Virtualhost *>
ServerName cpsite.server.domain
[...]

WSGI Mania

Sunday, February 5th, 2006

I finally get it. I feel somewhat hip to WSGI.

A big thanks to Ben Bangert and his article WSGI and WSGI Middleware is Easy, which I like to call WSGI for Dummies ;-)

Anyhow, now that I “get it”, I have been messing with WSGI a bit. (read more)