Hi all, I worte a POE job server, just like what http://poe.perl.org/?POE_Cookbook/Job_Server do. when I use POE::Component::Client::TCP to write a interactive client, I found I can not determine when is the end of a command.
ServerInput callback of POE::Wheel::ReadWrite can be used to get all the output of the command, it is line-based, but I want to input anther command when the server output is over, I definitely can not yeild a callback whenever a single line from server comes to the server. So how can I determine the end of the command output from the server?
here is my simple client code.
http://gist.github.com/234347
thanks

In reply to How can I determine the server is waiting for input in POE::Wheel::ReadWrite? by woosley

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.