W liście SamDonaldson z dnia czwartek 29 maja 2008:
> Yes, lighttpd serving static and all dynamic requests forwarded to the
> paster process talking SCGI.  Should I make the switch to nginx as it
> seems like everybody has something good to say about nginx, and it's a
> good load balancer.
>
> Also, is the fact that I'm only running a single paster process a
> problem?  I remember iwth RoR, mongrel started multiple child
> processes.
>
RoR is non-threadsafe and uses processes to allow concurrent access. Pylons, 
on the other hand, uses threads. I don't know if starting multiple processes 
would give much.

-- 
Paweł Stradomski

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to