• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Oct-2004-

MANIFESTH A D10-Sep-200164 87

Makefile.PLH A D26-Sep-2002364 1613

READMEH A D10-Sep-20011.7 KiB5639

Spread.pmH A D26-Sep-20026.8 KiB291133

Spread.xsH A D26-Sep-200217.2 KiB773723

test.plH A D10-Sep-20013.9 KiB165130

typemapH A D10-Sep-200135 43

README

1Spread-3.15.2 Version 1.04
2=====================
3
4DESCRIPTION
5-----------
6
7Spread-3.15.2-1.04 is a Perl module that conveniently wraps the Spread C
8libraries provided with the Spread 3.15.2 distribution.  Spread is available at
9http://www.spread.org/.  Spread is a local/wide area group communication
10toolkit that runs on most modern operating systems.  It allows convenient
11mechanisms for reliable multicasting information between applications as well
12as providing many more complicate assurances.
13
14CHANGES
15-------
16
17Version 3.15.2-1.04 adds a MANFIEST, dist to Makefile.PL, and several spelling
18corrections.  The only used code change was the spelling correction of CAUSAL.
19
20Version 3.15.2-1.03 updgrades the xs code to use the 3.15.2 Spread client
21libraries.
22
23Version 3.14-1.03 fixes a long standing mortilzation bug that caused an abusive
24memory leak on systesm with many message.  The leak was in SP_receive. It also
25adds this "changes" section.
26
27PREREQUISITES
28-------------
29
30Spread-3.15.2-1.04 requires the Spread group communication toolkit daemon and
31client C libraries (with headers) to be installed (or compiled) on the system.
32
33It will often not work correctly if there is an older libsp installed on the
34system.
35
36It also request Perl 5.
37
38INSTALLATION
39------------
40
411.  Edit the Makefile.PL and change the -L and -I paths to reflect your
42	installation of Spread if necessary.
432.  perl Makefile.PL
443.  make install
45
46COPYRIGHT AND DISCLAIMER
47------------------------
48
49Copyright (c) 2000,2001 Theo Schlossnagle <jesus@cnds.jhu.edu>
50
51This program is free software; you can redistribute it and/or modify it
52under the same terms as Perl itself.
53
54This code is provided with no warranty of any kind, and is used entirely at
55your own risk.
56