Label: advanced

All content with label advanced.
Related Labels: cluster-members , 2-basic , overriding , book-dotnet-prog , gs-dot-bat , log , gigaspaces-ec2 , service , config , system , stop , nic , first , solutions , jconsole , center , protocol , framework , troubleshooting , more »

.NET Benchmark Example (XAP.NET 6.6 Documentation)
Benchmark Example measures the performance of several GigaSpaces .Net API operations. !wikiiconfolder.gif! Example Root {{<GigaSpaces Root>\Examples\Benchmark}} Overview The Benchmark Example is used to measure simple space operation throughput. You can customize the example and run ...
About Network Failure Detection (XAP 6.6 Documentation)
network failure detection facility provides a robust and optimized mechanism to identify network failures. Overview When reading from a NIO {{SocketChannel}} and the connection between the client and server fails abnormally, no notification is generated. The most common example for such failure is disconnecting ...
admin userAdmin - GigaSpaces CLI (XAP 6.6 Documentation)
Modifies user name and password for the container administrator. Syntax gs> admin userAdmin schema name Description By default, each space container includes an administrator user. Only this user is authorized to modify the security settings (security filter) for the spaces ...
Advanced Multi-NIC Configuration (XAP 6.6 Documentation)
How to configure GigaSpaces for Multiple Network Interface Cards. 1. Viewing Network Interface Information When loading GigaSpaces space (or when using the {{<GigaSpaces Root>\bin\PlatformInfo}} script), the Network Interface information is displayed. Each network card ...
Benchmark Utility - GigaSpaces CLI (XAP 6.6 Documentation)
tool for running performance benchmarks on the space in various scenarios. Overview The benchmark example provides a good tool for running performance benchmarks on the cache in various scenarios. This program performs a loop of {{write/put}} and {{read/get}} or {{take/remove}} operations from ...
Benchmark View - GigaSpaces Browser (XAP 6.6 Documentation)
Benchmark view provides a user interface for benchmarking the space. Overview The Benchmark view provides a user interface for benchmarking the space. The following options are provided: Specifying object type. Specifying the JavaSpaces API or Map API operation to perform. Specifying the number ...
C++ Benchmark Framework (XAP 6.6 Documentation)
How to configure and run the C\ POCO Benchmark Framework \\ \\ Overview The GigaSpaces C\ API benchmark framework provides a simple report of the average response time in different scenarios, running with different space topologies and activating different types of operations and space ...
C++ Configuration File (XAP 6.6 Documentation)
C configuration file and setting the JVM options. \\ Overview Configuring C\ client settings is done using the {{config.xml}} file located under {{cpp\config}}. The user can change the name and location of the configuration file by defining the Environment variable JVMCONFIG ...
cd - GigaSpaces CLI (XAP 6.6 Documentation)
Moves to a different working directory, like the Unix {{cd}} command. Syntax gs> cd directory Description The {{cd}} command moves to a different working directory, like the Unix {{cd}} command. {{directory}} accepts an absolute or relative filesystem path ...
Communication Protocol (XAP 6.6 Documentation)
Setting communication protocol using exporters; {{GenericExporter}} configuration ports, connections, and threads. \\ Overview GigaSpaces provides a pluggable communication adaptor, LRMI (Light Remote Method Invocation). GigaSpaces LRMI is built on top of NIO communication protocol http://www.answers.com ...