Java Game Server Example

所属分类:Java编程
开发工具:Java
文件大小:77KB
下载次数:1
上传日期:2020-01-23 20:20:54
上 传 者Raider
说明:  Java TCP game server example. Features: Network communication based on small binary msgs/packets. Each client connection produces java thread. Internal processing based on message processing with one thread and queued messages. This was originally a demo/skeleton for colleagues in remote project. Gameserver for mobile turn-based J2ME strategy game. (circa 2007, very slow mobile networks, paid, limited traffic, GPRS). Do not use it for high-load or modify msg processing using thread pool.

文件列表:
src (0, 2020-01-23)
src\Debug.java (1370, 2008-10-07)
src\Message.java (4875, 2008-10-07)
src\NetSession.java (1921, 2008-10-07)
src\Network.java (4373, 2008-10-07)
src\Receiver.java (5006, 2008-10-07)
src\Sender.java (2848, 2008-10-07)
src\ServerMain.java (5674, 2008-10-07)
examples (0, 2020-01-23)
examples\Server.java (1551, 2008-09-29)
javaserver.iws (33411, 2008-10-07)
javaserver.ipr (15560, 2008-09-25)
javaserver.iml (530, 2008-09-25)

Java TCP game server example. Features: Network communication based on small binary msgs/packets. Each client connection produces java thread. Internal processing based on message processing with one thread and queued messages. This was originally a demo/skeleton for colleagues in remote project. Gameserver for mobile turn-based J2ME strategy game. (circa 2007, very slow mobile networks, paid, limited traffic, GPRS). Do not use it for high-load or modify msg processing using thread pool. Author: Alex Raider / Flash inc. flashinc@mail.ru Permission: free use.

近期下载者

相关文件


收藏者