Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ Multi-server computers
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Vicious
(3 posts) Bio
|
| Date
| Mon 03 Feb 2003 04:04 AM (UTC) |
| Message
| This probably isn't the place to put this but it looked as good as any other. Anyways, I was wondering if you could host 2 servers off of one computer at the same time. Ex- A mud server on one hard drive in a computer and a file server on another hard drive on the same computer. If it is possible could you try and explain how it would work a little so I might understand it.
Thanks much,
Vicious |
~Vicious- Begining coder and hardware manager.
| | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Mon 03 Feb 2003 04:15 AM (UTC) |
| Message
| Sure, that is why MUDs have ports. Each port identifies a unique service, eg. MUD a from MUD b.
It is a bit hard to change the port of the precompiled executable from this site, for reasons that were discussed recently in another post, but if you use Cygwin, for instance, you might start them up like this ...
cd /smaug-a/area
../src/smaug 4000 &
cd /smaug-b/area
../src/smaug 5000 &
This would start up a copy of SMAUG in the "smaug-a" directory on port 4000, and another copy in the "smaug-b" directory on port 5000.
Then your players just connect to your IP address using the appropriate port. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Vicious
(3 posts) Bio
|
| Date
| Reply #2 on Mon 03 Feb 2003 04:23 AM (UTC) |
| Message
| | I think I get it now, thanks for answering my question so quickly. |
~Vicious- Begining coder and hardware manager.
| | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
12,109 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top