Created 10-16-2014 03:30 PM
Hi...
Does the single-threaded design of morphilnes mean that there can be concurrency issues by creating multiple morphlines from the same config file and running each of them in a separate thread?
For example, if one compiles 10 morphlines from the same config file and then run each of those in a separate thread, can that cause any thread safety issues?
Thanks.
Created 10-17-2014 12:02 AM
Created 10-17-2014 12:02 AM
Created 10-17-2014 01:04 AM
I assumed so, but wanted to confirm that there is no state sharing "behind the scenes", especially in the Command building process.
Thanks for the confirmation.