Live data from Hacker News

Viewing profile — shinolajla1234

shinolajla1234

HN member
Joined
Mon, Jun 25, 2012, 4:26 PM UTC
HN karma
17
Public activity
10 items

About shinolajla1234

Jamie Allen, Typesafe employee

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. 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 …

  5. 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 …

  6. 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…

  7. 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…

  8. comment
    Comment #5177929

    Ask @iamwarry on Twitter - Maxime Dantec did the site design. Talented fellow.

  9. comment
    Comment #4225527

    Definitely. Drives me crazy when people are closed-minded about adopting the right technology to address a particular problem.

  10. 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.