Esteemed monks,

As my Win32/Perl/Tk monster continues to grow I find I have as many as FOUR POP3 servers being checked periodically by the programme. On top of this I am checking Skype for incoming calls and a PSTN modem for caller-ID information. So my poor little main event loop is getting somewhat bogged down - particularly as the POP3 processes are all blocking. So I figure I need to shed some load.

After reading through the monastery and searching the Web it would seem that named pipes through Win32::Pipe would be the most reliable way to go to allow the children to tell mama what is happening (usually - we have read emails and added records to the database, please update your action tables).

Apart form teh amterial in Dave Roth's book (WIN32 Perl Programming) does anyone know of useful tutorials or sample code anywhere?

As always, any suggestions would be appreciated

jdtoronto


In reply to Named pipes on Win32 by jdtoronto

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.