Viewing profile — shinolajla1234
shinolajla1234
HN member- Joined
- Mon, Jun 25, 2012, 4:26 PM UTC
- HN karma
- 17
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About shinolajla1234
Recent public activity
- story
-
comment
Comment #5648927
With a thread pool shared by actors, even yours, if one of the actors fails, that thread is gone until the pool creates a new one (as needed). That's one less available thread unti…
-
comment
Comment #5647958
I agree that using selective receive helps in dealing with messages that arrive out of the order of a specific state transition. Akka gives users the ability to stash messages if t…
-
comment
Comment #5647675
If you're not replaying unhandled messages, you're not doing selective receive. To quote LYSEFGG, "Ignoring some messages to handle them later in the manner described above is the …
-
comment
Comment #5647310
Selective Receive sounds great. Any idea how to handle messages that continue to pile up behind your actor when they're never handled? Do they get culled somehow after a period of …
-
comment
Comment #5453056
Akka does that as well, and you're right, it's very important for writing declarative, distributed logic. Akka's ActorRef abstracts over the physical location of the actor, just as…
-
comment
Comment #5453048
That's not entirely true. Erlang OTP allows for selective receive, and will stash unhandled messages to the side. When a received message is handled, all unhandled messages are ret…
-
comment
Comment #5177929
Ask @iamwarry on Twitter - Maxime Dantec did the site design. Talented fellow.
-
comment
Comment #4225527
Definitely. Drives me crazy when people are closed-minded about adopting the right technology to address a particular problem.
-
story
When Developers Are Afraid to Try Something New
Anecdotal article about someone trying to get their team to use Scala, and ways to help your team learn about new technologies.