[Tutor] .pyc files and executables?

alan.gauld@bt.com alan.gauld@bt.com
Thu, 16 Aug 2001 10:41:17 +0100


> I'm using Python 2.0 on a UNIX machine (Solaris 2.6) to write some
> CGIs.  I'm trying to find out more about .pyc files, because I think
> it may improve performance at least a little if I can get my CGIs
> saved as .pyc files.

I don't think it'll make much difference provided the module pyc files 
are all there.  Using mod-py if its apache is more likely to help.

But as in all things performance related test it and see, otherwise 
you can spend a lot of effort for no gain.

Alan g.