Hi, I am running a Pyramid based website and now traffic is picking up. I feel I might bump the problems of Waitress scalability soon. As far as I understand, Waitress does not offer multiple process pooling modes, only threading. This, combined with Python GIL, might cause problems if requests start to be more and more CPU bound.
- Am I correct and Waitress is limited by Python threading? - What's the recommended modern multiprocess enabled web server to do more scaleable Pyramid hosting? Thank you, Mikko Ps. Site is here, also we are hiring if anyone is looking for gigs or jobs in Pyramid + SQLAlchemy: https://tradingstrategy.ai/ -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAK8RCUvvcDM%2B2D4Pw0crPA3dXjUkiz1_hSDftEpuXgODK_b50A%40mail.gmail.com.
