Re: Confuse about the Client.Connection

2008-05-22 Thread heyongqiang
server,so the messages will not be reordered. heyongqiang 2008-05-22 发件人: heyongqiang 发送时间: 2008-05-22 13:30:10 收件人: core-user 抄送: 主题: Confuse about the Client.Connection hi,all I took a look at the source code of org.apache.hadoop.ipc.Client ,and i wonder if there are two client thread

Confuse about the Client.Connection

2008-05-21 Thread heyongqiang
hi,all I took a look at the source code of org.apache.hadoop.ipc.Client ,and i wonder if there are two client thread invoke the getConnection() specifing the same arguments,then they will get a same Connection object,how could they distinguish the results from each other? I noticed the results