[合集] 有点糊涂了,一个程序能不能开多个server socket服务?# Java - 爪哇娇娃
I*e
1 楼
☆─────────────────────────────────────☆
diving (daydreaming) 于 (Tue Apr 3 10:03:10 2007) 提到:
刚开始学socket programming. 不知道
这样是不是可行?比如我有两个service.
可不可以这样(在两个不同的port上):
serverSocket1.accept();
serverSocket2.accept();
我的程序好象没反应。似乎是只有在第一句
有个client连上之后,才可以执行第二局。
我怎么实现根据不同的client激活不同的service?
☆─────────────────────────────────────☆
hahawawa (wawahaha) 于 (Tue Apr 3 10:59:39 2007) 提到:
let me be the nice guy, you need to study the basic of java before come to
client-server. thinking in java wil
diving (daydreaming) 于 (Tue Apr 3 10:03:10 2007) 提到:
刚开始学socket programming. 不知道
这样是不是可行?比如我有两个service.
可不可以这样(在两个不同的port上):
serverSocket1.accept();
serverSocket2.accept();
我的程序好象没反应。似乎是只有在第一句
有个client连上之后,才可以执行第二局。
我怎么实现根据不同的client激活不同的service?
☆─────────────────────────────────────☆
hahawawa (wawahaha) 于 (Tue Apr 3 10:59:39 2007) 提到:
let me be the nice guy, you need to study the basic of java before come to
client-server. thinking in java wil