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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -