logoalt Hacker News

toast0last Wednesday at 2:45 PM1 replyview on HN

You can use a BEAM system to orchestrate other code, too. As ports, port drivers, nifs, c-nodes, just other OS processes spawned and using IPC/sockets. Lots of options. Using Erlang to supervise an OS process doing work perhaps enhances the isolation principles of BEAM.


Replies

toughlast Wednesday at 2:49 PM

oh interesting wasnt really aware

so you could use beam to orchestrate go or rust services communicating over IPC? Nice

show 1 reply