On Mon, Oct 25, 2010 at 10:45 AM, James Carman <[email protected]> wrote: > On Mon, Oct 25, 2010 at 1:41 PM, Filip Defoort > <[email protected]> wrote: >> >> Yes! Very much so. It's quite useful when dealing with stale nfs, >> locked files,... >> > > Do you implement the retry logic in every place where you need it or > do you have a helper method that takes some sort of functor and it > wraps it in the try/catch/retry logic? >
Depends. I do have a bunch of wrappers for common types of retries, but often the remedy really is different depending on the operation (I'm dealing a lot with search indexes, updating them and transaction locking). - Filip --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
