Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-09-10 Thread Frank Kupke
Here, the paper is now. You can download it from here http://www-ps.informatik.uni-kiel.de/~frk/dstm.pdf. It is one pdf file. The first part is the paper, the second part is the manual that has been there before. Regards, Frank Am 04.08.2010 um 15:55 schrieb Frank Kupke: > Good questions

Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-06 Thread Frank Kupke
Am 04.08.2010 um 23:16 schrieb Andrew Coppin: > Frank Kupke wrote: >> Andrew, >> >> Thanks for pointing your finger at it >> Am 04.08.2010 um 17:48 schrieb Andrew Coppin: >> >>> In that case, is there a way to determine whether or not the rest of

Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-06 Thread Frank Kupke
t; for serialisation. I think you would be better off using Binary, which is > much more efficient. > > Paul. > > On 03/08/10 09:35, Frank Kupke wrote: >> >> Hi, >> DSTM is an implementation of a robust distributed Software Transactional >> Memory (STM) library

Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-04 Thread Frank Kupke
Andrew, Thanks for pointing your finger at it Am 04.08.2010 um 17:48 schrieb Andrew Coppin: > Frank Kupke wrote: >> Good questions. I am about to write a paper explaining the design of the >> DSTM library in more detail which I will link when available. Please bear >>

Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-04 Thread Frank Kupke
John Van Enk: > Is there a Git/Darcs dev repo hiding anywhere we could submit patches to? > > On Tue, Aug 3, 2010 at 4:35 AM, Frank Kupke > wrote: > Hi, > DSTM is an implementation of a robust distributed Software Transactional > Memory (STM) library for Haskell. Many r

Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-04 Thread Frank Kupke
Good questions. I am about to write a paper explaining the design of the DSTM library in more detail which I will link when available. Please bear with me, here. In the meantime please find some shorter answers below. Regards, Frank Am 04.08.2010 um 10:53 schrieb Andrew Coppin: > Frank Ku

Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-04 Thread Frank Kupke
-ps.informatik.uni-kiel.de/~frk/dstm.pdf, also available through my very rudimentary institute's web presence http://www.informatik.uni-kiel.de/prog/mitarbeiter/frank-kupke/. Regards, Frank Am 04.08.2010 um 10:43 schrieb Chris Eidhof: > This looks very cool! It would be nice to put the pd

Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-04 Thread Frank Kupke
data InitTVar a = TVar [TVar a] sorry Am 04.08.2010 um 10:04 schrieb Frank Kupke: > Thanks. In fact, the server lookup is needed only to make initial contact to > another node, or better - as the distributed architecture is transparent to > the app programmer - to make initial c

Re: [Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-04 Thread Frank Kupke
e > tonight. > > On 3 August 2010 10:35, Frank Kupke wrote: > > Hi, > > > > DSTM is an implementation of a robust distributed Software Transactional > > Memory (STM) library for Haskell. Many real-life applications are > > distributed by nature. Concurrent appl

[Haskell-cafe] ANNOUNCE: DSTM 0.1.1

2010-08-03 Thread Frank Kupke
robust distributed application programs. For usage please look into the documentation file: DSTMManual.pdf. The package including the documentation can be found on: http://hackage.haskell.org/package/DSTM-0.1.1 Best regards, Frank Kupke ___ Haskell