You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matias Elo edited this page Mar 24, 2020
·
4 revisions
Open Event Machine (OpenEM or EM) is an architectural abstraction and framework of an event driven
multi-core optimized processing concept originally developed for networking.
It offers an easy programming concept for scalable and dynamically load balanced
multi-core data plane applications with a very low overhead run-to-completion principle.
The EM implementation using Open Data Plane (ODP) API for hardware abstraction is called em-odp. EM-ODP documentation is available here. ODP project can be found here in github.