Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Refactor socket optimization by SocketMixin #119

Closed
wants to merge 9 commits into from
Closed

Refactor socket optimization by SocketMixin #119

wants to merge 9 commits into from

Conversation

digitalextremist
Copy link
Member

After massive reworking of other areas, #114 was obsoleted.
This refits that code to the new reel/master and closes #114.

Noticed that after recent refactoring of how Reel::Server is instantiated,


# Only Linux supports the mix of socket behaviors given in these optimizations.
# Beaware, certain optimizations may work individually off Linux; not together.
def optimize_socket socket
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Celluloid's unspoken style guidelines follow "idiomatic Ruby" and require parens around parameters

@tarcieri
Copy link
Member

Overall I'm not sure how this significantly improves Reel over what presently exists. These are the kind of optimizations that need to be justified by benchmarking.

@tarcieri
Copy link
Member

Closing in favor of #121

@tarcieri tarcieri closed this Dec 11, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants