Label: interfaces+gigaspaces

All content with label interfaces+gigaspaces.
Related Labels: user , 2-basic , jcache , gs-dot-bat , compute , jndi , xap , guide , unit , gigaspacesdotnet , system , quick , memory , persistency , walkthrough , (pages) , components , first , applications , more » ( - interfaces , - gigaspaces )

C++ Mapping File (XAP 6.6 Documentation)
Elements that are available to be used in your {{gs.xml}} file and supported types. Overview This section describes the elements that are available to be used in your {{gs.xml}} file. (!) The {{type}} property is mandatory in case the {{property}} element is defined. The gs.xml file allows you to define C ...
C++ Processing Unit (XAP 6.6 Documentation)
C Environment setup and writing a hello world C application. The C\ Processing Unit GigaSpaces XAP is a universal grid based runtime environment for realtime Java, C\ and .Net applications. The realtime environment includes business logic Service Level ...
GigaSpaces .NET Session State Store Provider (XAP.NET 6.6 Documentation)
How to use the .Net GigaSpaces Session State Store Provider implementation. Overview The session state store provider is used by the IIS (Internet Information Services) to supply a data store for active sessions. This implementation uses GigaSpaces as the session data storage ...
GigaSpaces C++ API (XAP 6.6 Documentation)
An overview of the main capabilities provided by GigaSpaces C API Overview The {{SpaceProxy}} is the primary interface that allows you to connect to the space and perform space operations. The basic space operations include the following: write writes an object into the space. read ...
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 ...
GigaSpaces Read Modifiers (XAP 6.6 Documentation)
Summary: GigaSpaces {{EXCLUSIVEREADLOCK}}, {{READCOMMITTED}}, {{DIRTYREAD}}, and {{REPEATABLEREAD}} modifiers. \\ Work In Progress Notice: This page has not been reviewed since XAP 6.0 and might include incorrect details. \\ Contents: Overview GigaSpaces {{ReadModifiers}} class (see ) provides static methods ...
JMS Messages in GigaSpaces (XAP 6.6 Documentation)
JMS messages implementation; supported and unsupported message types; message compression; accessing JMS messages via space API. Overview JMS messages are implemented as externalizable {{MetaDataEntries}}, indexed, and routed to the space by the destination name. The messages contain the standard JMS ...