mod wsgi - Implementation differences between mod_python and mod_wsgi -
i have webapplication originall implemented written mod_python in mind.
i have been able port mod_wsgi, worry there might subtle differences in way global variables or other features handled.
most of information have seen on mod_python , mod_wsgi comparison of memory footprint, such comparison here:
https://modwsgi.readthedocs.org/en/latest/frequently-asked-questions/
are there implementation issues in 2 apache modules cause differences in behaviour between mod_python , mod_wsgi.
you have enumerate mean 'other features'. global variables, explained in:
that document cut , paste, details, of occurred in mod_python. how deal global , cross process data more or less same.
Comments
Post a Comment