diff options
Diffstat (limited to 'java/demo/Ice/throughput/Client.java')
-rw-r--r-- | java/demo/Ice/throughput/Client.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/demo/Ice/throughput/Client.java b/java/demo/Ice/throughput/Client.java index 30e59d4e538..3a6eac769a9 100644 --- a/java/demo/Ice/throughput/Client.java +++ b/java/demo/Ice/throughput/Client.java @@ -88,6 +88,9 @@ public class Client char currentType = '1'; int seqSize = ByteSeqSize.value; + // Initial ping to setup the connection. + throughput.ice_ping(); + String line = null; do { @@ -101,9 +104,6 @@ public class Client break; } - // Initial ping to setup the connection. - throughput.ice_ping(); - long tmsec = System.currentTimeMillis(); final int repetitions = 100; |