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

Remove GC start/stop around requests #273

Merged
merged 1 commit into from
Feb 1, 2016
Merged

Remove GC start/stop around requests #273

merged 1 commit into from
Feb 1, 2016

Conversation

film42
Copy link
Member

@film42 film42 commented Oct 28, 2015

This deprecates the gc_pause_request option from the CLI, and removes the gc_pause blocks around the process request methods. This may have been a speedup on MRI, but in a real threaded env, this functionality doesn't have the same guarantees. I vote we 🔥 it.

cc @abrandoned @localshred @liveh2o @mmmries

@localshred
Copy link
Contributor

I think the deprecation notice is right, but seems odd to remove the behavior alongside the warning. Should we release a deprecation notice and when releasing 4.0 remove the feature?

@film42
Copy link
Member Author

film42 commented Oct 28, 2015

@localshred That's probably a better solution.

I think this was an MRI relic that was never removed. In a threaded environment,
it doesn't make sense to start and stop the GC per request. It just doesn't work.
@film42 film42 force-pushed the gt/remove_gc_stuff branch from efd3512 to 3addd60 Compare October 28, 2015 04:51
@film42
Copy link
Member Author

film42 commented Oct 28, 2015

@localshred done.

@mmmries
Copy link
Member

mmmries commented Oct 28, 2015

👍 sounds like a good plan to me I vote we :shipit:

@localshred
Copy link
Contributor

WOO!!

image

@film42
Copy link
Member Author

film42 commented Oct 29, 2015

I can merge, but won't be able to cut a new version. Little help?

film42 added a commit that referenced this pull request Feb 1, 2016
Remove GC start/stop around requests
@film42 film42 merged commit 797b522 into master Feb 1, 2016
@film42 film42 deleted the gt/remove_gc_stuff branch February 1, 2016 02:59
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

Successfully merging this pull request may close these issues.

3 participants