Live data from Hacker News

Viewing profile — arbarb

arbarb

HN member
Joined
Tue, Jul 23, 2019, 3:14 PM UTC
HN karma
13
Public activity
4 items

About arbarb

No profile information was provided.

Recent public activity

  1. comment
    Comment #23203135

    Who exactly would make that claim? Will Serverless End the Dominance of Linux in the Cloud? https://dl.acm.org/doi/pdf/10.1145/3102980.3103008

  2. comment
    Comment #23202572

    UKL is multi threaded, not multi process because there is no fork. Plus it's a Unikernel i.e., just one process. You don't need any scheduling code, Linux does it like it does norm…

  3. comment
    Comment #23202454

    Slight clarification. Yes, UKL has normal kthreads, but all the application code runs using pthreads. And their implementation is unchanged, except the fact that they do function c…

  4. comment
    Comment #20507391

    If you read that article, they tested two unikernels and the key point was that unikernels don't implement security mechanisms present in a normal OS. This Linux Unikernel, otoh, d…