James Bennett wrote:
> On 4/6/06, jtm <[EMAIL PROTECTED]> wrote:
> > Does this combination of software mean that for every request
> > django is starting from scratch and having to re-import everything?
>
> No, pretty much the whole point of FastCGI is that you have a
> long-running process which handles lots of requests, rather than
> starting up and shutting down on every request. I haven't noticed any
> particular speed problems with running Georg's script, but I've also
> been running it on a shared hosting account that has a pretty beefy
> server.

That's what I figured, but the big delay at the request has me stumped.

Does anybody have any hints on how I should go about finding the
bottleneck?

jtm


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

Reply via email to