Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-13 | Don't allow {Mod,Vsn} in modules list in .app file | Siri Hansen | |
It was possible to insert {Mod::atom(),Vsn::term()} instead of Mod::atom() in the modules list in a .app file. This was not visible in the documentation of .app files, but it was visible in the documentation of application:load/[1,2] (where the .app file term can be used directly as first argument). The Vsn part was never used, so this possibility has now been removed. | |||
2011-11-15 | Add env var shutdown_timeout to kernel to avoid deadlock on node shutdown | Siri Hansen | |
When a node is shutting down, application_controller will do exit(Pid,shutdown) on all application masters, and wait for {'EXIT',Pid,_}. If, for some reason, the application master does not terminate then application_controller will hang forever waiting for this 'EXIT' message. To overcome this problem, a configurable timer is added to kernel - the enviroment variable 'shutdown_timeout'. If this variable is set to a positive integer T, application_controller will do exit(Pid,kill) after T milli seconds if no 'EXIT' message is received. | |||
2010-04-28 | kernel: Clean up as suggested by tidier | Kostis Sagonas | |
2010-03-09 | Merge branch 'ks/types' into dev | Erlang/OTP | |
* ks/types: file.hrl: Move out type declarations kernel: Add types and specs OTP-8494 ks/types | |||
2010-03-07 | kernel: Add types and specs | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |