Hi guys, I'm anticipating a one-time large influx of users on a site I run using webpy. I'm running it under lighttpd fastcgi configuration on shared hosting. In the interest of not exceding my CPU quota, or having to upgrade for what I anticipate is just a single spike in traffic, what has been your experience?
Anyone have any advice for scaling this thing for a one-time event? I'm going to serve the home page statically for sure. Is there an easy way to cache static content through lighttpd and fastcgi? Also, in my ideal scenario, I'd like to serve GETs as cached, but let POSTs go through to webpy. Is this possible with lighttpd? Right now, I can only see caching through a url rewrite, which wouldn't distinguish POSTs from GETs. Thanks for your help! Cheers, Justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
