I've got a simple web app, written in Perl/CGI under apache, and it handles thousands of files/directories. It's sort of a web front end to a large set of similar data. The data is very simple - maybe 10 fields per record, and only one-two types of records. I'm learning python and I'm planning to move some of my Perl code to python, and this seems like a good first step.I've got a simple web app, written in Perl/CGI