andy baxter wrote:
> andy baxter wrote:
>   
>> hello,
>>
>> I have just installed a demo of an app I'm writing to a web server. 
>> There seems to be an intermittent error, and I'm wondering if this is to 
>> do with the permissions on the directories - I've tried to set the 
>> permissions so it can create .pyc files, but this doesn't seem to be 
>> working. What is the right way to set this up? for example is there a 
>> python command you can run to force all the modules in a given path to 
>> compile?
>>
>> andy baxter.
>>
>> -
>>     
> I just found out how to do this:
>
> http://docs.python.org/lib/module-compileall.html
>
> andy.
>   
Incidentally, I am running the demo on an old pentium II with 32M of 
memory, and it's a bit slow - 3-4 seconds page load times. Is this to be 
expected, or am I doing something wrong? What would people say are the 
recommended specs for a machine running a django app (assuming fairly 
light load where what matters is the response times for single requests, 
not having to deal with many concurrent requests)?

andy.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to