http://www.perlmonks.org?node_id=656496


in reply to Re^2: Default depth for replies
in thread Default depth for replies

The depth limits somewhat reduce server load so changing them for AnonyMonk and new users may have a non-trivial impact on server responsiveness (most page hits are anonymous). Eliminating the limit is simply unacceptable to me (not only for the possible impact of server responsiveness but also because it can make some huge threads render unacceptably slowly and also display quite poorly). In fact, it'd be nice to have a reply count restriction to go along with the reply depth restriction, but that is harder to implement so I certainly wouldn't hold my breath.

Have you tried setting the two depth settings differently as I recommended? I find that it is a huge improvement to the clarity of the results, to the point that I'm in favor of such being required.

Hmm, that makes me think of a quick way to do this. I'd actually rather just strongly encourage having them set differently (that is, discourage setting them the same by accident or ignorance). But given the problems I had trying to just get AnonyMonk to use different defaults, if nobody ponies up patches to implement something better (I won't hold my breath) then I might do a quick patch to force "headers w/o bodies" to be 1 higher no matter how they are set. Somebody can come back later and improve that if they have the time and motivation.

- tye        

  • Comment on Re^3: Default depth for replies (unlimited)

Replies are listed 'Best First'.
Re^4: Default depth for replies (unlimited)
by igelkott (Priest) on Dec 11, 2007 at 22:37 UTC
    Naively, I'd never even considered how reply depth would impact server load though it's obvious when you mention it. Guess serving nodes most people won't read would be a waste.

    Not wanting to miss out on anything, I had my own depths set rather high. I've now dropped them (a bit) and will try out the "text higher than header" depths as you suggest.

    Some people may still be confused by the "below your chosen depth" but it might be best to let them speak for themselves (if it ain't broke -- fix it again).

Re^4: Default depth for replies (unlimited)
by demerphq (Chancellor) on Dec 25, 2007 at 20:36 UTC

    We would see load drop by switching to set of nested sets representation intead of parent pointers. Probably. ;-)

    ---
    $world=~s/war/peace/g