How to invoke multiple python scripts from the same Process in C# -
i working on project involves executing python scripts c# (ironpython not option). trying increase speed of execution whilst running many scripts. far, have managed increase performance running each process in task in order parallelise work.
is possible add several scripts instantiated process, , run them in order reduce overhead of creating many new processes , reuse existing ones? figured creating of these new processes massive bottleneck.
thanks
Comments
Post a Comment