Comment by convolvatron

7 hours ago

I'm finally revisiting a distributed syscall model for transparently scaling unix instances. syscalls get translated into batched operations on an underlying non-transactional datastore. On the service side, database operations get backed by a proxy serving whatever filesystem or socket interface you like. Scaling is one motivation, but the ability to enforce fine-grained policy on these data operations is another big one.