Don't know if you can have two connections, sounds difficult in regard
to the DBM monad. Only the deveolopers will know.

However, two obvious solutions come to my mind: 1) build a result set
and process it after returning from DBM or 2) use two separate threads
and send the queried data from your source db to the other thread using
an STM channel. 
You will have to think about lazyness, performance and space usage in
both cases, however.

Am Sonntag, den 17.01.2010, 20:48 +0100 schrieb Günther Schmidt:
> Hi,
> 
> I know how to use Takusen with a *single* connection, but I cannot 
> figure out how to read from one database while inserting to another.
> 
> 
> Could someone please explain to me how I can do that?
> 
> Günther
> 
> 
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to