RE: [ULC-developer] Tracking server round trip run times

2006-07-06 Thread Janak Mulani
:[EMAIL PROTECTED] Behalf Of Stefan Thomas Sent: Wednesday, July 05, 2006 12:17 PM To: '[EMAIL PROTECTED] Com' Subject: AW: [ULC-developer] Tracking server round trip run times Hi Janak, thanks for the quick response. I am considering to pursue the second approach. Just one question: Am I measuring

RE: [ULC-developer] Tracking server round trip run times

2006-07-05 Thread Janak Mulani
Of Stefan Thomas Sent: Tuesday, July 04, 2006 5:25 PM To: ulc-developer@lists.canoo.com Subject: [ULC-developer] Tracking server round trip run times Hello, how can we track the execution time of a server round trip? I mean: From the end user perspective. We have tried something naïve by writing

AW: [ULC-developer] Tracking server round trip run times

2006-07-05 Thread Stefan Thomas
Betreff: RE: [ULC-developer] Tracking server round trip run times Hi Stefan, At present there aren't any direct hooks. However, there are two ways of doing it, one generic and one specific. Generic: You can subclass com.ulcjava.container.servlet.client.ServletConnector and override the following

[ULC-developer] Tracking server round trip run times

2006-07-04 Thread Stefan Thomas
Hello, how can we track the execution time of a server round trip? I mean: From the end user perspective. We have tried something naïve by writing an extension to a simple button and overwriting the actionPerformed method on the client half-object. But obviously, the communication after the