What you find in this directory
-------------------------------

Makefile:
	Creates the application "rsltest". Depends on the environment
	variable GLOBUS_DEVELOPMENT_PATH. For instructions on how to
	set this variable see makefile. 

single_rsl_server.c
	Sets up an endpoint and prints the URL associated with it. Waits
	for a RSR and dies when it has been processed.

single_rsl_client.c
	Uses the server URL argv[1] to establish a connection and send a
	RSR containing the integer message argv[2]

Exercises:
	1.
	Look at the pieces of code, make and try it.

	2.
	Extend the code so that the server sends a reply to the client.

