b_book1.gif (162 bytes)Database

DB Issues - Client server

In a client/server the following scenario may take place when the client requests data from a server.

Client
(Assume high performance workstation)
Network traffic Server
1. Local process = 0 seconds    
  2. Transmit request = 100 character SQL statement over 400Kb/s Ethernet
= 0.0025 sec
 
    3. SQL Process = 1 SQL statement on a 50 transacton per second server
= 0.02 sec
  4. Transmit Answer = 20 records @ 200 bytes over 400Kbps
= 0.01 sec
 
5. Process Answer = 0 sec    
6. Paint form = 0 sec    

This gives very good response time of 0.0325 sec or 1/30 sec.

Unfortunately this is not usually the case.

Two factors that affect equipment performance are;

b_ref.gif (1385 bytes) Reynolds,C (1996, Jul 1)

[Rev 17/11/98] 30/4/97 © 1997-98 V/2-Com (Verhaart), P O Box 8415, Havelock North, New Zealand.