General: This is an application that checks for possible memoty leaks in the egigs library. It performs the following actions in the endless loop * connects to the space * makes the snapshot of the object * writes the batch of the objects to the space * takes the batch of the objects from the space * clears the space Prerequisites: Please note that this example depends on the C++ benchmark example because we wrap the C++ class payloadAsString. So, please build the GigaSpaces benchmark example before running this test. Execution: The application acceps one optional arguments that is the space URL. The default value of the space URL is "/./mySpace" which means the embedded space. If you wish to connect to the existing space started for example by the gsInstance.bat then please start the applisaction with the argument "jini://localhost/*/mySpace" Misc: Please take a look at the following bat files: * runStudio.bat - Sets the required environment variables and starts EiffelStudio * runEmbedded.bat - Sets the required environment variables and starts the example with the emebedded space * runRemote.bat - Sets the required environment variables and starts the example with the remote space