On Jun 28, 2006, at 4:29 PM, Alexander Zhukov wrote:
Could you advise on StreamIoHandler for my server the protocol logic is: 1. client connects to server 2. writes request 3. closes its output 4. waits for response from server 5. server reads until end of stream 6. server writes response back to client 7. server closes its output 8. doneon plain java sockets it worked fine but on mina session is closed afterclient closes its output (step 3)Question: is it possible for session to stay open until server deliberatlycloses it?
hmm.. can you create a simple little test program? my gut is that this is a lower-level NIO thing, rather than MINA, but a test would let us dig in and find out what's really going on.
-pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
