On 14 янв, 19:11, "Vlad K." <[email protected]> wrote: > Hi all! > > I'm testdriving uwsgi to deploy Pyramid apps, and there's something I > don't think I quite understand.
If you want to use threads just for serving many pyramid apps in single uwsgi process, you should probably use uwsgi's 'Emperor Mode', it launches multiple uwsgi processes for every python app. http://projects.unbit.it/uwsgi/wiki/Emperor -- 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.
