Skip to content
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

Session storage #599

Closed
ari opened this issue May 15, 2016 · 0 comments
Closed

Session storage #599

ari opened this issue May 15, 2016 · 0 comments
Assignees
Milestone

Comments

@ari
Copy link
Owner

ari commented May 15, 2016

Currently our session store is in the database, and that table in our production system has passed 700,000 records. That's not really ideal, and using the database as a session store isn't good. Let's move to using jruby-rack's session store capability to push the session into the tomcat container. That will improve performance.

@ari ari assigned k41n May 15, 2016
@ari ari added this to the 5.0 milestone May 15, 2016
@k41n k41n closed this as completed in d275951 May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants