Igor Sobreira wrote: > > > On Thu, Aug 13, 2009 at 2:50 PM, Jonas Obrist <ojiido...@gmail.com > <mailto:ojiido...@gmail.com>> wrote: > > [...] > > > > Caching isn't really an options since I only have VPS with very > little > RAM and from reading the docs good caching is done with memcached... > which uses loads of RAM. Once I have the app stable and everything > I'll > write some benchmarking for it and I'll run some tests without > psyco as > well. This will probably take quite a while though. > > > Filesystem cache should work. Not as fast as memcached (of course), > but I would certainly try it. > > Good luck. > > -- > Igor Sobreira > www.igorsobreira.com <http://www.igorsobreira.com> > www.smartnutstechnology.com <http://www.smartnutstechnology.com> > > > What about caching things which require pickle? I was thinking of caching some regex objects. Or to be more precise, I write a forum which makes use of BB Code which is stored in a database. I'm trying to optimize it now that for each request it has to compile the bbcodes only once (they're regular expressiosn). Right now they're just a filter which loops through all rows in the database.
All other issues I had performance wise have to be reanalyzed since I change the database model completely so it hopefully works faster... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---