I was looking at the 2 HTTP examples in Mina1.1, and have always wondered this: Why, if at line 50 of org.apache.mina.example.httpserver.stream.HttpProtocolHandler a comment says "You *MUST* execute stream I/O logic in a separate thread." there is a stream based HTTP server example? Is this just for illustrative purposes and not intended for production level systems? Or does this comment not hold true anymore?
Thanks -- ..Cheers Mark
