Fast Imaging for Webserver

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Thu Jan 25 04:51:56 EST 2007


Paul McGuire:
> before you start replacing PIL, or
> optimizing CherryPy, or other possible performance-improving efforts,
> you should profile the within-request processing, find the bottleneck,
> and take care of that first.

Good advice.
Among the tests, the OP can also try to change the antialiasing type of
PIL, going to the nearest neighbor, and doing some transfer timings
again. It may help find where the bottleneck is.

Bye,
bearophile




More information about the Python-list mailing list