On Fri, 12 Nov 2010 13:24:09 -0800 (PST)
Raymond Hettinger wrote:
> Has anyone here benchmarked a 32-bit Python versus a 64-bit Python for
> Django or some other webserver?
>
> My hypotheses is that for apps not needing the 64-bit address space,
> the 32-bit version has better memory utilization
Raymond Hettinger, 12.11.2010 22:24:
Has anyone here benchmarked a 32-bit Python versus a 64-bit Python for
Django or some other webserver?
My hypotheses is that for apps not needing the 64-bit address space,
the 32-bit version has better memory utilization and hence better
cache performance.
Am 12.11.2010 22:24, schrieb Raymond Hettinger:
My hypotheses is that for apps not needing the 64-bit address space,
the 32-bit version has better memory utilization and hence better
cache performance. If so, then switching python versions may enable a
single server to handle a greater traffic l