discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OT, Q] Fast RPC library?


From: Sungjin Chun
Subject: Re: [OT, Q] Fast RPC library?
Date: Sun, 23 Oct 2005 11:11:33 +0900


On Oct 23, 2005, at 12:25 AM, Richard Frith-Macdonald wrote:

Using XML-RPC (GSXMLRPC from the GNustep base library) I have done high speed stuff on a P4. Not sure what you mean by 10K/sec though ... is that data throughput or number of RPCs? If it's number of RPCs, you need to say how many parameters etc you are passing and how big they are etc.

It's number of RPCs. I did not tested my server on P4(which will be faster than my iBook G4). # of Request parameter is under 3 (mostly) and response data size is under 512K (mostly also :-).

As far as I know GSXMLRPC does not support server, right? And I found that GSXMLRPC client code is one of the fastest client library. (For my test server it's faster than xmlrpc-c).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]