TODOs:
The postings on this site are my own and does not necessarily represents views, opinions of my company. This blog discusses issues in distributed computing environments. It talks about services on mobiles in the ad hoc environments. It covers many dimensions in it's own viz., distributed computing, Middleware, Asynchronous Communication, Peer to Peer and Client-Server communication, MANET, Transparency Dimensions, Web Services, WS * Stack.
Wednesday, November 30, 2005
Asynchronous Communication
There is a essential need for component(s) to support asynchonous behavior. Main points are:
Exchange of Request data and Response data between server and client. Particularly at the time of demise or disconnection of the receiving entity (in case of response from MH), assuming that sending operation is successful. Also in request scenarios where FH has pushed the request, but the request is travelling along the network but not reached to the server.
Exchange of control information between Routing layer. Exchange of Mobility layer connection information, handoff information.
Message broker can hence act as delegate, as indirectly it would be supporting disconnected operation.
TODOs:
Component identification and deployment diagram
Issues of hosting JMS and CNS on low footprint devices.
Many more...
TODOs:
No comments:
Post a Comment