[MUD-Dev] Perl - SOAP/XML - Slow?

Caliban Tiresias Darklock caliban at darklock.com
Wed Feb 26 10:08:30 CET 2003


From: "Stephane Boisjoli" <ratatosk at rogers.com>

> What is SOAP, anyway?

Simple Object Access Protocol. It's a way to exchange information
using XML, and it's designed to work transparently between
computers. It is, however, a little slow; instead of caching
knowledge about the other objects, you *must* read each envelope to
see whether anything has changed. This allows distributed
environments to work more reliably, but at the expense of
efficiency.


_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list