Developing Apama Applications > Developing Apama Applications in EPL > Implementing Parallel Processing > How contexts affect other parts of your Apama application > Using correlator plug-ins in parallel processing applications
Using correlator plug-ins in parallel processing applications
The standard MemoryStore, Time Format, and Log File Manager plug-ins are thread safe, which means that you can use them in parallel applications. The MemoryStore can be quite helpful in a parallel application and is very efficient when used simultaneously by multiple contexts.
For information about writing correlator plug-ins for use with parallel applications, see The EPL Plug-in APIs for C and C++.
Note: The C class AP_Context, and the C++ class Context, which you use for correlator plug-in development, are completely different and unrelated to contexts that you define for parallel processing.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.