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<i...@igorsobreira.com> wrote:
>
>
> On Thu, Aug 13, 2009 at 12:35 PM, Jonas Obrist <ojiido...@gmail.com> 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 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...
>
> Maybe you should cache everything possible before trying psyco.
> But I'm curious about Psyco improvements in Django too. Let us know if you
> get any speed improvements.
>
> --
> Igor Sobreira
> www.igorsobreira.com
> www.smartnutstechnology.com
>
> >
>



-- 
David E. De Sousa M.
Linux User #417969
Running Debian and Gentoo, Fuck RPM
Estudiante de Ingeniería de la Computación
Universidad Simón Bolívar
Caracas - Venezuela

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