Timeout listener?
Nitrostar
nitrostar1 at gmail.com
Thu Aug 20 19:20:19 EDT 2009
Hi,
I'm trying to build a platform to process hundreds of encodings/decodings of
a message per second. I'm very pleased to be using Netty! It's been really
fun and helpful at the same time.
I'm building an encoder/decoder system for my highschool and I have a
separate process that tries to do the encoding/decoding. However, some
messages cannot be decoded in a timely manner, so I kind of need to send a
response back with some sort of a failure. I don't know how to do this
without having some blocking code.
Is there any way I can add like a listener in milliseconds and send a
response back if I haven't yet finished computing the decode?
I'm using an HTTP Server (based on the file example that was provided!)
Any help would be greatly appreciated!
--
View this message in context: http://n2.nabble.com/Timeout-listener-tp3482528p3482528.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list