![]() |
About the IOCP - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: About the IOCP (/showthread.php?tid=2268) |
About the IOCP - DarkX - 17-10-2008 Ok I have a really dumb question, how hard is it to modify the COMSOCKETSERVER.DLL to hold more then 500 users? Re: About the IOCP - Rian - 17-10-2008 The dll does support more than 500 connections. The question is - How many connections can a Mirage server using JetByte handle. Re: About the IOCP - DarkX - 17-10-2008 I guess if that's the question, I was just wondering, because I have about roughly 700 friends & friends of my friends etc, that want to play a bunch of MS games that they have found. I wanted to figure out the limit before I make the next release of my game because I wanted to add it at it's max for whoever else wants to use my engine. Re: About the IOCP - Rian - 17-10-2008 Post screen shots of your client and server if you get anywhere near that many people on your game. tell us how many connections, and if there is any lag. Re: About the IOCP - DarkX - 17-10-2008 I highly doubt I will ever get past the 7 people that will be working with me mapping, but it's for whoever else uses the engine. otherwise I could careless, ohh does that mutiple server code work with IOCP? Re: About the IOCP - Rian - 17-10-2008 It should. In fact, it should be completely client side. Unless you're retrieving a server list from one of the servers. Which I don't think the tutorial covers ![]() Re: About the IOCP - DarkX - 17-10-2008 Server list like how exactly? I was thinking of having it to where it lists all how ever many servers you decide to make. But you think that it will work with IOCP. Unless your talking about server lists like who's online, items, npcs, etc. Re: About the IOCP - Rian - 18-10-2008 I was talking about a list of servers to choose from when you make an account. What I meant is that I think the tutorial for multiple servers is just a combo box on the client with a hardcoded list of servers. I was talking about keeping a list of servers to be parsed to the client's combo box. Making it slightly more dynamic. Re: About the IOCP - DarkX - 18-10-2008 Ahhh ok I will have to try and figure that out. |