I have multiple WSGI instances running each on it's own user account.
I'm trying to give the users to reload their own HTTPD processes only on Python/DJango code update, without impacting the other users (as full Apache restart would do).
Any way to accomplish this?