Hello dudes,
is it possible to process complex python objects in parallel? I have multiple objects that (should) simultaneously wait for input-parameters to arrive and to be processed and passed to another object.
For me the main advantage of this is not only the faster processing time, but also (very important) to keep the right order of processing the arriving inputs etc.
I want to use this for my python application with 16 objects that are all simultaneously active and communicating with each other. They wait for input (constantly active, object-related method) and if something arrives they wait a certain period of time for other inputs that arrive at the same time slot and consider that in the processing for another action (access object related variables to send output to other objects)...
Is it possible to do this with Epiphany?
If yes I will instantly buy one because it would help me a lot.
Thank you for support
