From: daz Date: 2005-10-02T22:01:46+09:00 Subject: Re: Sending YAML over TCP Brian Schr�der wrote: > > [YAML client/server code] Hi Brian, While looking for something else, this caught my attention in: http://yaml4r.sourceforge.net/doc/page/loading_yaml_documents.htm "YAML::load_documents is the most efficient way to load streaming data. This applies as well to TCP sockets. Client/server applications which communcate in YAML can pass the TCPSocket object directly to YAML::load_documents for parsing a stream over TCP/IP." I don't know if that has any relevance to your example (?). - If not, please ignore. daz