Mercurial > hg > FederatedLinda
view src/fdl/package-info.java @ 37:2a366abc3f1f
*** empty log message ***
author | kono |
---|---|
date | Sun, 24 Aug 2008 21:21:40 +0900 |
parents | 330fa49bc4fd |
children |
line wrap: on
line source
/** * Asynchronous Federated Linda Servers and Clients Library. * <p> * Linda server provides Tuple space, which is accessed by Linda clients. * Multiple Linda servers are connected by Protocol Engines. A Linda client * handles multiple Linda server at once. All communications are handled * asynchronous way, that is, it does not wait for the completion. * * @since 1.0 */ package fdl;