GridSim DataGrid Examples

March 2006

 

Contents



Example 1

This example shows how to create a new DataGrid resource. Each resource has a harddisk and a file stored to it. The file is registered to the centralized replica catalogue. A dummy user is also created and connected to the network.
List of files:


Example 2

This example shows how to implement basic user behviour. The topology and the resources are the same as in other datagrid examples. The user behaviour is implemented in Fileuser.java.
List of files:


Example 3

This example shows how to use and submit DataGridlets during an experiment. The DataGridlet management is implemented in the class DataGridletUser.
List of files:


Example 4

This example shows how to constructs the experiment defined in the configuration files and runs the simulation. This example is also explained in here.
List of files:



Back to Example index