Dustin Mitchell
dustin at ywlcs.org
Sat Mar 29 10:04:06 EST 2003
I use mod_python because it turns the web server into one very large event-driven Python program. I can do whatever I want with requests. I can parse URLs however I'd like. I can construct the response however I'd like. I have complete control over the transaction, without any hacks or other impediments. One of the advantages of having the web server act like a very large Python program is its speed. Also, from this frame of mind, caching and preflighting are almost intuitive (if you've ever done SMP programming before :-) Dustin -- Dustin Mitchell dustin at ywlcs.org/djmitche at alumni.uchicago.edu http://people.cs.uchicago.edu/~dustin/
|