Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (404)
games submitted by our members
Games in WIP (289)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Java NIO game server !  (Read 1914 times)
0 Members and 1 Guest are viewing this topic.
Offline Jari Särö

Junior Member


Medals: 1



« Posted 2011-04-15 08:52:06 »

Hello!

Im developing an boardgames server for my boardgames, I will be using nio, as there will be no need for many threads as nio is non-blocking and can be read and write on a one non-blocking for loop.
I think i should start by asking few basic things about the ways how nio works and should be used on a server program.

at first, im planning ->
Clients have two socketchannels, one for server messages and one for game messages.
Server has tree socketchannels, but uses only two at the time, with every client, one for server messages and one for game messages.
There will be two types of game socketchannels, one fast and one slow, the fast one has 20 ms delay and slow one has 200 ms delay, after every socketchannel for loop.
slow game socketchannel will be used with turn based boardgames and fast game socketchannel will be used on my fast live games.
My server socket reads room, chat, join, leave messages, game sockets are not handled at all at server code, they just directly transfer data to room members.

is above ok for a basic server client build.

---
Offline counterp

Senior Member


Medals: 11



« Reply #1 - Posted 2011-04-16 07:44:47 »

the problem with allowing clients to communicate directly with each other for the game is that you will never be able to stop cheating (at least that's what I think you're trying to do, at one point you say the server has a 'game socket channel' and at end you say the server will not have a 'game socket channel')
Offline Jari Särö

Junior Member


Medals: 1



« Reply #2 - Posted 2011-04-17 13:30:16 »

the problem with allowing clients to communicate directly with each other for the game is that you will never be able to stop cheating (at least that's what I think you're trying to do, at one point you say the server has a 'game socket channel' and at end you say the server will not have a 'game socket channel')

my server program!

Im sorry for my english, i have now build the first test drives, of my server, im building one socketchannel for client-server messages, like changing room, or main chat, and i will add two socketchannels for games, one fast and one slower, the fast reads nio at only 5-25 ms delay after nio for loop, and the slow game sockets read nio with 50-100 ms delay after for loop, i will later set the presice ms delay for both game socketchannels, i will also study later a bit of the basics of the selectors and iterators.

I currently has no problems with my code, i will use somewhat a 10 threads and 3 socketchannels, and game socketchannels are connected true server, but server wont handle thouee streams, server just directly sends all game socket data to others on the same rooms, so all game time data is handled at the applets.

---
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (35 views)
2013-05-17 21:29:12

alaslipknot (44 views)
2013-05-16 21:24:48

gouessej (73 views)
2013-05-16 00:53:38

gouessej (73 views)
2013-05-16 00:17:58

theagentd (81 views)
2013-05-15 15:01:13

theagentd (75 views)
2013-05-15 15:00:54

StreetDoggy (117 views)
2013-05-14 15:56:26

kutucuk (141 views)
2013-05-12 17:10:36

kutucuk (141 views)
2013-05-12 15:36:09

UnluckyDevil (151 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.096 seconds with 20 queries.