Are the built-in HTTP servers production quality?

Grant Edwards grante at visi.com
Mon Jul 19 16:03:49 EDT 2004


On 2004-07-19, Daniel Eloff <danieleloff at hotmail.com> wrote:

> So buffer the entire file in memory. If the file is greater than a MB
> (or what you deem as too much memory usage) then take the slower, two
> passes through the file approach.

Methings we're quite a ways into premature optimization.

First make it work...

-- 
Grant Edwards                   grante             Yow!  I just forgot my
                                  at               whole philosophy of life!!!
                               visi.com            



More information about the Python-list mailing list