Hi,

I'm looking for a way to redirect STDOUT from an external application
directly into my website, updating in real time.

My original plan is to do something like this:

1.  Controller popen's some program
2.  Reads the file descriptor
3.  Redirects each new line into some DIV in my view, showing each new
line in real time.

This controller would be called after a form submit.

#3 is the part I don't know how to do, or if it's even possible.  I
haven't seen a $c->res method that lets me update directly into a DIV,
which I was kind of banking on.  The "real time" part is pretty
imperative also.  I can't get away with waiting for the program to
execute, then dumping all of it's output at once.

Any general guidance is greatly appreciated.

Thanks,
Jimmy

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to