The solidDB server provides a capability to link your application to the server directly, without the need to communicate through network protocols such as TCP/IP. With Shared Memory Access (SMA), you can link multiple applications to a single server. With Linked Library Access (LLA), you can link one application to a single server. By replacing the network connection with local function calls, performance can be improved significantly.