[erlang-questions] Why Beam.smp crashes when memory is over?

Dmitry Belyaev rumata-estor@REDACTED
Mon Nov 9 12:05:41 CET 2009


What if you'll have different nodes for different tasks instead of
processes?

Start one node to read stream and one (or many) other node to process
the stream part.

On Mon, 2009-11-09 at 08:08 +0300, Max Lapshin wrote:
> Look, I have a program, that reads MPEG TS stream from network. There
> is some bug in my code
> and my ts_lander crashes beam. How is it possible to store state of
> external HTTP stream??
> 
> If Erlang VM wouldn't crash, but only kill the leaking process, I
> could buffer stream in other process and feed
> new mpeg ts lander after restart. But it is impossible =(
> 
> ________________________________________________________________
> erlang-questions mailing list. See http://www.erlang.org/faq.html
> erlang-questions (at) erlang.org
> 
> 




More information about the erlang-questions mailing list