[MUD-Dev] [TECH] Distributed MUD
Jeremy Noetzelman
jjn at kriln.com
Wed Apr 25 17:39:03 CEST 2001
On Wed, 25 Apr 2001, Kwon Ekstrom wrote:
> There hasn't been much posted here about distributing by role. What
> little there has been was generally on a side note.
> IMHO, to distribute by role, you would need at least 3 basic types
> of server. A front end user handler, backend database, and backend
> handler.
I'm actually putting together something along these lines,
unfortunately I'm bound by NDA so I can't talk about it yet, but as
soon as I can, I'll be releasing some sort of detailed paper on it.
For high load situations, you're going to be better off by havving
that user handler mux connections into other connections to the
backend processors, and let the backend guys do the parsing of what
comes in and out. More compartmentalization, and you don't have to
teach the user handlers how to deal with all the different things it'd
need to know to properly parse client input into stuff that's usable
by the MUD.
Jeremy
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list