After noticing a number of various clients that try to perform realtime interfacing with the ChatterBox it seemed to me the biggest limitation and flaw was that they have no real time way to get messages, so they must rely on refreshing every X seconds. This is undesireable for a number of reasons, among them being that it provides a rather large additional load on the monastery ( I assume.. ) which only grows larger with more clients attempting to do similar things. Another flaw of course is that the latency is horribly.

So a simple proposal is that there could be a list of servers that perlmonks could message everytime it sees a CB message. I'm not sure of the exact technical details, but I would assume a simple list in the sub that handles CB posts and some kind of message on an unused/predetermined port. The servers that should be included on this list can be submitted to a god or someone similar, or perhaps perlmonks can just update one outside server (perlmonk.org?) that could then push it out to everyone else.

In reply to List of clients to autoupdate on cb change? by BUU

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.