Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Expanded XML-RPC support?

Epilort Byrne
Registered User
Join date: 6 Jul 2004
Posts: 30
04-04-2007 09:06
Hi...just wanted to know if outgoing XML-RPC support was in the cards?
Kamilion Schnook
Registered User
Join date: 26 Jan 2006
Posts: 18
04-06-2007 00:55
Don't count on it -- the XML:RPC server is overloaded as it is.

Perhaps you should consider using llHTTPRequest -- it's a lot faster (1 request per second per prim) and also can handle sending more data... XML:RPC's limited to ~255 chars, llHTTPRequest is limited at 2048 bytes. XML:RPC's also a PITA to set up on the serverside.

llHTTPRequest paired with a PHP/Perl/Python capable server is far more powerful and easy to use.

The only real difference is XML:RPC's designed more to wait for data to come in, and respond to it, and HTTPRequest is an outgoing call which can return data.

A properly set up email receiver script is more useful, in my opinion, as it's handled by the simulator -- not the Single-Point-of-failure XML:RPC server, which can quickly grind to a halt with so much traffic flowing through it.

(plus, llHTTPRequest supports SSL encrypted connections :D )
_____________________
During his last shootout, police said "Come out, you're surrounded!"
He replied, "I'm not surrounded, I just have more targets now!"

Old enough to know better, young enough not to care.
Turnoffs: The blue wire. (or was it the yellow?)

It does not require a majority to prevail, but rather an irate, tireless minority keen to set brush fires in people's minds. --Samuel Adams
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
04-07-2007 11:05
It has been stated by several Lindens that XML-RPC support will most likely be phased out at some point in the future. No specific timeframe was stated, but I think the gist is that it is considered to be "deprecated" internally, which is unfortunate, since there are probably better ways to do it such that it is not such a huge boondoggle.
Sys Slade
Registered User
Join date: 15 Feb 2007
Posts: 626
04-07-2007 14:07
From: Talarus Luan
I think the gist is that it is considered to be "deprecated" internally, which is unfortunate, since there are probably better ways to do it such that it is not such a huge boondoggle.


<sarcasm>Yes, emails! Lots and lots of slow moving, time limited emails.</sarcasm>