Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
/ theine2 Public archive
forked from mrbrdo/theine

Rails preloader for JRuby (similar to Zeus, Spring and Spork)

License

Notifications You must be signed in to change notification settings

rwilliams/theine2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theine

Gem Version

Theine is a Rails application pre-loader designed to work on JRuby. It is similar to Zeus, Spring and Spork. The problem with Zeus and Spring is that they use fork which doesn't work on JRuby.

  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

Docs https://theine2.readthedocs.io/en/latest

About

Rails preloader for JRuby (similar to Zeus, Spring and Spork)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%