I am new to Netty and I need some help to write a simple Netty client that will be used by many threads. The client needs to be persistent (possibly keep alive), and response to the server has to be correlated with the request (The request both has an ID for correlation). This is becuase the client request comes randomly and Response to Request 2 may come before Response to Request 1. Also since it is TCP, the request has to go serially. Note the client using the client Netty will block when it sends the request but Netty client itself should block and be available to accept as many request as possible. Any snippet is welcome.
-- You received this message because you are subscribed to the Google Groups "Netty discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/netty/CAP9UhtmFNPtYiNifJ6d%3DFLvGrd5wUnFs8ZfAe%3Dp2XcWfzwGg2g%40mail.gmail.com.
