solidDB Help : Configuring and administering : Managing network connections
  
Managing network connections
Applications can connect to the solidDB server by using network drivers or by linking to the server directly. A solidDB server can support multiple network protocols and connection types simultaneously.
In network-based access methods, the applications and the solidDB server are separate programs, typically communicating by using the solidDB ODBC Driver or solidDB JDBC Driver. For information about driver connect strings see the following topics:
Connect strings for ODBC clients
Connect strings for JDBC clients
Direct linking is provided by using Shared Memory Access (SMA) or Linked Library Access (LLA). SMA and LLA are implemented as library files that contain a complete copy of the solidDB server in a library form.
Both the database server and the client applications can connect concurrently to multiple sites by using multiple different network protocols. However, some operating systems might limit the number of concurrent users that can connect to a single solidDB server process.
See
Communication between client and server
Network listening names (Com.Listen)
Direct linking with SMA and LLA
Communication protocols