There is a specific activity I want to execute even after exception has thrown, just like a try{}开发者_Python百科finally{} block.
My web application runs on multpile apache instances and I am having multiprocess logging issues because of this.I am currently using a SocketHandler for logging to a daemon using SocketServer that th