Re: Not seeing anything back out of STDOUT

2009-11-10 Thread Rocco Caputo
Yes, plain text looks like a very large data structure to POE::Filter::Reference. It is busy buffering data until it has enough to thaw(). That behavior appears to the application as if the filter has stalled. -- Rocco Caputo - rcap...@pobox.com On Nov 10, 2009, at 04:29, Simon Taylor w

Re: Git

2009-11-10 Thread Ed W
Hi Bit late, but this may be helpful if you want to run your own repo rather than using an outsourced site (github, etc) http://github.com/sitaramc/gitolite Then chuck up gitweb for the public web interface (or one of the many others) Hello, Guy. Do you have experience recovering a git cl

RE: Not seeing anything back out of STDOUT

2009-11-10 Thread Simon Taylor
Thanks Rocco you are right. I came across the solution myself last night after discovering all the POE ASSERT settings. Trawled the stats at the end - could see many POE::Wheel::Run "select stdout" activities but nothing that was calling the StdOut Event Handler. So I removed the StdoutFilter and n