view src/fdl/package-info.java @ 71:0352536c33fa

(example: writer) get linda server addr from commandline arg.
author kazz@e065701.local
date Fri, 23 Oct 2009 14:11:07 +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;