BEA offers real-time version of WebLogic server

Massimo Cesaro massimo.cesaro@REDACTED
Mon Oct 3 17:36:59 CEST 2005


We use plain-vanilla Erlang for development and debugging, and HiPE for
production systems. BTW, we run our applications on both mono and dual
CPU systems, although we currently stick to the mono thread BEAM for
shipping systems.
I should add that to communicate with the hardware (which we also
designed and developed) we are using Erlang port drivers. The fact of
not using Erlang for every single task into the system is not a source
of problem for us. The idea is to use the language best suited to solve
the problem, but we take every measure to minimize non-Erlang code in
our system.
Regards,
Massimo

On Mon, 2005-10-03 at 12:55, Joel Reymont wrote:
> Massimo,
> 
> Are you using HiPE at all or is this just plain-vanilla Erlang code?
> 
>      Thanks, Joel
> 
> On Sep 30, 2005, at 5:18 PM, Massimo Cesaro wrote:
> 
> > And this advantages, more than compensate the supposed lack of
> > performance compared with native C code; sometimes we found that
> > rethinking to algorithms with the Erlang point of view actually
> > outperformed plain vanilla C/C++ code.
> >
> > Massimo
> >
> 
> --
> http://wagerlabs.com/idealab
> 
> 
> 
> 




More information about the erlang-questions mailing list