We can store the connection string in the scale out state server?

#1
Hi Sir,
We can add the connection strings and queries in the scale out state server? After adding this queries to the scale out, how it can be accessed again? when we call the same connection query in our application? how it can be accessed? how it will reduce the time?
Thanks
Naveen
 

admin

Administrator
#1
When using our APIs as a local client (i.e. the client application resides on the same host as the SOSS service), there is no additional configuration necessary. Our client libraries will automatically detect the presence of the local service. To connect to a remote SOSS store (i.e. the client application and the SOSS service run on different hosts), you must install and configure the remote client libraries (more information in our online help file in the section Configuring the Remote Client Option).

To get familiar with queries, please read the Queries section of the API Concepts.
 
Top