|
From: Michael M. <sho...@gr...> - 2001-02-04 19:10:54
|
School's been a real bear lately.
I want to handle the bbs architecture as a series of daemons. Here's an
example:
Rlogin
/Telnet
|/ssh
|/serial/modem
|/other
* Input daemon (in *nix, this would be getty)
|
* User login ('login' in *nix)
|\User name/password Database(In *nix, this'd be Pluggable
Authentication Modules)
* BBS Kernel(In *nix, this would be the shell)
|\Text daemons (stdout of other apps.)
\Other
|