Re: Using POE::Wheel::SocketFactory

2004-02-10 Thread Jay Strauss
Hi, I get what you say, with You could build a list of fields until @record == $record_length{$record[0]} or something. At that point, you call whatever you've written to handle the record. I'm working on getting something to process the list in a timely fashion, but only once all the

Re: Using POE::Wheel::SocketFactory

2004-02-10 Thread David Davis
Message --- From: Jay Strauss [EMAIL PROTECTED] To: David Davis [EMAIL PROTECTED] Sent: Tue, 10 Feb 2004 20:40:12 -0600 Subject: Re: Using POE::Wheel::SocketFactory There isn't one, I had to dissect the vendor supplied java client to determine the messages. The way the conversation goes

Using POE::Wheel::SocketFactory

2004-02-09 Thread Jay Strauss
Hi, I'd like rewrite some forking code to use POE instead. I must connect to a server process via a tcp socket. The messages I receive, are not terminated, but the individual fields are terminated by an ASCII 0. The first field received (message type), then tells me how many more fields I must