The last time I saw this come up (that I recall) was here. The suggestion then was to become a pmdevil and write the patch yourself. I think the suggestion remains valid here, too.

In the thread above, I followed that advice, and wrote the patch. The code aspect for that was easier: all the information was already stored in the node data. This request is a bit more than that - you would need to scan the database for each node you're looking at. I don't know the exact structure of the database, but if "parentnode" isn't indexed (which it probably is), this could be quite expensive. Someone who is a bit more familiar with the underlying database would have to tell you that.

Then, of course, is after you figure out what to do, is to convince The Powers That Be to actually apply your patch. If you're going to affect the performance of the system, I'll bet they say no. Especially as you can elect to get messages for each reply, and delete those messages as you are finished with them.

If it does not affect performance at all, they may decide that they're getting something for (almost) nothing, and apply it.

Here endeth the advice.

Personally, I'm ambivalent about it. Mostly because I get those response messages. It would be nice, however, if I got emails about responses to responses (i.e., a thread I'm originator to is active). Well, sometimes it would be nice. Other times it would be annoying. :-)


In reply to Re: Seeing the # of replies to writeups by Tanktalus
in thread Seeing the # of replies to writeups by spurperl

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.