Why do I have a feeling Whiskey will answer this first...
I'm getting ready to move the mud from my local test machines to a paid server, which offers me four ports. Great! The questions are:
1) Is there a benefit to me setting up to use more than one port?
2) If there is, would I change this line in autorun like this
# The port on which to access the MUD
PORT=4000
PORT=4001
PORT=4002
PORT=4003
or this
# The port on which to run the MUD
PORT=4000, 4001, 4002, 4003
or...?
The instructions as I read them seem to be a bit choppy so I wanted to ask here before diving in. I believe I need to make some additional changes as well, but I'm unsure where. Since they offer four ports and they are reserved to me once I do the first configuration on their server I'd like to have four in sequence if it's something advisable.
Thanks in advance!