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

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -