in reply to Re: Is it possible to implement Deadlock Retry Mechanism with Sybase::CTlib in BLK Copy Mode ?
in thread Is it possible to implement Deadlock Retry Mechanism with Sybase::CTlib in BLK Copy Mode ?

Thanks Monk,

If my understanding is correct - even if it can be done in C and then translated into perl, means we have to either touch Sybase::CTlib or subclass it, is that correct?

Just to be clear, could you please confirm that we don't have any way to achieve implementing retry on deadlock situations by using just the existing functionalities of Sybase::CTlib?

  • Comment on Re^2: Is it possible to implement Deadlock Retry Mechanism with Sybase::CTlib in BLK Copy Mode ?

Replies are listed 'Best First'.
Re^3: Is it possible to implement Deadlock Retry Mechanism with Sybase::CTlib in BLK Copy Mode ?
by JavaFan (Canon) on Jul 21, 2011 at 14:54 UTC
    That's not at all what I have been saying. In fact, what I said was "if it's possible to do it using the C library, it ought to be possible using Sybase::CTlib". Or, phrased differently, if it's not possible using the C library, it's not possible using the Perl layer to said library.