[Haskell-cafe] ANNOUNCE: DSTM 0.1.1

Job Vranish job.vranish at gmail.com
Wed Aug 4 15:40:57 EDT 2010


Both Git and GitHub are fantastic. (and very convenient for contributors)

Also if you're the kind of person who's into GUI's, SmartGit is quite good
as well.

- Job

On Wed, Aug 4, 2010 at 3:28 PM, Frank Kupke <frk at informatik.uni-kiel.de>wrote:

> John,
>
> a very nice idea. I have not worked with git yet but used an svn repository
> on our institute server. I will look into it though and eventually set
> something up. In the meantime you are welcome to send patches to me for
> merging them into the project.
>
> Frank
>
> Am 04.08.2010 um 18:54 schrieb 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 <frk at informatik.uni-kiel.de>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 applications may profit from robustness added by re-implementation as distributed applications. DSTM extends the STM abstraction to distributed systems and presents an implementation efficient enough to be used in soft real-time applications. Further, the implemented library is robust in itself, offering the application developer a high abstraction level to realize robustness, hence, significantly simplifying this, in general, complex task.
>>
>> The DSTM package consists of the DSTM library, a name server application, and three sample distributed programs using the library. Provided are a simple Dining Philosophers, a Chat, and a soft real-time Bomberman game application. Distributed communication is transparent to the application programmer. The application designer uses a very simple name server mechanism to set up the system. The DSTM library includes the management of unavailable process nodes and provides the application with abstract error information thus facilitating the implementation of 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-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100804/7cbc83fe/attachment.html


More information about the Haskell-Cafe mailing list