Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Execution time
Wed, Sep 14 2011 2:42 PMPermanent Link

Eydun

Hi.

Is it possible to compare the execution time on the client with the execution time on the server, when executing a query in a C/S-environment? (to detect possible network lag on the client)
Mon, Sep 19 2011 12:24 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Eydun,

<< Is it possible to compare the execution time on the client with the
execution time on the server, when executing a query in a C/S-environment?
(to detect possible network lag on the client) >>

You can use the TDBISAMSession RemoteTrace property and an OnRemoteTrace
event handler to examine the total amount of time it takes to execute any
request from the client, including the request/response times.

Please see here for more information:

http://www.elevatesoft.com/manual?action=viewtopic&id=edb2sql&topic=Architecture

--
Tim Young
Elevate Software
www.elevatesoft.com
Image