As a side-note, I would add that the SOAP::Lite implementation of the SOAP interface is very slow - There was recently a journal entry on http://use.perl.org that linked through to a very comprehensive comparison of SOAP interfaces between different languages and platforms. Despite its ease in use, SOAP::Lite fared very poorly in these tests with great latency in response and throughput time.

I just wish I could find the link or journal entry so that I could link to it from here ... :-(

Update (2004-03-11) - Found the link - http://www.caip.rutgers.edu/TASSL/Papers/p2p-p2pws02-soap.pdf

 

perl -le 'print+unpack"N",pack"B32","00000000000000000000001001101111"'


In reply to Re: Re: Clustered Perl Applications? by rob_au
in thread Clustered Perl Applications? by sri

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.