Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-10 | Merge branch 'bg/sasl-infinity' into dev | Erlang/OTP | |
* bg/sasl-infinity: Prepare patch release sasl: Use gen_server:call/3 with infinity timeout OTP-8506 bg/sasl-infinity Use an infinity timeout in all calls to gen_server:call() in the sasl application. | |||
2010-03-08 | sasl: Use gen_server:call/3 with infinity timeout | Björn Gustavsson | |
gen_server:call/2,3 now sets up a monitor to make sure that it will be noticed if the called process dies. Therefore, there is almost never a good reason to use gen_server:call/2 with its default 5 seconds timeout. Use gen_server:call/3 with the 'infinity' timeout instead. To make sure we use the 'infinity' timeout every time, wrap the to call gen_server:call/3 in a local call/1 function in each module. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |