If intercepts are created for more than one wsgi application in the same process, using the same interceptor module, uninstalling one of them will turn off intercept for the others because the intercept module's socket class overrides will be removed. This is not desirable.
If intercepts are created for more than one wsgi application in the same process, using the same interceptor module, uninstalling one of them will turn off intercept for the others because the intercept module's socket class overrides will be removed. This is not desirable.