[storm] Storm and DBUtils

James Henstridge james at jamesh.id.au
Sun Mar 2 02:11:55 GMT 2008


On 01/03/2008, Sean Allen <sean at ardishealth.com> wrote:
> Before I start in on this, I wanted to see if anyone had done any work
>  on integrating DBUtils and Storm.
>
>  If not, away I go, but if someone has, please point me in the proper
>  direction.

What features from DBUtils are you after exactly?

Storm already has transaction aware disconnection handling (i.e. if
you handle DisconnectionError in the same way you'd handle a deadlock
or serialisation error, you should be fine).

And if you want to do per-thread or pooled connections, it is probably
better to do that on top of Storm's Store abstraction.  See the
storm.zope module for an example of managing per-thread stores.

James.



More information about the storm mailing list