On 7/28/07, mat <[EMAIL PROTECTED]> wrote: > 1) Trustin, I asked this because I read the ChatServer example which > IoFutureListener was not applied for.
Yeah some examples are not perfect and we need some work there. Any patches are welcome! > 2) Once more, why SetWriteTimeout since IoFutureListener also works? (why > makes things more complicated?) If writeTimeout is not set, Your IoFutureListener will not be notified on write timeout. It will of course be notified on write failure, but it will never be notified if the client is too slow to receive the message within a certain amount of time. So writeTimeout is a required feature even if we have IoFutureListener. The default value of writeTimeout is 1 minute IIRC. > 3) In our discussion forum, do we have categories for threads such as > generic questions, JIRA, bugs, testing related? I found out after a while it > was too hard to navigate the threads. Well, I don't quite understand what 'generic bugs' are, but if you have any questions about JIRA, you could use Atlassian support forum, and other open source testing framework community for testing questions. HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
