The TinyMUX code works on many flavors of Unix for Intel and non-Intel processors. The same set of source files are also a native (non-Cygwin) port to Win32 (Win9x, WinNT, Win2000, WinXP), but you can also take the Unix distribution and compile it under Cygwin. It also works on Mac OS 10.
For example, on Win32, it compiles in NT IO completion ports and BSD sockets using NT IO Completion ports when running on WinNT, Win2000, and WinXP and using BSD sockets when running on Win9x. On Unix, it only compiles in BSD sockets. As another example, on both Unix and Win32 platforms the base time data type is an Win32 64-bit FILETIME, but it works on both Unix and Win32 because the time and date code relies very little on the OS to manipulate that data type. There is a list of tested platforms on http://www.tinymux.com/unix.htm I've tried the known-stable Hercules distribution as well as the most recent CVS tree. I don't have access to a real S/390, but building TinyMUX on Linux/390 sans-emulator would probably be good first step to isolating the problem a bit. It would also make using GDB more pleasant. ;) Perhaps I'm being peculiar, but the Hercules lists are hosted by Yahoo, and I'm reluctant to give Yahoo information. Stephen Dennis > -----Original Message----- > From: Gregg C Levine [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 8:57 AM > To: [EMAIL PROTECTED] > Subject: Re: (your maiil) > > > Hello from Gregg C Levine from Jedi Knight Computers > Well then welcome, you have a place that is as unique as my company's > name. However, more to the point, your theme. Have you tried building > your game server, under say, one of the many Intel based Linux > distributions? I'm not saying that the way that the S/390 processors, > even under emulation, manage math strangely, but it might be > the way the > system is indeed handling your code. Also, what distribution did you > choose for both Hercules to sit on, and for the emulator to run? Also, > you can join the Hercules list mentioned on his website, the folks > there, will be in a better position to assist. But then the folks here > will enjoy this discussion. > ------------------- > Gregg C Levine [EMAIL PROTECTED] > ------------------------------------------------------------ > "The Force will be with you...Always." Obi-Wan Kenobi > "Use the Force, Luke." Obi-Wan Kenobi > (This company dedicates this E-Mail to General Obi-Wan Kenobi ) > (This company dedicates this E-Mail to Master Yoda )
