I would like to ask you heroes,
are there any good netty projects that can be used to practice?
recently studied netty, to go over the basics, hoping to do some projects to consolidate ~
I would like to ask you heroes,
are there any good netty projects that can be used to practice?
recently studied netty, to go over the basics, hoping to do some projects to consolidate ~
I think
first of all, you need to define a detailed goal, such as a clear understanding of the internal implementation of netty, and so on.
if you just define a goal to practice, you can make only one rpc.
Previous: How does python determine whether a string contains garbled codes?
Next: Ios Wechat official account page rubber band effect how to remove?
is like this, I would like to ask a source code question, that is, about the Worker subclass of the HashedWheelTimer class in netty, why is it written like this when initializing startime? I don t understand. Is this System.nanoTime () equal to 0 in ...
LAST_ACK 5 SYN_RECV 2 CLOSE_WAIT 2 ESTABLISHED 863 FIN_WAIT1 22 FIN_WAIT2 106 TIME_WAIT 4698 when the ESTABLISHED reaches 2000, the sharp-sharp-sharp problem description is gradually increasing. the server Aliyun 4-core 16G, run unsatisfactori...
problem description when broadcasting with the ChannelGroup packet of netty, if there are multiple groups, how should the EventExecutor in the parameter be set when initializing ChannelGroup? Is it a direct GlobalEventExecutor.INSTANCE to make all Cha...
problem description when you look at the ServerBootstrap startup process in Netty, you find that the interestOps registered by NIOServerSocketChannel is 0. what does it mean to register as 0? shouldn t ServerSocketChannel register the value of OP_CO...
there is a server written by netty, and many CPP clients connect to the server. There is no communication between the client and the client. But there is also a control panel written by php, where you need to send instructions to the client of CPP. wh...
problem description: one or more channel we know will register on EventLoop . This EventLoop not only listens to events on Channel , but also handles business logic (including outbound logic) after the event arrives, that is, Netty handler c...
adding a built-in SslHandler to netty can support HTTPS, but there are problems with using HTTP access after it is added. how can you support the use of two protocols in one port in parallel, such as determining the use of HTTPS protocol in an event an...