minor debugging tweaks

This commit is contained in:
hns 2001-01-28 21:15:01 +00:00
parent b2d0d8d756
commit c469170727
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -328,7 +328,8 @@ public class XmlRpcClient implements XmlRpcHandler {
* Just for testing.
*/
public static void main (String args[]) throws Exception {
// XmlRpc.setDebug (true);
// XmlRpc.setDebug (true);
// XmlRpc.setKeepAlive (true);
try {
String url = args[0];
String method = args[1];