[portland] python bridge talk questions / advice

Dylan Reinhardt python at dylanreinhardt.com
Thu Mar 12 04:20:55 CET 2009


On Wed, Mar 11, 2009 at 6:32 PM, mgross <markgross at thegnar.org> wrote:

> On Wed, Mar 11, 2009 at 09:15:10AM -0700, Dylan Reinhardt wrote:
> > On Wed, Mar 11, 2009 at 7:34 AM, mgross <markgross at thegnar.org> wrote:
> > If you have specific bottlenecks *after* you've done the standard
> > deployment/caching stuff,  I'd love to hear about them.
>
> I be happy to share, but I was hoping for someone to point out some
> for me to use as starting points ;)


Honestly, I don't know of many.  The ORM and templating systems are pretty
lightweight and you can swap in different solutions if you want to.  The
major gripes I've heard are with the architecture of the admin module... but
it's optional and typically not used under load anyway.
The problems I've seen with Django deployments are typically configuration
issues.  Things like using memcached on a virtual host system where memory
is sparse.  Or forgetting to turn of the DEBUG flag.

That's why I'd love to hear if you encounter any issues.  I'm just not aware
of that many.

Dylan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/portland/attachments/20090311/21efff39/attachment.htm>


More information about the Portland mailing list