Label: book-prog

Content with label book-prog in XAP 6.6 Documentation (See content from all spaces)
Related Labels: 2-basic , remoting , external , orm , book-dotnet-prog , mule , xap , gs.xml , 5-expert , gigaspaces-ec2 , cache , service , issues , unit , users , gigaspace , persistency , first , components , more »

Async Persistency - Mirror
Reliable Asynchronous Persistency (Mirror) with OpenSpaces. Overview The GigaSpaces Mirror Service (also known as Persistency as a Service, or PaaS) provides reliable asynchronous persistency. This allows you to asynchronously integrate your data stored in our inmemory data grid (IMDG ...
Async Persistency - Mirror - Advanced
Reliable Asynchronous Persistency (Mirror) advanced topics. Implementing a Custom Mirror Data Source The External Data Source used by the mirror needs to implement {{com.gigaspaces.datasource.BulkDataPersister}}. GigaSpaces comes with a built in Hibernate implementation of the interface (the {{DefaultHibernateExternalDataSource}}), but a custom implementation can easily ...
Async Remoting Component
Async Remoting allows you to use remote invocations of POJO services, with the space as the transport layer.\\ (/) You can find working examples for this feature in the Open Spaces Data Example Data Example and under the Remoting Example SBP:Remoting Example ...
C++
GigaSpaces C\ API has been designed to allow the same level of flexibility, usability and interoperability of the Java POJO POJO Support and .NET C# PONO XAP66NET: Object Metadata counterpart APIs for building scalable, lowlatency SBA applications
C++ - Advanced

C++ Basics

C++ Benchmark Framework
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++ Code Generator
gs.xml}} file and the {{gsxml2cpp}} utility allow you to use your C classes in the space without a need for mapping or special knowledge regarding other APIs. This file is in charge of generating the C class serialization code, allowing you to use your ...
C++ Configuration File
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 ...
C++ Examples