On 5 November 2012 22:13, Frédéric Bastien <[email protected]> wrote: > 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.
Each CPython-process will use only one core; you will just have to run one process per core – assuming you have enough memory. \malthe -- 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.
