Comments on: Ruby Could Replace my Python Crawler Pretty Soon
http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/
It's Just LinksWed, 14 Sep 2011 13:47:04 +0000http://wordpress.org/?v=2.9.1hourly1By: tony
http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/comment-page-1/#comment-98897
tonyWed, 30 Jul 2008 13:58:15 +0000http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/#comment-98897@Curtis: Here is those polish guy's test code. I haven't run it yet: http://pastie.org/private/jtqfdbloc83wqqnk525mzw@Curtis: Here is those polish guy’s test code. I haven’t run it yet: http://pastie.org/private/jtqfdbloc83wqqnk525mzw
]]>By: tony
http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/comment-page-1/#comment-98895
tonyWed, 30 Jul 2008 13:54:38 +0000http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/#comment-98895@Michael You are correct.@Michael You are correct.
]]>By: tony
http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/comment-page-1/#comment-98894
tonyWed, 30 Jul 2008 13:53:44 +0000http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/#comment-98894@Phil If your crawler is network bound, then you need more pipe.@Phil If your crawler is network bound, then you need more pipe.
]]>By: Phil
http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/comment-page-1/#comment-98703
PhilTue, 29 Jul 2008 22:21:56 +0000http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/#comment-98703I don't get it. Crawlers are network-bound; the speed of your implementation language has virtually no importance.I don’t get it. Crawlers are network-bound; the speed of your implementation language has virtually no importance.
]]>By: Curtis
http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/comment-page-1/#comment-98608
CurtisTue, 29 Jul 2008 14:58:35 +0000http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/#comment-98608It's kind of hard to evaluate metrics without seeing the actual code. A lot of micro benchmarks aren't indicative of real world performance.
Tim Bray's widefinder project might be a good reference (both your and his are IO bound). In the end, programmer proficiency is probably the most important factor in speed. ;-)It’s kind of hard to evaluate metrics without seeing the actual code. A lot of micro benchmarks aren’t indicative of real world performance.
Tim Bray’s widefinder project might be a good reference (both your and his are IO bound). In the end, programmer proficiency is probably the most important factor in speed.
]]>By: Michael Campbell
http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/comment-page-1/#comment-98586
Michael CampbellTue, 29 Jul 2008 13:05:48 +0000http://www.tonyspencer.com/2008/07/28/ruby-could-replace-my-python-crawler-pretty-soon/#comment-98586You're presuming that your bottleneck was the threading.You’re presuming that your bottleneck was the threading.
]]>