Re: Buffering in PoCo::Child

2006-12-15 Thread Rocco Caputo
You'll need to patch it. POE::Wheel::ReadWrite wasn't originally designed for unbuffered writes. There's a patch to add it, but I haven't included it because it fails one of POE's tests. You can find the patch in POE's queue at rt.cpan.org. -- Rocco Caputo - [EMAIL PROTECTED] put()

Buffering in PoCo::Child

2006-12-14 Thread Mike Schroeder
We have a POE app that reads multiple input files, reformats them and the posts them to various binaries wrapped with PoCo::Child that in turn load the data into our underlying system. The problem we are running into is that PoCo::Child seems to be buffering two or three records at a time.

Re: Buffering in PoCo::Child

2006-12-14 Thread Nicholas Perez
It really depends on how you are processing the records and sending them upstream. Could it be your Filter is doing the buffering? On 12/14/06, Mike Schroeder [EMAIL PROTECTED] wrote: We have a POE app that reads multiple input files, reformats them and the posts them to various binaries