Replies: 1 comment
-
I love it - that would really open up some avenues for some advanced use cases! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to see what the ZenFS community thinks about virtual processes. This would really help ZenFS be more powerful and support a wider range of uses cases.
My current thinking is something that ties into the existing
FSContext
andBoundContext
, which already encapsulates credentials, a root, and file descriptors. Code execution can be handled/implemented by users. We can then have aProcessFS
(proc
), that works very similarly to Linux's/proc
file system.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions