jruby with --ng is about six times slower than jruby without ng ---------------------------------------------------------------
Key: JRUBY-4920 URL: http://jira.codehaus.org/browse/JRUBY-4920 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.5 Environment: Windows XP on Dell Precision M90 Intel Core2 Duo 2GB memory Reporter: sumuhan Assignee: Thomas E Enebo I created a blank rails app through netbeans. jruby --ng-server NGServer started on all interfaces, port 2113. 2) opened two other command lines and tried starting the rail environment with and without ng C:\ngtest\RailsApplication1>jruby --ng -e 'puts Time.now; require "config/environment";puts Time.now' Sat Jul 03 00:07:40 +0100 2010 Sat Jul 03 00:08:33 +0100 2010 I repeated this about 10 times but no major improvement is speed But with plain jruby... C:\ngtest\RailsApplication1>jruby -e 'puts Time.now; require "config/environment";puts Time.now' Sat Jul 03 00:09:29 +0100 2010 Sat Jul 03 00:09:38 +0100 2010 again I repeated this many times it it always takes about 10 seconds Since nail gun is supposed to make things faster, I think this slowness should be due to a bug. I have tried it in two different computers -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email