Live data from Hacker News

Viewing profile — SergeyBykov

SergeyBykov

HN member
Joined
Tue, Jan 27, 2015, 6:50 AM UTC
HN karma
9
Public activity
7 items

About SergeyBykov

No profile information was provided.

Recent public activity

  1. comment
    Comment #24693084

    We've seen clusters running on a bunch of Raspberry Pis.

  2. comment
    Comment #24693073

    After more than a decade of working on Orleans and only three weeks on Temporal it's foolish of me to talk about what I "like better" :-). I'm working on a couple of conference tal…

  3. comment
    Comment #24692636

    https://www.microsoft.com/en-us/research/wp-content/uploads/... is a later paper that is much closer to what got open-sourced.

  4. comment
    Comment #24692606

    Case 2 is the most popular one. Sometimes people migrate from Case 1 when they start hitting performance bottlenecks of hitting database on every request or/and experience congesti…

  5. comment
    Comment #24692509

    I'm also one of the core developers of Orleans. Ironically, I recently joined Temporal. There are definitely some similarities, but also major differences between the models, espec…

  6. comment
    Comment #8951753

    Grains are not supposed to share state directly and are expected to only use message passing. But the runtime, being just a .NET library, cannot enforce this rule. So it's merely a…

  7. comment
    Comment #8951728

    In Orleans an actor cannot physically fail, just like an object in a process cannot fail. If an unhandled exception is thrown by actor code, the runtime will deliver the exception …