|
Navigation
|
ECLIPSE Client Server
ECLIPSE® Practice
Management
Software
Prior to version 8, ECLIPSE was only available in one
flavor. All operations performed by ECLIPSE were performed directly. In
other words, when ECLIPSE retrieved data from files, that data was
transferred directly from the computer's hard drive to local memory used
by the program. If that data resided across a network, large data
volumes moving back and forth between computers could negatively impact
system performance.
The standard versions of ECLIPSE must therefore move a
great deal of data across the network to retrieve each account entry.
The Client version of ECLIPSE makes one request for this data by sending
a message to the server. The server then returns all the information
simultaneously. This potentially decreases network traffic by over
66% (the server checks the indexes locally and only passes back
data) and gives a corresponding boost in performance. Naturally, this
model has problems of its own (e.g. the overhead involved in sending
messages). However, on a properly designed system, it should provide
many advantages when under load.
|


