Hi, I inherited a project that is done with pyramid 1.2. Currently, it can process aroud 100-200 requests/s for dynamic page generated. The bottleneck seam to be the GPU, as the paster process run close to 100%. We need to be able to scale that up.
As we have multi-cores CPU, is there a way to make use of them to get faster results? Each view have been done to scale between server. So there is no concurency problem. I didn't found any documentation on this subject and google didn't helped me. That surprise me. So I suspect I missed the right keyword. Do you know where there the documentation is? Thanks Frédéric Bastien -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/TAgp26Wm2lcJ. 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.
