ContentsIndexHome
PreviousUpNext
Deployment

There are several ways to deploy/install your SDK application on a target machine. The way you deploy is largely independent of the way you write your application; the design of your application should however take into account whether it will deployed as a client or standalone.

Name 
Description 
Standalone deployment requires you to have certain files to be installed alongside your SDK application. Additionally you need AIMMS itself and a valid AIMMS license installed.  
A client-only deployment requires you to have certain files to be installed alongside your SDK application. Although you do not need AIMMS itself, you need a network-infrastructure in which an AIMMS SDK Server is running, or alternatively, a running AIMMS SDK Server on your local machine with the appropriate AIMMS versions and licenses installed.  
The AIMMS SDK Server is a separate software package, that allows you to start remote SDK session(s).  
SSL 
In order to make use of encrypted (SSL) connections you need to/can specify various options when setting up both the server and client connections. These differ per SDK language. The server side adheres to the C++ settings