view src/fdl/package-info.java @ 50:0025a8582d5f

Federated Linda Ring three
author axmo
date Fri, 12 Dec 2008 19:38: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;