Is it possible to run a server (mud or otherwise) on two different ports at the same time without running two different instances? I'd like to run my MUD on port 8080 as well, which would probably allow most people who cannot conect to the game because of a firewall to access the game, as 8080 is normally used for http. I don't think many firewalls block /this/ port. Is it possible to bind to two different ports, and make the game listen on both ports, and handle both ports? This will be hard because I know one of the select() functions blocks until a user has connected to the game. I could probably take that blocking code out, and the game should run fine. In fact, I have done so and it does - you just don't get the "No connections. Going to sleep." message and the MUD keeps ticking over, which isn't such a bad thing. Any help would be appreciated, Andrew. --- Andrew Ritchie, Rippon Lea Mansion and Estate http://www.vicnet.net.au/~rlnt/ +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST