运行 同一个脚本同时有两个不同的参数

Run same script with two different arguments simultaneously

我有一个脚本可以计算脚本中定义的函数的 1000 个积分。 这对 运行 来说相当长,所以我想在 第一个脚本完成 运行 之前 再次启动脚本。 这些具有不同参数的同时 运行 会干扰吗? 或者是代码编译一次,然后在运行ning?

期间修改脚本

非常感谢您的回答!

Can these simultaneous runs with different arguments interfere?

没有

Or is the code compiled once, and then the script can be modified while running?

是的。

源代码通常只与调试和回溯等相关,一旦文件被导入或启动,它就会被遗忘运行。