Welcome to the
Globe
Implementation Download DirectorY (GIDDY)
Globe is a research project into the scalability issues of wide-area
distributed applications, such as the Web. Globe tackles scalability issues by
encapsulating data in distributed shared objects and by providing a
scalable infrastructure:
-
A distributed shared object may be
distributed and replicated according to an
object-specific policy. For example, the state of an object may be
physically distributed and replicated (as opposed to a Corba
distributed object, whose state must reside at one location).
-
Globe also provides the infrastructure to host, name and locate
objects. A distinguishing feature of Globe is that the location of objects
has been separated from the naming of objects in a scalable manner.
Please refer to the Globe website for
published papers and more information about Globe.
Globe Now Released
The implementation of Globe has reached a stage where it can be made
available to the public. We are doing so by releasing it under a BSD license. We hope to achieve adoption by testers,
and to obtain feedback on the software and the documentation. Please note
that the software is still under development, and we do not guarantee
backward compatibility. The implementation includes the Globe
Distribution Network (GDN), an application for the worldwide
distribution of free software. The GDN project is being sponsored
by NLnet.
Globe on your System
The development platform of the Globe system is SunOS 5.5.1/5.8. We also
run Globe on Linux, and you may try your luck with other Unices.
With Java as the main development language, the
implementation of Globe should be reasonably portable.
Each release of the software comes in two forms:
-
A user distribution. This distribution contains executables for the
Globe system, but no development tools or sources.
-
A developer's distribution. This distribution contains the full sources
of the Globe software, i.e. the Globe system and the development tools.
Compared with the user distribution, this distribution takes a fair amount of
time to build.
Below you will find links to the Globe software and documentation. The
documentation describes in detail how to install the software.
The download links are served by Globe software. Due to administrative or other
reasons Globe may occasionally be unavailable. If this is the case, please
follow the ftp link.
As of 1.0.6 the Globe software is cryptographically signed to ensure
authenticity and integrity. These properties can be verified using the
.sign files associated with each distro and
our GPG public key.
version 2.0.1 (Oct 27, 2003)
manual|
user|
developer|
changes|
ftp
(sign)|
(sign)|
(sign)|
version 2.0.0 (Oct 16, 2003)
manual|
user|
developer|
changes|
ftp
(sign)|
(sign)|
(sign)|
version 1.0.6 (Aug 20, 2002)
manual|
user|
developer|
changes|
ftp
(sign)|
(sign)|
(sign)|
version 1.0.5 (April 3, 2002)
manual|
user|
developer|
changes|
ftp
version 1.0.4 (March 19, 2002)
manual|
user|
developer|
changes|
ftp
version 1.0.3 (March 12, 2002)
manual|
user|
developer|
changes|
ftp
version 1.0.2 (March 4, 2002)
manual|
user|
developer|
changes|
ftp
version 1.0.1 (February 26, 2002)
manual|
user|
developer|
changes|
ftp
version 1.0 (February 1, 2002)
manual|
user|
developer|
changes|
ftp
version 0.10.3 (November 20, 2001)
manual|
user|
developer|
changes|
ftp
version 0.10.2 (August 3, 2001)
manual|
user|
developer|
changes|
ftp
version 0.10.1 (July 26, 2001)
manual|
user|
developer|
changes|
ftp
version 0.10.0 (July 18, 2001)
manual|
user|
developer|
changes|
ftp
version 0.9.1 (June, 2001)
manual|
user|
developer|
changes|
ftp
version 0.9.0 (May, 2001)
manual|
user|
developer|
changes|
ftp
version 0.8.1 (May, 2001)
manual|
user|
developer|
changes|
ftp
version 0.8.0 (April, 2001)
manual|
user|
developer|
changes|
ftp
version 0.7.0.3 (February, 2001)
manual|
user|
developer|
changes|
ftp
version 0.7.0 (January, 2001)
manual|
user|
developer|
changes|
ftp
version 0.6.0 (December, 2000)
manual|
user|
developer|
changes|
ftp
Terms of Use
Globe is distributed under the following BSD license.
Copyright (c) 2001, Vrije Universiteit
All rights reserved.
Redistribution and use of the GLOBE system in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
-
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
-
Neither the name of Vrije Universiteit nor the names of the software
authors or contributors may be used to endorse or promote
products derived from this software without specific prior
written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS, AUTHORS, AND
CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL VRIJE UNIVERSITEIT OR ANY AUTHORS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Patrick Verkaik