Several months too late, but I just found this node... :/

I was able to get Net::Server to work under ActiveState Perl. I had to install via the cpan shell and force the install, as several of the tests rely on alarm, which isn't implemented in ActivePerl. Once I forced the install, though, the module itself seemed to work fine. I must admit, however, that I haven't tested it extensively and there may be some bugs I just haven't run into.

I'd be interested to know if anyone has used Net::Server on ActivePerl and if there are any issues to be aware of. I sent an email to the author but haven't received a response yet.

P.S.  I'm curious to know how exactly the code "dies mysteriously" and whether or not you got this issue resolved. I wrote a small custom POP3 server that I'm running on Win2k and it seems to stop accepting new connections after some fairly large number of hours. (Maybe between 12 and 24? I'm not sure exactly.) It only handles a single connection at a time, though, and the process remains, so it seems more like it's not closing its active connection properly. I haven't done much testing yet but was curious if this might be related. *shrug*

bbfu
Black flowers blossum
Fearless on my breath


In reply to Re: Net::Server for ActivePerl? by bbfu
in thread Net::Server for ActivePerl? by jhanna

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.