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

Suggestion for experimental extension name space (POEx::?)

2006-12-14 Thread Guillermo Roditi
I have been playing with mixing Moose and POE lately and I'd like to publish some stuff to CPAN. However, I don't think it really belongs in the core name space because -its meant to be experimental -may do the same thing something else in POE already does (in a more stable manner) -may have