June 1999
Intermediate to advanced
1368 pages
29h 45m
English
You should now have a better understanding about not only what client/server applications are, but also how to implement them successfully. The most important points to take away from this chapter are the following:
Plan your file-server applications with client/server migration in mind. It's easier to do it right the first time than be forced to rework your application later on.
Limit your data. Always be conscious of how much data you're passing across your network. Move only as much data as is truly needed.
Take advantage of server processes. Make sure that your queries are actually processing on the server. You can use some tracing mechanism to verify this, as mentioned in the section ...
Read now
Unlock full access