Slashdot Mirror


Net Neutrality Comments Overtaxed FCC's System

Presto Vivace writes with news that the FCC has had trouble dealing with the sheer volume of comments submitted about net neutrality. There were millions of them, and they caused problems with the agency's 18-year-old Electronic Comment Filing System (ECFS). When the FCC attempted to dump the comments into XML format to make download and analysis easier, problems with Apache Solr meant roughly 680,000 didn't make the transfer. The agency promised to release a new set of fixed XML files in January that include all of the dropped comments. Despite many reports that the comments were "lost," they're all available using the ECFS.

4 of 32 comments (clear)

  1. I think the bigger issue by rsilvergun · · Score: 3, Insightful

    is the number of Astroturfer comments. I'd like to see some effort made to find and eliminate them.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  2. They only store them for us to read by fustakrakich · · Score: 5, Insightful

    The FCC already has its orders. The 'comments' thing is just a pacification measure.

    --
    “He’s not deformed, he’s just drunk!”
    1. Re:They only store them for us to read by Sir_Eptishous · · Score: 4, Insightful

      Wait, you're not insinuating that the FCC is only truly beholden to a cabal of incredibly powerful and wealthy elites who are the ones actually calling the shots via intense lobbying of spineless and paid off politicians and back room deals with utterly despicable business leaders?

      --
      We play the game with the bravery of being out of range
  3. Re:XML??? by Anonymous Coward · · Score: 2, Insightful

    There's nothing wrong with XML per-se and it's perfectly capable of million record exports.

    The problem is stupid developers trying to load entire documents and manipulate them with DOM-like procedures when they should be using streaming parsers.