On Apr 11, 2006, at 7:23 AM, Alex Greif wrote: > is there a limit how many parallel (concurrent) connections can be > handled by pylons? > can it be configured somwhere?
This is mainly a function of the HTTP serving bit. Different WSGI servers have different options, I believe Flup spawns threads as it needs them, and there's some FCGI gateways that maintain thread pools with maximum amounts of threads. HTH, Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
