I have been trying to run more than one script at a time. Each one runs normal by itself, but if I run them together the scripts do not behave as expected. The problem is not user interface problems, just seems to be that the scripts are interfering with each other. Are variables being shared or something to cause this?
Thank you,
Gerry
Problems when Running more than one script at a time.
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Problems when Running more than one script at a time.
Variables aren't shared but naturally there will be some interleaving slowing the process down. Better to set it to run one after the other, or in separate environments. Really depends what they are doing.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: Problems when Running more than one script at a time.
Totally agree with Marcus on this one. I actually have four pc's dedicated to automation in various forms and formats. Whenever I've tried to combine things at the same time, it turns into a dog's dinner. I'd recommend picking up, if you haven't got a lot of capital, a couple of PC's two years old for around $100 each, an inexpensive KVM switch and run with the wind.
Frank
Frank
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Problems when Running more than one script at a time.
Or get a couple of virtual machines.
I use VirtualBox
I use VirtualBox