Kamil Gorlo wrote:
> So there is no problem, that for one Paster there is only one Python
> interpreter (maybe I do not understand GIL correctly)? Using processes
> despite Python threads is not better in your opinion?

paster serve just starts a server -- the server doesn't have to be 
single-process.  Flup includes some forking servers (for FastCGI, SCGI, 
AJK), and I believe the Spawning server should also be usable and has 
options to fork processes.

-- 
Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
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