From: Paul Brannan Date: 2008-03-25T00:20:00+09:00 Subject: Re: any tricks to speed up ruby? On Sat, Mar 22, 2008 at 06:40:26AM +0900, Roger Pack wrote: > Anybody have any idea what might going on here? All compiled > similarly, p114 seems to smoke the rest. I'm guessing it's the way you built it; these are the only changes listed in the ChangeLog between p111 and p114: Mon Mar 3 23:34:13 2008 GOTOU Yuuzou * lib/webrick/httpservlet/filehandler.rb: should normalize path separators in path_info to prevent directory traversal attacks on DOSISH platforms. reported by Digital Security Research Group [DSECRG-08-026]. * lib/webrick/httpservlet/filehandler.rb: pathnames which have not to be published should be checked case-insensitively. Mon Dec 3 08:13:52 2007 Kouhei Sutou * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb, test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured declaring XML namespaces. Paul