Y
Hacker News
new
|
ask
|
show
|
jobs
by
chaostheory
3990 days ago
For things like Rails, that are going to be running all the time, does the JVM warm up time really matter?
1 comments
ch4s3
3990 days ago
No, its just a drag to TDD with.
link
rurounijones
3990 days ago
I and others have had success with MRI on dev and JVM in prod to get around this.
Maybe not for everyone but as long as you know what you are doing it is viable I think.
link
ch4s3
3990 days ago
That's what we do as well. It works well enough.
link
Twirrim
3989 days ago
provided you final build, tests and do some sanity checking under JRuby, it should surely meet most needs?
link