theine:用于JRuby的Rails预加载器(类似于Zeus,Spring和Spork)

时间:2021-03-01 17:22:56
【文件属性】:
文件名称:theine:用于JRuby的Rails预加载器(类似于Zeus,Spring和Spork)
文件大小:10KB
文件格式:ZIP
更新时间:2021-03-01 17:22:56
Ruby 咖啡碱 当前由rwilliams维护 Theine是设计用于JRuby的Rails应用程序预加载器。 它类似于Zeus,Spring和Spork。 Zeus和Spring的问题在于它们使用了在JRuby上不起作用的`fork'。 time rails runner "puts Rails.env" 48.31s user 1.96s system 242% cpu 20.748 total # normal time theine runner "puts Rails.env" 0.12s user 0.02s system 32% cpu 0.449 total # Theine 安装 您需要在系统上安装屏幕。 例如在Ubuntu上: sudo apt-get install screen 然后安装宝石。 gem install theine 您无需将其添加到项目
【文件预览】:
theine-master
----bin()
--------theine_set_ruby(499B)
--------theine_server(44B)
--------theine(44B)
--------theine_current_ruby(44B)
----theine.gemspec(649B)
----README.rdoc(5KB)
----Gemfile(501B)
----Gemfile.lock(306B)
----.gitignore(13B)
----lib()
--------theine()
--------theine.rb(0B)
----MIT-LICENSE(1KB)

网友评论