Hi. I'm running a site with multiple services called per connection, and in fact the connection is global for all users. It would be helpfull (in performance) if the connection is saved and loaded quickly to not having to create again in each different service.

The class doesn't include an __autoload() function to load the class definition, so it can't be saved and restored later to be used again.