17 Feb 17:37
ISOChannel Response mismatch
Hi guys, I have an ISO server that listens for client's request. Clients connect to this server using mux'ed channel. A lot of time, server may initiate requests to the client. Access to the client is usually done via a reference to getLastConnectedISOChannel() of the ISOServer in the NameRegistrar Most time, this model works pretty well. In some scenarios while the server is waiting for client to process its request, the response received doesnt match the request. EG 0200 request may come back with 0810 response. From my understanding, MUX does not apply to ISOServer and I will have to find a way of receiving on the last connected isochannel and placing the messages in the Space. - Question now is, how do I receive on the last connected isochannel and place message in space.? - How does my server retrieve its response from space? Regards Angel ------------------------------------
RSS Feed