On Nov 3, 2006, at 19:12, lanas wrote:

  Just wondering.  For instance, a serial to TCP bridge.  Has anyone
done such a thing in POE and if so, what was your approach ?

I've thought about it, but I've never done it. Such a bridge needs out-of-band support for non-data events (RTS/CTS/DTR statuses). Serial tends to be a LOT slower than TCP, so you probably would need to use POE::Wheel::ReadWrite's watermark support. Otherwise streaming a huge file from TCP to the serial port would end up with most of the file buffered in memory. Woe if you're doing something with streams.

--
Rocco Caputo - [EMAIL PROTECTED]


Reply via email to