minor debugging tweaks
This commit is contained in:
parent
b2d0d8d756
commit
c469170727
2 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@ public class Benchmark implements Runnable {
|
|||
Date date;
|
||||
|
||||
public Benchmark () throws Exception {
|
||||
client = new XmlRpcClientLite (url);
|
||||
client = new XmlRpcClient (url);
|
||||
|
||||
Vector args = new Vector ();
|
||||
// Some JITs (Symantec, IBM) have problems with several Threads
|
||||
|
|
|
@ -329,6 +329,7 @@ public class XmlRpcClient implements XmlRpcHandler {
|
|||
*/
|
||||
public static void main (String args[]) throws Exception {
|
||||
// XmlRpc.setDebug (true);
|
||||
// XmlRpc.setKeepAlive (true);
|
||||
try {
|
||||
String url = args[0];
|
||||
String method = args[1];
|
||||
|
|
Loading…
Add table
Reference in a new issue