James Henstridge | 2 Mar 2008 03:11
Picon
Gravatar

Re: Storm and DBUtils

On 01/03/2008, Sean Allen <sean@...> 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.


Gmane