On 01/03/2008, Sean Allen <[EMAIL PROTECTED]> 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.

-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to