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

Support event driven architecture/framework #51

Open
meetrp opened this issue Oct 21, 2018 · 0 comments
Open

Support event driven architecture/framework #51

meetrp opened this issue Oct 21, 2018 · 0 comments
Labels
Architecture Architecture & Design requirements epic collection of user stories

Comments

@meetrp
Copy link
Owner

meetrp commented Oct 21, 2018

Using multi-threaded application could result in thread-explosion. Additionally the overhead of creating, maintaining & cleanly destroying a thread can be avoided for a short-lived actions. Finally, the 'actions' are all based on a trigger so an event-based architecture is an appropriate fit.

Acceptance Criteria

  • framework should have support in both py2 & py3 versions.
  • framework should have strong long-term support
  • framework should have cross-platform support. (optional)
@meetrp meetrp added Architecture Architecture & Design requirements epic collection of user stories and removed user story labels Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture Architecture & Design requirements epic collection of user stories
Projects
None yet
Development

No branches or pull requests

1 participant