skip to main content
Using the Driver : Using the SQL Engine Server
  

Try DataDirect Drivers Now

Using the SQL Engine Server

Some applications may experience problems loading the JVM required for the SQL engine because the process exceeds the available heap space. If your application experiences problems loading the JVM, you can configure the driver to operate in server mode.
In direct mode, the driver operates with the SQL engine and JVM running in a single process. While in server mode, the driver's SQL engine runs in a separate process with its own JVM instead of trying to load the SQL engine and JVM in the same process used by the driver.
For Windows, the driver is configured to attempt to run in server mode first by default. However, if server mode is unavailable, the SQL engine will failover to run in direct mode. For non-Windows platforms, the driver operates in direct mode by default.
Note: You must be an administrator to start or stop the service, or to configure any settings for the service.
See the following sections for details on configuring the SQL Engine Server on your platform.
* Configuring the SQL Engine Server on Windows
* Configuring the SQL Engine Server on UNIX/Linux
* Configuring Java Logging for the SQL Engine Server