We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
public static void main(String[] args) { DefaultClientConfig clientConfig = new DefaultClientConfig(); SocketClientSetup setup = new SocketClientSetup("tcp-socket"); EzyClients clients = EzyClients.getInstance(); EzyEventLoopGroup eventLoopGroup = new EzyEventLoopGroup(1); EventLoopGroup nettyEventLoopGroup = new EzyNettyEventLoopGroup(1); LocalDateTime Starttime = java.time.LocalDateTime.now(); LocalDateTime Endtime = null; long differentInSeconds = 0; new Thread(() -> { int clientCount = 10; for (int i = 0; i < clientCount; i++) { EzyTcpClient client = new EzyTcpClient( clientConfig.get(i), eventLoopGroup, nettyEventLoopGroup ); try { Thread.sleep(25); } catch (Exception e) { e.printStackTrace(); } setup.setup(client, false); clients.addClient(client); client.connect("127.0.0.1", 3005); } }) .start(); Endtime = java.time.LocalDateTime.now(); differentInSeconds = Duration.between(Starttime, Endtime).getSeconds(); System.out.println("===================StartTime=================="); System.out.println(Starttime); System.out.println("===================EndTime=================="); System.out.println(Endtime); System.out.println("===================Duration=================="); System.out.println(differentInSeconds); EzyMainEventsLoop mainEventsLoop = new EzyMainEventsLoop(); mainEventsLoop.start(1); }
2.2K Point(s)
1.2K Point(s)
313 Point(s)
178 Point(s)
138 Point(s)
Input your email to receive reset password link, or if you remember your password, you can click