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

Provide an asyncio Container #1107

Open
meejah opened this issue Jun 15, 2017 · 2 comments
Open

Provide an asyncio Container #1107

meejah opened this issue Jun 15, 2017 · 2 comments

Comments

@meejah
Copy link
Contributor

meejah commented Jun 15, 2017

Currently, a "container" worker in crossbar can only support running Twisted components. It would be useful and fairly straightforward to provide an "asyncio" variant (that can run just asyncio components).

See also: #529 and crossbario/autobahn-python#812 (comment)

Probably a new option like "framework": "twisted" (the default) vs "framework: "asyncio" would make sense (for container workers).


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@OOPMan
Copy link

OOPMan commented Jul 11, 2017

As a stop-gap until a proper asyncio Container worker is available, I have developed a method of running multiple asyncio components within a single Guest worker.

Further details available at https://github.com/opn-oss/autobahn-python-runners

@meejah
Copy link
Contributor Author

meejah commented Feb 13, 2019

We could also/instead have a container that works with both, by using the Twisted asyncioreactor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants