Hi guys,
I've met an issue when trying to use multiple ScriptEngine instances in
parallel, since there's no information saying that a single ScriptEngine
instance could be used concurrently. Please note "thread-safe" is not enough
for me. What I need is the real parallelized execution in mult
On Thu, Feb 26, 2015 at 1:33 PM, Pawel Jasinski
wrote:
> hi,
>
> I am trying to find out how to automatically reinstall ironpython.
> In case of other products I follow the standard route:
>
> msiexec /q /x '{product-code}'
>
> followed by:
>
> msiexec /i product.msi /qn
>
> I tried to find out wh