Re: Psyco

2009-08-13 Thread Jonas Obrist
Igor Sobreira wrote: > > > On Thu, Aug 13, 2009 at 2:50 PM, Jonas Obrist > 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... >

Re: Psyco

2009-08-13 Thread Igor Sobreira
On Thu, Aug 13, 2009 at 2:50 PM, Jonas Obrist 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 som

Re: Psyco

2009-08-13 Thread Jonas Obrist
Igor Sobreira wrote: > > > On Thu, Aug 13, 2009 at 12:35 PM, Jonas Obrist > wrote: > > > Torsten Bronger wrote: > > Hallöchen! > > > > Jonas Obrist writes: > > > > > >> Is anyone using psyco in django? Does it work and is it useful (as >

Re: Psyco

2009-08-13 Thread David De Sousa
searching "psyco django" in your friend, google brings http://code.djangoproject.com/wiki/PsycoMiddleware maybe you should read it. On Fri, Aug 14, 2009 at 13:04, Igor Sobreira wrote: > > > On Thu, Aug 13, 2009 at 12:35 PM, Jonas Obrist wrote: >> >> Torsten Bronger wrote: >> > Hallöchen! >> > >>

Re: Psyco

2009-08-13 Thread Igor Sobreira
On Thu, Aug 13, 2009 at 12:35 PM, Jonas Obrist wrote: > > Torsten Bronger wrote: > > Hallöchen! > > > > Jonas Obrist writes: > > > > > >> Is anyone using psyco in django? Does it work and is it useful (as > >> in: do you get great speed improvements)? > >> > > > > I've once seen a benchmark indic

Re: Psyco

2009-08-13 Thread Jonas Obrist
Matthias Kestenholz wrote: > On Thu, Aug 13, 2009 at 5:35 PM, Jonas Obrist wrote: > >> Torsten Bronger wrote: >> >>> Hallöchen! >>> >>> Jonas Obrist writes: >>> >>> >>> Is anyone using psyco in django? Does it work and is it useful (as in: do you get great speed improvemen

Re: Psyco

2009-08-13 Thread Matthias Kestenholz
On Thu, Aug 13, 2009 at 5:35 PM, Jonas Obrist wrote: > > Torsten Bronger wrote: >> Hallöchen! >> >> Jonas Obrist writes: >> >> >>> Is anyone using psyco in django? Does it work and is it useful (as >>> in: do you get great speed improvements)? >>> >> >> I've once seen a benchmark indicating consid

Re: Psyco

2009-08-13 Thread Jonas Obrist
Torsten Bronger wrote: > Hallöchen! > > Jonas Obrist writes: > > >> Is anyone using psyco in django? Does it work and is it useful (as >> in: do you get great speed improvements)? >> > > I've once seen a benchmark indicating considerable improvements of > Django performance with psyco, but

Re: Psyco

2009-08-13 Thread Torsten Bronger
Hallöchen! Jonas Obrist writes: > Is anyone using psyco in django? Does it work and is it useful (as > in: do you get great speed improvements)? I've once seen a benchmark indicating considerable improvements of Django performance with psyco, but only on 32 bit systems. On 64 bit, psyco was a

Re: psyco

2007-03-25 Thread sansmojo
Well, I had looked in my error log and I just checked again. Nothing. I obviously am missing a lot. Any recommendations? On Mar 25, 7:16 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sun, 2007-03-25 at 10:15 -0700, sansmojo wrote: > > I was trying to test out psyco, according to the in

Re: psyco

2007-03-25 Thread Malcolm Tredinnick
On Sun, 2007-03-25 at 10:15 -0700, sansmojo wrote: > I was trying to test out psyco, according to the information at > http://code.djangoproject.com/wiki/PsycoMiddleware > For some reason, the following works at the shell (python manage.py > shell), but not on the web: > > import psyco > psyco.fu

Re: psyco

2007-03-25 Thread sansmojo
Thanks, Jeremy. I just typed it wrong here instead of copying and pasting. On Mar 25, 2:01 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 3/25/07, sansmojo <[EMAIL PROTECTED]> wrote: > > > import psyco > > psyco.full > > Unrelated to your import error, but make sure you use parens after > .f

Re: psyco

2007-03-25 Thread Jeremy Dunck
On 3/25/07, sansmojo <[EMAIL PROTECTED]> wrote: > import psyco > psyco.full Unrelated to your import error, but make sure you use parens after .full(). iPython is probably helping you with that, but modpython won't. --~--~-~--~~~---~--~~ You received this message

Re: Psyco & Database Stored Procedures / Prepared Statements

2006-09-15 Thread scaba
frooyo wrote: > I have two questions about Django. > > 1. Does anyone know if Pythons Psyco performance improver works with > django? http://psyco.sourceforge.net/ There's even a setting for it: http://www.djangoproject.com/documentation/settings/#enable-psyco You'll have to test it in your en

Re: Psyco & Database Stored Procedures / Prepared Statement

2006-09-14 Thread Jay Parlar
On 9/14/06, frooyo <[EMAIL PROTECTED]> wrote: > > I have two questions about Django. > > 1. Does anyone know if Pythons Psyco performance improver works with > django? http://psyco.sourceforge.net/ I'd be surprised. Psyco does best on heavy numeric operations. > > I'm not asking these questi

Re: Psyco & Database Stored Procedures / Prepared Statement

2006-09-14 Thread James Bennett
On 9/14/06, frooyo <[EMAIL PROTECTED]> wrote: > 2. Does Django use prepared statements and/or create and use stored > procedures when interacting with a database? No, it does not. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~-~--~~