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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -