Hey people!
I have following problem:
I'm trying to get some data via xmlrpc from the server (which is a Java-Server).
My client is written in C# but the request needs more than a half second, which
is very long because I have to use the function 10 times or more in series.
The function returns a HashMap. When I'm using another function which returns a
bool it doesn't need more than 100 milliseconds.
When I'm trying to get the data via Java-program (without xmlrpc), it only needs
15 milliseconds! So the problem isn't the server!
I'm using XMLRPC Version 2.4.0.
I hope anybody could help me.
Regards,
smini