A Distributed Server Use, Interaction and Request Processing Method
A distributed service and message processing technology, applied in the server field, can solve the problems of low portability and reusability of server components, insufficient flexibility and scalability, etc., to improve portability and reusability , Concise programming implementation, and the effect of reducing dependencies
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0028] See figure 1 As shown in , it shows the overall structure diagram of this framework. The general message processing and procedure call framework is composed of three parts: dynamic dependency binding, message processing and procedure call. Among them, dynamic dependency binding includes configuration information class and dependency binding class; message processing includes message parsing and response encapsulation. In addition, this framework together with other components constitutes a message subscription client.
[0029] The following three basic principles are followed in the design and development of this framework:
[0030] 1. Do not create target objects directly in the code, but describe how to create them.
[0031] 2. Do not directly connect with the service object in the code, but use configuration data to describe which component needs which service.
[0032] 3. When the program is running, the container is responsible for associating these objects toge...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


