Project

theine2

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A Rails preloader for JRuby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

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