Cool.
Thanks to you both for your input. I am promoted my new config to production and we'll see if we have any more failures with retransmissions. So far so good though.
Thanks, Geoff
On Mon, Aug 30, 2010 at 2:02 PM, Iñaki Baz Castillo ibc@aliax.net wrote:
2010/8/30 Geoffrey Mina geoffreymina@gmail.com:
t_check_trans();
right inline in my script in place of all my incorrect logic and it will just take care of everything, right? If I am reading this correctly, I don't even need to conditionally check to see the result as I am only concerned about the retransmission scenario and the t_check_trans() call will break/exit the script..
In case the transaction already exists t_check_trans() returns 0 so the script automatically terminates.
-- Iñaki Baz Castillo ibc@aliax.net