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


in reply to New XML Chatter Stuff

I saw this announcement, and it came and went, and then you applied user nodes info xml generator - (patch) (on 2005-11-07 15:07:51), which breaks quite a few clients relying on user nodes info xml generator. It certainly broke xml_pimp.

I think you should revert that change, at least for a few weeks. Please

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^2: New XML Chatter Stuff (user nodes info changes)
by demerphq (Chancellor) on Nov 08, 2005 at 08:07 UTC

    Nope. That patch wont be reverted.

    The user nodes ticker was causing a huge drag on the system, so it was patched to be lower load. The alternative was to patch it out of existance.

    If you want the full data set then will have to do multiple fetches using the 'offset' parameter. Each fetch should return 100 records, if it does return this number then increment offset by 100 and refetch. Eventually it will return less than 100 records and you are done.

    Apologies for not announcing this directly, I was called away unexpectedly before I could do so.

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