News year 2012
Written by Henrik, 19 Apr 2012
The 2012 Erlang User Conference will take place 28-30 May 2012 with two days of fantastic talks and a day of enlightening tutorials.
Come along and rub shoulders with all 3 of the Erlang Inventors, Robert Virding, Joe Armstrong and Mike Williams as well as members of the Erlang team at Ericsson and other great names.
With a brand new venue last year the conference was the most successful to date. We will be returning once again to the exciting, spacious building of the Münchenbryggeriet.
The Erlang User Conference brings together the best minds and names in Erlang programming from language inventors, implementers and maintainers to open-source committers, community leaders and Erlang authors.
To read more and to sign up click here
Places are selling out fast, so make sure you don't miss out!
Email:conferences@erlang-solutions.com
Web:www.erlang-factory.com/conference/ErlangUserConference2012
Twitter:#erlangfactory
Written by Henrik, 03 Apr 2012
Erlang/OTP R15B01 has been released ahead of schedule on April 3:rd. It is the first service release.
See the release notes in the Read me
Download the new release from the Downloads page
Highlights:
- Added erlang:statistics(scheduler_wall_time) to ensure correct determination of scheduler utilization. Measuring scheduler utilization is strongly preferred over CPU utilization, since CPU utilization gives very poor indications of actual scheduler/vm usage.
- Changed ssh implementation to use the public_key application for all public key handling. This is also a first step for enabling a callback API for supplying public keys and handling keys protected with password phrases. Additionally the test suites where improved so that they do not copy the users keys to test server directories as this is a security liability. Also ipv6 and file access issues found in the process has been fixed.
- When an escript ends now all printout to standard output and standard error gets out on the terminal. This bug has been corrected by changing the behaviour of erlang:halt/0,1, which should fix the same problem for other escript-like applications, i.e. that data stored in the output port driver buffers got lost when printing on a TTY and exiting through erlang:halt/0,1. The BIF:s erlang:halt/0,1 has gotten improved semantics and there is a new BIF erlang:halt/2 to accomplish something like the old semantics. See the documentation.
- The DTrace source patch from Scott Lystig Fritchie is integrated in the source tree. Using an emulator with dtrace probe is still not supported for production use, but may be a valuable debugging tool. Configure with --with-dynamic-trace=dtrace (or --with-dynamic-trace=systemtap) to create a build with dtrace probes enabled. See runtime_tools for documentation and examples
- Added Torbjörn Törnkvists LDAP client as a new application called eldap.
- Added options for the ssh client to support user keys files that are password protected.
Written by Kenneth, 09 Mar 2012
The description below is an excerpt from Erlang Solutions download page.
Erlang Solutions has the facilities to port Erlang to your operating system and hardware platform of choice. We have ported Erlang to a wide range of configurations, from embedded to high specification servers. These have included HiPE enabled, 32 and 64 bit configurations, alongside the half-word emulator. We have worked with operating systems such as VxWorks, OSE Delta, QNX, Android and iOS as well as the most popular operating systems. We are able to create and test customized binaries where your applications are packaged and tested alongside the OTP ones on the hardware / operating systems of your choice. Packages and ports that we are currently building and testing free of charge include popular Linux, Mac OS X and Windows versions. They can be downloaded from their Erlang Download page.

