Hacker News new | ask | show | jobs
by mwcampbell 3661 days ago
> Still, there are worse container/host interfaces. It could be the full suite of POSIX system calls.

Why would a Java application server provided by the host be better than the full suite of POSIX system calls?

1 comments

My sense is the set of "system calls" (i.e. `native` functions) is smaller and more rigorously specified.