[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby soap implementation

schnepfe

10/26/2006 9:37:00 AM

Hi,
we have compared php and ruby Web Service clients.
Both clients call a Web Service getting a response containing an array
of about 10000 integers.
We oberserved that the ruby client is 10 times slower than the php
client.

Anyone have similar experience ?
What XML parser is used in the SOAP implementation?

System: debian
Versions: ruby1.8.5-2

Thanks,
Jörg

1 Answer

Patrick Ritchie

10/26/2006 1:24:00 PM

0

Hi Jorg,
> we have compared php and ruby Web Service clients.
> Both clients call a Web Service getting a response containing an array
> of about 10000 integers.
> We oberserved that the ruby client is 10 times slower than the php
> client.
>
> Anyone have similar experience ?
>
I use activesalesforce which interacts with salesforce via SOAP and it
is definitely not fast. I would be very interested to hear if anyone has
any ideas why this is so slow compared to PHP.

Cheers!
Patrick