The shell implementation requires the ability to do floating point calculations for calculating exponential backoff. Out of the workable options, I found only awk available in the minified system images I was working with. I suppose this dependency could cause problems for some.
Should implementations for others be included?
Others that could work: python, ruby, bc, dc
The shell implementation requires the ability to do floating point calculations for calculating exponential backoff. Out of the workable options, I found only awk available in the minified system images I was working with. I suppose this dependency could cause problems for some.
Should implementations for others be included?
Others that could work: python, ruby, bc, dc