At 6:39 PM -0600 12/5/07, Charles Oliver Nutter wrote:
>Stephen Bannasch wrote:
>>There's some problem with nailgun -- it's times are much slower than I 
>>expected -- the second request took 5s.
>
>Nailgun tends to speed up over a few runs; the first one or two are usually 
>slow for me as well.
>
>- Charlie

There's something wrong then on my system: MacOS 10.4.11, Java 1.5.0_07.

I started nailgun in another shell and then ran these tests. I don't see any 
speedup after the second run:

[~/dev/jruby_trunk/jruby]$ time jruby-ng -e "puts 'hello'"
hello

real    0m27.610s
user    0m0.004s
sys     0m0.021s
[~/dev/jruby_trunk/jruby]$ time jruby-ng -e "puts 'hello'"
hello

real    0m6.515s
user    0m0.003s
sys     0m0.011s
[~/dev/jruby_trunk/jruby]$ time jruby-ng -e "puts 'hello'"
hello

real    0m7.427s
user    0m0.003s
sys     0m0.011s
[~/dev/jruby_trunk/jruby]$ time jruby-ng -e "puts 'hello'"
hello

real    0m8.046s
user    0m0.003s
sys     0m0.008s
[~/dev/jruby_trunk/jruby]$ time jruby-ng -e "puts 'hello'"
hello

real    0m6.663s
user    0m0.003s
sys     0m0.011s
[~/dev/jruby_trunk/jruby]$ time jruby-ng -e "puts 'hello'"
hello

real    0m6.785s
user    0m0.004s
sys     0m0.011s

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to