On Wed, Jul 1, 2009 at 11:00 AM, Valery Khamenya <[email protected]> wrote:
> > OK, it sounds like the difference is rather about the seconds when I start > the apache, isn't it? After it started, the *.py stuff will be anyway > compiled into a byte-code. And then there will be perhaps no difference > (unless wsgi_mod is somewhat often on returning to the point that apache has > on its start...) > As long as apache has write-permissions to the directory where your code is it'll create a .pyc file when a .py file is loaded. And a tip - if you compile to .pyo (the "2nd level") it disables "assert" statements and other helpers... Rob :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
