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 only on 32 bit systems.  On 64
> bit, psyco was a slight drawback.
>
> Tschö,
> Torsten.
>
>   
As far as I knew psyco is 32bit only anyway...

Also: does anyone know if I have to put 'import psyco; psyco.full()' 
into every file or if there's a central place where I can enable it for 
the whole django and my whole app? I'm on a 32bit system and have 
performance issues...

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to