I've been looking around for some time and I feel just curious.
Does anyone around know if there's any shell that can work this way? You launch a daemon, then use light clients to connect to it. Kind of like what you can do with rxvt-unicode (urxvtd/urxvtc), but on a shell interpreter.
This could be a memory saver when you have lots of bash sessions open.
Code:
$ ps -A | grep bash | wc -l
17
A secondary side effect would be a cleaner top/htop/ps output. So far, I've never heard of a shell that can be daemonized like this.
Thanks for reading
