-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runs Slow in Ruby 1.9.2 #4
Comments
I have run JULIE using Ruby 1.8.7. There are some issues with backward compatibility since I use ordered hashes. It did run much smoother in 1.8.7 even when using WEBrick. I would say (prematurely perhaps) that 1.8.7 is a viable candidate for JULIE but it will be unsupported in 2013. I am currently testing using Ruby 1.9.3-p0 which just came out last week. I'm keeping this open until I find a more permanent solution. |
Much faster in Ruby 1.9.3-p0. Similar performance to 1.8.7. Closing Issue. |
I am reopening the issue. 1.9.3-p0 has definite improvements in speed, but it locks up when the server has been inactive for a some time. I am testing it on 1.8.7, but it may be an issue with using 1.9.3 on Windows. I am changing the code to be compatible in both versions... |
Still can lock up in 1.8.7, probably a database issue but I am unsure. Need to test in the future if the effect still occurs with a "better" database such as MySQL |
JULIE has very long render times in Ruby 1.9.2.
The text was updated successfully, but these errors were encountered: