搜索资源列表
Java-chat-room-code
- 这个一个简单的利用数据报协议传送信息的聊天测试程序。 *程序由三个简单的组件构成,分别是一个List,用于接收信息, *一个JComboBox,用于输入对方ip地址,和一个JTextField, *用于编辑信息。<br> -The use of a simple datagram protocol to send messages chat test program.* Program consists of three simple components, name
RoundRobinDatacenterBroker.java.tar
- Round-robin load balancing is one of the simplest methods for distributing client requests across a group of servers. Going down the list of servers in the group, the round-robin load balancer forwards a client request to each server in turn. When it