Contexts allow EPL applications to organize work into threads that the correlator can concurrently execute. For detailed information, see
Implementing Parallel Processing. This also provides information on the properties of a context (see
About context properties).
You can create any number of contexts. Creating a context just allocates an ID and creates a small object. See also
Creating contexts.
For information on how to obtain a reference to a context, see
Obtaining context references.