Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.programming.threads > #1237

MREW version 1.0 is here

From "aminer" <aminer@toto.com>
Newsgroups comp.programming.threads, comp.programming
Subject MREW version 1.0 is here
Date 2012-11-28 16:11 -0600
Organization A noiseless patient Spider
Message-ID <k95uj3$8b0$1@dont-email.me> (permalink)

Cross-posted to 2 groups.

Show all headers | View raw


Hello,


MREW lock (multiple-readers-exclusive-writer lock) version 1.0 is here.

Authors: Primoz Gabrijelcic and Amine Moulay Ramdane


Description:

MREW lock (multiple-readers-exclusive-writer lock) that works across 
processes and threads.


Language: FPC Pascal v2.2.0+ / Delphi 7+: http://www.freepascal.org/

Operating Systems: Win , Linux and Mac (x86).

Required FPC switches: -O3 -Sd -dFPC -dWin32 -dFreePascal

-Sd for delphi mode....

Required Delphi switches: -DMSWINDOWS -$H+

For Delphi 5,6,7 use -DDelphi

For Delphi 2005,2006,2007,2009,2010+ use the switch -DDELPHI2005+


You can download MREW lock version 1.0 from:

http://pages.videotron.com/aminer/




Thank you,
Amine Moulay Ramdane.


Back to comp.programming.threads | Previous | NextNext in thread | Find similar


Thread

MREW version 1.0 is here "aminer" <aminer@toto.com> - 2012-11-28 16:11 -0600
  Re: MREW version 1.0 is here "aminer" <aminer@toto.com> - 2012-11-28 16:37 -0600

csiph-web