03-16-2010 10:15 AM
Hi All,
I'm interested in what the batch specification actually does, as there is very little info out there.
What happens if I define a new batch spec while already in the batch model? for example if I create 4 sockets and set 2 of them up with a different batch spec how will they behave.
I've been having troubles calling subsequences in the batch model and the solution I came to was to create new batch specs for each thread (all threads might run different subsequences). I'm really just trying to find out as to why this worked
Any info would be much appreciated
03-17-2010 10:45 AM - edited 03-17-2010 10:45 AM
If all of your threads are running different sequences then it doesn't really make sense to use the batch model. Instead you should probably just use sequence call steps that call the subsequences in a new thread or new execution from your main sequence and just use the sequential model. Perhaps if you explain in more detail what you are trying to do, I can offer a better suggestion.
Hope this helps,
-Doug