in reply to Sending data structures via sockets

POE can build a network of interlocking servers that exchange objects through serialization and deserialization. My guess is that it uses Storable along with some protocol to determine payload size.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Sending data structures via sockets