Label: book-prog

All content with label book-prog.
Related Labels: 2-basic , remoting , external , book-dotnet-prog , mule , xap , level , 5-expert , cache , gigaspaces-ec2 , service , unit , gigaspace , persistency , first , components , design , solutions , web , more »

Async Persistency - Mirror (XAP 6.6 Documentation)
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 (XAP 6.6 Documentation)
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 (XAP 6.6 Documentation)
Async Remoting allows you to use remote invocations of POJO services, with the space as the transport layer. !GRA:ImagesNewinXAP66.gif align=right! Overview Async remoting is characterized by the nature of how the client communicates with the server. Under the wires, async remoting uses ...
C++ (XAP 6.6 Documentation)
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 (XAP 6.6 Documentation)

C++ Basics (XAP 6.6 Documentation)

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++ Code Generator (XAP 6.6 Documentation)
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 (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 ...
C++ Examples (XAP 6.6 Documentation)