we have serial forking already setup properly but need to t_suspend(). found out that it completely breaks the destination set. other than manually rebuilding the destination set after t_continue(), are there any other solution out there?
Kelvin Chua
Hello,
On 28/09/16 07:11, Kelvin Chua wrote:
we have serial forking already setup properly but need to t_suspend(). found out that it completely breaks the destination set. other than manually rebuilding the destination set after t_continue(), are there any other solution out there?
are you using t_load_contacts()/t_next_contacts()? Or how you keep the list of addresses for serial forking?
The internal destination set array is static and moved in a transaction context as branches (for parallel forking) or xavps via the above functions.
Cheers, Daniel