I looked at POE a number of times over the years, but didn't have an important reason to penetrate its mysteries. Though now I realize it might have been a good idea to use POE instead of a bunch of scripts as a backend to a search engine I built along with the mod_perl I was using. This is mentioned here under "Non POE Clients".

Now however, I am trying to figure out whether to use POE or not in a wxPerl application. An article ("poeintro") I just read talks about a service paradigm which is what I want, in other words I am not sure whether it makes more sense to use POE (cooperative multitasking) or separate threads for running multiple tcp-based servers.

However, since only the main thread is supposed to update the gui in wxPerl I am thinking POE might be smart. Anybody with experience resolving such a question? At the moment (I'm reading more articles as I update my post :) I'm leaning more towards POE due to the number of modules and wheels it already provides, and the new POE::Loop::Wx.


In reply to Re: Why are people not using POE? by mattr
in thread Why are people not using POE? by johnnywang

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.