[Haskell-cafe] Can a GC delay TCP connection formation?
Bryan O'Sullivan
bos at serpentine.com
Fri Nov 30 19:29:22 CET 2012
On Tue, Nov 27, 2012 at 11:02 AM, Jeff Shaw <shawjef3 at gmail.com> wrote:
> Once each minute, a thread of my program updates a global state, stored in
> an IORef, and updated with atomicModifyIORef', based on query results via
> HDBC-obdc.
Incidentally, what kind of database are you talking to? Issues of FFI
correctness aside, HDBC is in general terribly slow compared to some of the
more DB-specific bindings.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121130/27f1c25c/attachment.htm>
More information about the Haskell-Cafe
mailing list