ceelian / callme

callme is a python amqp rpc module
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

add fib function and timeout #33

Closed femtotrader closed 10 years ago

skudriashev commented 10 years ago

@femtotrader, I thought you want to substitute add function with Fibonacci, why do we need both for example?

femtotrader commented 10 years ago

I put both because add is a function very easy to understand. fib is probably more difficult to understand. add shouldn't have timeout issue (with timeout between 1s to 30s). fibcan have timeout issue with "big" numbers.

skudriashev commented 10 years ago

Merged.