Can I send the same ChannelBuffer to different clients concurrently?

Timmy Chen chentm at gmail.com
Wed Jan 5 11:07:19 EST 2011


Hi,

I need to send the same message to every client that connects to the
server. To avoid the overhead of creating a new ChannelBuffer every
time, I tend to create a static one and send it to users. Is it going
to cause any problem in performance/correctness? Thanks in advance.

-- 
Timmy


More information about the netty-users mailing list