[ Contact ] [ Links ] [ Previous : 11 / 40 : Shared File Directory ] [ Up ] [ Next : 13 / 40 : Central server : Pull ]

Repository in Server Memory

Instead of storing all of the VE's shared state in files, write a server process that simulates the behavior of a distributed file system

Each host maintains a TCP/IP connection to the server process and uses that connection to perform read and write operation on the shared state

Faster than Shared File because each host uses does not have to open and close each file remotely.

Don’t have to have locks. Server arbitrates.

Pros.

Cons.

Support small to medium-sized net VEs

eScience
< Internetworked VR : Networking >
[ Contact ] [ Links ] [ Previous : 11 / 40 : Shared File Directory ] [ Up ] [ Next : 13 / 40 : Central server : Pull ]

See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker / eScience / Computer Science / ANU
Last modified: 28/3/2005
TOC - Print
Send your comments at :
<pvk@vuylsteker.net>