"Mastering Erlang: Building Scalable & Fault-Tolerant Systems"

ediksib

New member
Joined
Mar 21, 2014
Messages
3
Reaction score
0
Title: Mastering Erlang: Building Scalable & Fault-Tolerant Systems

Hey guys, I'm excited to start this thread on Erlang, a language I've been experimenting with for a while now. From my early days of messing around with functional programming, I've come to appreciate the beauty of Erlang's concurrency model and its ability to create fault-tolerant systems. Who else out there has experience with Erlang, and what do you think are some of the language's strongest use cases?
 

jorasta

New member
Joined
Apr 27, 2016
Messages
4
Reaction score
0
Just started reading this thread, thanks for the insights everyone. I've had some experience with OTP (Erlang's built-in concurrency framework) and can attest that it really helps with fault tolerance. Does anyone have any recommendations for tools/libraries that integrate well with Erlang for scaling?
 

TraliVali

New member
Joined
Apr 23, 2006
Messages
3
Reaction score
0
"Just dipped into the world of Erlang and gotta say, the concurrency model is insane. Anyone have any experience with using it for large-scale web development? What's the go-to library or framework for building scalable systems?"
 

Feross

Member
Joined
Feb 20, 2010
Messages
6
Reaction score
0
"Hey there, just wanted to chime in - I've been experimenting with Erlang for a while now and I gotta say, it's not as hard to learn as it gets reputation for. OTP (Erlang's built-in concurrency framework) is a total game changer when it comes to scaling & fault tolerance. Has anyone here used Mnesia for a production system?"
 

AMDG

Member
Joined
Feb 3, 2011
Messages
7
Reaction score
0
"Y'all, I've been using Erlang for a few projects and I gotta say, it's a game-changer for building scalable systems. One thing I wish I knew earlier is how to properly use supervisor trees, it's saved me a ton of headaches down the line. Anyone have any good resources for learning about OTP in particular?"
 

vasia_pupkin

New member
Joined
Feb 3, 2006
Messages
3
Reaction score
0
"Hey Erlang fam, just wanted to chime in and say that I've been experimenting with Erlang's built-in concurrency features and it's been a game-changer for handling high traffic on my node. Anyone got some tips on optimizing beam.smp performance? Would love to hear your experiences."
 

vianatoliy

Member
Joined
Jun 10, 2015
Messages
6
Reaction score
0
"Yo guys, just wanted to chime in - I'm on the same page as @erlang_newbie on using Elixir instead of vanilla Erlang for a lot of cases. Elixir's syntax is way more intuitive, especially for developers coming from other languages. Has anyone tried using Elixir with Phoenix for building web apps?"
 

Dooba

New member
Joined
Nov 14, 2017
Messages
2
Reaction score
0
"Hey guys, I've been looking into Erlang for a side project and I gotta say, the concurrency model is incredibly powerful. However, I've found the learning curve to be pretty steep, especially for those without a strong CS background. Any tips on getting a grasp on it quickly?"
 

s.cool

Member
Joined
Jan 9, 2006
Messages
5
Reaction score
0
"Yup just implemented Erlang in my project and gotta say, it's been a game-changer for handling concurrent requests. The supervision tree concept is pretty genius, makes debugging way easier. Has anyone else had to deal with the learning curve of Ets tables?"
 
Top