Re: Post about a Apache/mod_perl based component/service architecture

[email protected] ("Perrin Harkins")
Newsgroups perl.p5ee
Message-ID <005f01c1d28a$2390da60$7d50fea9@charlotte>
> Care to explain? Why not use SOAP to allow access to a service (that
is
> now being accessed using HTTP and Storable for (de-)serialization) and
> allow access to the services using non-perl languages?

For one thing, it would be slower.  Storable is the fastest way to
serialize perl data, bar none.  That slowdown might get lost in the
overall slowness of doing network operations, but if you do multiple RPC
calls per request it could add up.

- Perrin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.