Label: apis+book-qsg

All content with label apis+book-qsg.
Related Labels: gsiterator , questions , user , 2-basic , remoting , jcache , book-dotnet-prog , xa , exceptions , state , feeder_pu.xml , compute , 42140331---bl , 42140498---bl , xap , gs.xml , guide , unit , gigaspacesdotnet , more » ( - apis , - book-qsg )

.NET Processing Unit Container (XAP.NET 6.6 Documentation)
Describing the .NET Processing Unit Container and how to create and deploy it. !GRA:ImagesNewinXAP66.gif align=right! Overview The .NET Processing Unit Container is based on the OpenSpaces Processing Unit COM:About Processing Unit, and allows you to write a .NET component ...
.NET Processing Unit Data Example (XAP.NET 6.6 Documentation)
example demonstrates basic usage of a .NET Processing Unit. The example contains two Processing Unit Containers; one that feeds data objects into the system, and another that reads these objects and processes them. This page is relevant to XAP.NET version 6.6.2 and onwards, for previous ...
C++ Examples (XAP 6.6 Documentation)

GigaSpaces C++ API Usage Example (XAP 6.6 Documentation)
Example application that demonstrates using the GigaSpaces C API. Overview The API Usage Example demonstrates using the GigaSpaces C API to perform space operations. To learn about GigaSpaces C API, refer to the GigaSpaces C API GigaSpaces C ...
GigaSpaces C++ Hello World (XAP 6.6 Documentation)
C environment setup and writing a Hello World C application. Overview The example below demonstrates interaction between a sample application and a space. (on) The example source code can be found under: {{<GigaSpaces Root>\cpp\examples\HelloWorld}}. To learn about ...
GigaSpaces C++ Processing Unit Example (XAP 6.6 Documentation)
Summary: Example application that demonstrates the concept of Processing Unit. Overview The Processing Unit example is located at {{<GigaSpaces Root>\cpp\examples\CppService\}} and {{<GigaSpaces Root>\cpp\examples\CppServiceOpenSpaces\}}. If you use Visual Studio open the solution {{examples.sln}} located ...
GigaSpaces C++ Type Converter (XAP 6.6 Documentation)
How to implement unsupported data types by creating userdefined packaging code. \\ Overview This example demonstrates serialization of data types that do not have builtin support in GigaSpaces C\ API. It shows you how to add your own code to convert ...
Writing Existing C++ Class to Space (XAP 6.6 Documentation)
How to use an existing C class and write it to the space. Overview This example shows you how to write your own C\ class to the space (as opposed to writing a class that is generated from a XML file). The code for this example is located at {{<GigaSpaces ...