Posting messages / timer callbacks to IO threads
mattklein123
mattklein123 at yahoo.com
Wed Aug 17 13:33:36 EDT 2011
Hi,
One thing I like about Boost ASIO is that it allows you to post arbitrary
messages and/or timer callbacks to IO threads. If an application has been
designed to be single threaded, for example, this allows timers to be used
on the same thread without needing a) extra threads, and b) extra
synchronization.
I have searched and I can't see any obvious way of doing this with Netty. Is
there a way of doing this?
Thanks,
Matt
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Posting-messages-timer-callbacks-to-IO-threads-tp6696365p6696365.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list