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

Need to integrate sync_port_sends branch #35

Closed
krestenkrab opened this issue Nov 10, 2010 · 0 comments
Closed

Need to integrate sync_port_sends branch #35

krestenkrab opened this issue Nov 10, 2010 · 0 comments

Comments

@krestenkrab
Copy link
Contributor

The sync_port_sends branch has changes to make all port operations synchronous. In effect, this makes a port behave like a monitor (no message queue, all operations block on EDriverTask synchronized methods). Doing " ! msg" becomes a direct call into the driver.

I realized this is the needed behavior, as this is how BEAM implements ports. Problem is, that the mods in that branch breaks RabbitMQ booting, and I've not been able to figure out why. Would be great to have some unit tests for port behaviors.

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

1 participant