[Haskell-cafe] Re: Threads with high CPU usage

Don Stewart dons at galois.com
Sun Dec 21 18:07:12 EST 2008


redcom:
> Hi Mads,
> 
> I just noticed that too.
> 
> I had been wondering why this problem does not occur with the sample app  
> from RWH eventhough I was employing the same technics as they did.
> 
> It just occured to me that all the DB interactions in their app are fairly  
> short and thus the problem never becomes apparent.
> 
> Thanks everyone, I was going crazy here, couldn't figure out what I was  
> doing wrong.
> 
> Would anyone happen to know of a "safe" alternative to HDBC?

Modify the 'unsafe' inports to be 'safe'? I don't think HDBC is going to
call back in, so should be fine. John?

That said, we use Takusen or sqlite3 at work, without troubles.

-- Don


More information about the Haskell-Cafe mailing list