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:15:38 +0900


On Oct 23, 2005, at 3:05 AM, Helge Hess wrote:


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.


I find it a bit hard to believe that you can do
a) TCP setup / maintenance
b) compliant HTTP parsing / generation
c) compliant XML parsing / generation
d) XML-RPC dispatch
e) actual work
f) misc (logging etc)
in 100ns on either G4 or P4.

Most servers probably can't even do 1ms per request, though this is in the category "I could believe that" :-).


For my case, I do not use HTTP; I just use XMLRPC encoded data for communication. With this, I can get 1000 requests/sec. My request/ response data size is not big: actually they are small(under 512Byte, I think in most cases they are under 256Byte, OOPS!! I wrote wrong number for Richard's mail, I want to write 512 byte but I wrote 512K!!).





reply via email to

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