Method for realizing interprocess asynchronous communication based on Java
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- ZHEJIANG UNIV
- Publication Date
- 2009-05-27
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the technical field of inter-process communication, and more specifically, relates to a method for realizing asynchronous communication between processes based on Java. Background technique
[0002] The concept of process communication originally originated from a stand-alone system. Since each process runs in its own address range, in order to ensure that two communicating processes do not interfere with each other and work in harmony, the operating system provides corresponding facilities for process communication, such as the pipe (pipe) in UNIX BSD ), named pipe (namedpipe) and soft interrupt signal (signal), UNIX system V message (message), shared storage area (shared memory) and semaphore (semaphore), etc., but they are all limited to use between native processes communication. The inter-network process communication needs to solve the problem of mutual communication between different host processes (the same ma...