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. done

on plain java sockets it worked fine but on mina session is closed after
client closes its output (step 3)
Question: is it possible for session to stay open until server deliberatly
closes 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



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to