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

Working ZeroMQ transport. #80

Merged
merged 76 commits into from
Mar 18, 2013
Merged

Working ZeroMQ transport. #80

merged 76 commits into from
Mar 18, 2013

Conversation

jimfcarroll
Copy link
Collaborator

This is a change required by the Dempsy-addons ZeroMQ PR here Dempsy/dempsy-addons#1

Jim Carroll added 30 commits December 10, 2012 16:41
…ommit supports running all Mps in every node in a distributed manner. This allows application deployment on a cloud environment to be completely homogeneous.
…op' to 'shutdown.' Better javadocs the Receiver/Sender interfaces. This was for better handling of clients that get shut down from in the TcpTransport which also had changes. Added some trace logging to the main Dempsy orchestrator class. Small enhancement to the handling of errors when calls are made on a stopped container.
… tasks to finish. This provides a cleaner shutdown but may add delay. There are tests that periodically fail if this is not the case.
… files. Also better data-hiding in the InstanceWrapper.
…. Also created a way to override the cluster check in the main integration tests but defaulted it to the current behavior.
…o this the stopping of a session would result in callbacks on the session that was being stopped. That behavior is odd. The FIRST thing that should happen when a session is stopped is that it will not longer receive callbacks or be able to participate in the ClusterInfo management. This changes make this the case.
Jim Carroll added 27 commits March 1, 2013 17:05
… hardcore but limits certain transports that are used.
…corrects the DefaultDempsyExecutor and notes this fact in the javadoc of the DempsyExecutor.
…er is shutting down. This fixes that on the BlockingQueueAdaptor.
…te out the resusable pieces that support homogeneous deployment for use with 0mq.
…sn't waiting long enough for the cluster to stabalize and data to start coming through.
… a collection where before it used reflection to see what was passed.
…hat provides for multiple Nodes running within a single Dempsy instance.
jimfcarroll pushed a commit that referenced this pull request Mar 18, 2013
Working ZeroMQ transport.
@jimfcarroll jimfcarroll merged commit a01fd4c into Dempsy:master Mar 18, 2013
@jimfcarroll jimfcarroll deleted the 0mq branch May 5, 2017 14:50
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.

1 participant