CN108038011A - A kind of method for realizing SNS multiprocess communications - Google Patents

A kind of method for realizing SNS multiprocess communications Download PDF

Info

Publication number
CN108038011A
CN108038011A CN201711462295.4A CN201711462295A CN108038011A CN 108038011 A CN108038011 A CN 108038011A CN 201711462295 A CN201711462295 A CN 201711462295A CN 108038011 A CN108038011 A CN 108038011A
Authority
CN
China
Prior art keywords
pipeline
live
data
host
shared drive
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201711462295.4A
Other languages
Chinese (zh)
Inventor
李华
李仲耿
张波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Futu Network Technology Co Ltd
Original Assignee
Shenzhen Futu Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Futu Network Technology Co Ltd filed Critical Shenzhen Futu Network Technology Co Ltd
Priority to CN201711462295.4A priority Critical patent/CN108038011A/en
Publication of CN108038011A publication Critical patent/CN108038011A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Abstract

The present invention discloses a kind of method for realizing SNS multiprocess communications, including by live unit independently of realizing the independent process dedicated for live unit outside host process, the communication between live process and host process is realized by a variety of Inter-Process Communication modes, and the data communicated as needed select suitable Inter-Process Communication mode, in the above manner, it can reduce by live and influence of the unpredictable reason of chat module to host process, so as to achieve the purpose that to improve host process stability, consider requirement and limitation of the different types of data to Inter-Process Communication mode at the same time, different suitable current Inter-Process Communication modes is used between different types of data, the efficiency of Inter-Process Communication is improved with this.

Description

A kind of method for realizing SNS multiprocess communications
Technical field
The present invention relates to SNS multiprocess communication technical fields, more particularly to a kind of method for realizing SNS multiprocess communications.
Background technology
The existing scheme for realizing multiprocess communication is that live unit is integrated in host process, if live unit is due to certain Kind uncontrollable factor causes to collapse, this can cause host process collapse to stop service, seriously affect the usage experience of user, system Reliability can be reduced seriously.
The content of the invention
The present invention provides a kind of method for realizing SNS multiprocess communications, to solve existing live unit due to certain not Controllable factor causes to collapse, and then causes host process collapse to stop service, seriously affects the usage experience of user, system it is reliable The technical problem that property can be reduced seriously.
In order to solve the above technical problems, the present invention provides a kind of method for realizing SNS multiprocess communications, including:
By live unit independently of realizing the independent process dedicated for live unit outside host process;
The communication between live process and host process is realized by a variety of Inter-Process Communication modes, and is carried out as needed The data of communication select suitable Inter-Process Communication mode.
Wherein, the communication realized by a variety of Inter-Process Communication modes between live process and host process, and root Suitable Inter-Process Communication mode is selected according to the data for needing to be communicated, including:
The process of reception data when host process is communicated;
The process of transmission data when live process is communicated.
Wherein, the process of the transmission data when host process is communicated, including:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID The pipeline created after live process initiation;
The IPC channel of live process is sent to after the data compression that will need to transmit.
Wherein, the process of the reception data when host process is communicated, including:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID The pipeline created after live process initiation;
Monitor pipeline;
If the data of shared drive mode, then judge whether it is original shared drive, if it is, out of share Middle reading data are deposited, handles and shows, will be sent to after the result compression after processing in the pipeline of live process, if it is not, then The shared drive of the front opening of closing, and new shared drive is opened, then data are read from the shared drive newly opened, handle And show, it will be sent to after the result compression after processing in the pipeline of live process.
Wherein, the process of the reception data when host process is communicated, including:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID The pipeline created after live process initiation;
Monitor pipeline;
If not the data of shared drive mode, then the data in pipeline are read, handle data and show, after processing Result compression after be sent in the pipeline of live process, continue to monitor.
Wherein, the process of reception data when the live process is communicated, including:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Monitor pipeline;
The data in pipeline are read, handle data.
Wherein, the process of transmission data when the live process is communicated, including:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Judge whether data need to transmit using shared drive, if it is not, then the related data for needing to transmit is compressed The IPC channel of host process is sent to afterwards.
Wherein, the process of transmission data when the live process is communicated, including:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Judge whether data need to transmit using shared drive, if it is, judging whether to use original shared Memory transmits, if so, then by the data copy for needing to transmit into shared drive, it would be desirable to send after the data compression of transmission To the IPC channel of host process;If not, the shared drive of the front opening of closing, and new shared drive is opened, then will need to pass In the shared drive that defeated data copy is opened to the heart, it would be desirable to the IPC channel of host process is sent to after the data compression of transmission.
Wherein, the method for realizing SNS multiprocess communications, further includes:
The communication modes of Inter-Process Communication IPC, including pipeline, signal, message queue, shared drive, semaphore, socket Word.
Wherein, the method for realizing SNS multiprocess communications, further includes:
Data communication is realized between host process and communication thread, and carries out live, chat.
The method provided by the invention for realizing SNS multiprocess communications, including by live unit independently of real outside host process An existing independent process dedicated for live unit, live process and host process are realized by a variety of Inter-Process Communication modes Between communication, and the data communicated as needed select suitable Inter-Process Communication mode, in the above manner, can To reduce by live and influence of the unpredictable reason of chat module to host process, host process stability is improved so as to reach Purpose, while consider requirement and limitation of the different types of data to Inter-Process Communication mode, using not between different types of data Same suitable current Inter-Process Communication mode, the efficiency of Inter-Process Communication is improved with this.
Brief description of the drawings
Fig. 1 is the flow diagram for the method that the present invention realizes SNS multiprocess communications.
Embodiment
With reference to the accompanying drawings and examples, the present invention is described in further detail.It is emphasized that following implement Example is merely to illustrate the present invention, but the scope of the present invention is not defined.Likewise, following embodiments are only the portion of the present invention Point embodiment and not all embodiments, the institute that those of ordinary skill in the art are obtained without creative efforts There are other embodiments, belong to the scope of protection of the invention.
The present invention provides a kind of method for realizing SNS multiprocess communications.
Fig. 1 is referred to, Fig. 1 is the flow diagram for the method that the present invention realizes SNS multiprocess communications, and the present invention realizes The method of SNS multiprocess communications, includes the following steps:
S101:By live unit independently of realizing the independent process dedicated for live unit outside host process.
S102:The communication between live process and host process is realized by a variety of Inter-Process Communication modes, and according to need The data communicated select suitable Inter-Process Communication mode.
Wherein, the communication between live process and host process is realized by a variety of Inter-Process Communication modes, and according to need The data communicated select suitable Inter-Process Communication mode, including:
The process of reception data when host process is communicated;
The process of transmission data when live process is communicated.
Wherein, the process of transmission data when host process is communicated, including:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID The pipeline created after live process initiation;
The IPC channel of live process is sent to after the data compression that will need to transmit.
Wherein, the process of reception data when host process is communicated, further includes:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID The pipeline created after live process initiation;
Monitor pipeline;
If the data of shared drive mode, then judge whether it is original shared drive, if it is, out of share Middle reading data are deposited, handles and shows, will be sent to after the result compression after processing in the pipeline of live process, if it is not, then The shared drive of the front opening of closing, and new shared drive is opened, then data are read from the shared drive newly opened, handle And show, it will be sent to after the result compression after processing in the pipeline of live process.
Wherein, the process of reception data when host process is communicated, and including:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID The pipeline created after live process initiation;
Monitor pipeline;
If not the data of shared drive mode, then the data in pipeline are read, handle data and show, after processing Result compression after be sent in the pipeline of live process, continue to monitor.
Wherein, the process of reception data when live process is communicated, including:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Monitor pipeline;
The data in pipeline are read, handle data.
Wherein, the process of transmission data when live process is communicated, further includes:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Judge whether data need to transmit using shared drive, if it is not, then the related data for needing to transmit is compressed The IPC channel of host process is sent to afterwards.
Wherein, the process of transmission data when live process is communicated, further includes:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Judge whether data need to transmit using shared drive, if it is, judging whether to use original shared Memory transmits, if it is, by the data copy for needing to transmit into shared drive, it would be desirable to send out after the data compression of transmission It is sent to the IPC channel of host process;If it is not, then the shared drive of the front opening of closing, and new shared drive is opened, then need to In the shared drive that the data copy to be transmitted is opened to the heart, it would be desirable to the IPC of host process is sent to after the data compression of transmission Passage.
Wherein, the method that the present invention realizes SNS multiprocess communications, further includes:The communication modes of Inter-Process Communication (IPC), Including pipeline, signal, message queue, shared drive, semaphore, socket etc..
Wherein, the method that the present invention realizes SNS multiprocess communications, further includes:
Data communication is realized between host process and communication thread, and carries out live, chat etc..
The method that the present invention realizes SNS multiprocess communications, including by live unit independently of realizing one outside host process Dedicated for the independent process of live unit, realized by a variety of Inter-Process Communication modes between live process and host process Communication, and the data communicated as needed select suitable Inter-Process Communication mode, in the above manner, can reduce By live and influence of the unpredictable reason of chat module to host process, so that achieve the purpose that to improve host process stability, Consider requirement and limitation of the different types of data to Inter-Process Communication mode at the same time, fitted between different types of data using different Inter-Process Communication mode before being fated, the efficiency of Inter-Process Communication is improved with this.
The method that the present invention realizes SNS multiprocess communications, by live unit independently of realized outside host process one it is special For the independent process of live unit, hereinafter referred to as live process.The present invention is realized by a variety of Inter-Process Communication modes Communication between live process and host process, and the data communicated as needed select relatively suitable Inter-Process Communication Mode, improves the speed of Inter-Process Communication, and the uncontrollability of live unit is preferably minimized, and improves the stability of host process.
The method that the present invention realizes SNS multiprocess communications, can realize data communication between host process and communication thread, And carry out live or chat, in this way, can reduce by the live and unpredictable reason of chat module to it is main into The influence of journey, so as to achieve the purpose that to improve host process stability, it is a variety of that the present invention realizes that the method for SNS multiprocess communications is based on The mode of Inter-Process Communication, while consider requirement and limitation of the different types of data to Inter-Process Communication mode, in different pieces of information Different suitable current Inter-Process Communication modes is used between type, the efficiency of Inter-Process Communication is improved with this, the present invention is real The innovative point of the method for existing SNS multiprocess communications is to realize live and chat system using independent process, according to not sympathizing with Condition selects different Inter-Process Communication modes to realize Inter-Process Communication.
In several embodiments provided by the present invention, it should be understood that disclosed system, apparatus and method can To realize by another way.For example, device embodiments described above are only schematical, for example, module or The division of unit, is only a kind of division of logic function, can there is other dividing mode, such as multiple units when actually realizing Or component can combine or be desirably integrated into another system, or some features can be ignored, or not perform.It is another, institute Display or the mutual coupling, direct-coupling or communication connection discussed can be by some interfaces, device or unit INDIRECT COUPLING or communication connection, can be electrical, machinery or other forms.
The unit illustrated as separating component may or may not be physically separate, be shown as unit Component may or may not be physical location, you can with positioned at a place, or can also be distributed to multiple networks On unit.Some or all of unit therein can be selected to realize the mesh of present embodiment scheme according to the actual needs 's.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, also may be used To be that unit is individually physically present, can also two or more units integrate in a unit.It is above-mentioned integrated Unit can both be realized in the form of hardware, can also be realized in the form of SFU software functional unit.
If integrated unit is realized in the form of SFU software functional unit and is used as independent production marketing or in use, can To be stored in a computer read/write memory medium.Based on such understanding, technical scheme substantially or Saying all or part of the part to contribute to the prior art or the technical solution can be embodied in the form of software product Out, which is stored in a storage medium, including some instructions are used so that a computer equipment (can be personal computer, server, or network equipment etc.) or processor (processor) perform each implementation of the present invention The all or part of step of methods.And foregoing storage medium includes:USB flash disk, mobile hard disk, read-only storage (ROM, Read-Only Memory), random access memory (RAM, RandomAccess Memory), magnetic disc or CD etc. it is various Can be with the medium of store program codes.
The foregoing is merely the section Example of the present invention, not thereby limit the scope of the invention, every utilization The equivalent device or equivalent process transformation that description of the invention and accompanying drawing content are made, it is related to be directly or indirectly used in other Technical field, be included within the scope of the present invention.

Claims (10)

1. a kind of method for realizing SNS multiprocess communications, including:
By live unit independently of realizing the independent process dedicated for live unit outside host process;
The communication between live process and host process is realized by a variety of Inter-Process Communication modes, and is communicated as needed Data select suitable Inter-Process Communication mode.
2. the method as claimed in claim 1 for realizing SNS multiprocess communications, it is characterised in that described by between a variety of processes Communication modes realize the communication between live process and host process, and the data communicated as needed are suitable to select Inter-Process Communication mode, including:
The process of reception data when host process is communicated;
The process of transmission data when live process is communicated.
3. the method as claimed in claim 2 for realizing SNS multiprocess communications, it is characterised in that the host process communicates When transmission data process, including:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID live The pipeline created after process initiation;
The IPC channel of live process is sent to after the data compression that will need to transmit.
4. the method as claimed in claim 2 for realizing SNS multiprocess communications, it is characterised in that the live process is led to The process of reception data during letter, including:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID live The pipeline created after process initiation;
Monitor pipeline;
If the data of shared drive mode, then judge whether it is original shared drive, if it is, from shared drive Data are read, handles and shows, will be sent to after the result compression after processing in the pipeline of live process, if it is not, then closing Front opening shared drive, and open new shared drive, and data are read from the shared drive newly opened, handle and open up Show, will be sent to after the result compression after processing in the pipeline of live process.
5. the method as claimed in claim 2 for realizing SNS multiprocess communications, it is characterised in that the host process communicates When reception data process, including:
Host process registers a pipeline by current process ID, pipeline ID and fixed port ID;
Live process is created, obtains the process ID of live process, is obtained according to process ID, pipeline ID and fixed port ID live The pipeline created after process initiation;
Monitor pipeline;
If not the data of shared drive mode, then the data in pipeline are read, handle data and show, by the knot after processing It is sent to after fruit compression in the pipeline of live process, continues to monitor.
6. the method as claimed in claim 2 for realizing SNS multiprocess communications, it is characterised in that the live process is led to The process of reception data during letter, including:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Monitor pipeline;
The data in pipeline are read, handle data.
7. the method as claimed in claim 2 for realizing SNS multiprocess communications, it is characterised in that the live process is led to The process of transmission data during letter, including:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Judge whether data need to transmit using shared drive, if it is not, then will be sent out after the related data compression for needing to transmit It is sent to the IPC channel of host process.
8. the method as claimed in claim 2 for realizing SNS multiprocess communications, it is characterised in that the live process is led to The process of transmission data during letter, including:
Live process registers a pipeline by current process ID, pipeline ID and fixed port ID;
The process ID of host process is obtained, the pipeline of host process is obtained according to process ID, pipeline ID and fixed port ID;
Judge whether data need to transmit using shared drive, if it is, judging whether that original shared drive can be used To transmit, if so, then by the data copy for needing to transmit into shared drive, it would be desirable to be sent to master after the data compression of transmission The IPC channel of process;If not, the shared drive of the front opening of closing, and new shared drive is opened, then will need what is transmitted In the shared drive that data copy is opened to the heart, it would be desirable to the IPC channel of host process is sent to after the data compression of transmission.
9. the method as claimed in claim 1 for realizing SNS multiprocess communications, it is characterised in that described to realize that SNS multi-process is led to The method of letter, further includes:
The communication modes of Inter-Process Communication IPC, including pipeline, signal, message queue, shared drive, semaphore, socket.
10. the method as claimed in claim 1 for realizing SNS multiprocess communications, it is characterised in that described to realize SNS multi-process The method of communication, further includes:
Data communication is realized between host process and communication thread, and carries out live, chat.
CN201711462295.4A 2017-12-28 2017-12-28 A kind of method for realizing SNS multiprocess communications Withdrawn CN108038011A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711462295.4A CN108038011A (en) 2017-12-28 2017-12-28 A kind of method for realizing SNS multiprocess communications

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711462295.4A CN108038011A (en) 2017-12-28 2017-12-28 A kind of method for realizing SNS multiprocess communications

Publications (1)

Publication Number Publication Date
CN108038011A true CN108038011A (en) 2018-05-15

Family

ID=62097615

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711462295.4A Withdrawn CN108038011A (en) 2017-12-28 2017-12-28 A kind of method for realizing SNS multiprocess communications

Country Status (1)

Country Link
CN (1) CN108038011A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111385251A (en) * 2018-12-28 2020-07-07 武汉斗鱼网络科技有限公司 Method, system, server and storage medium for improving operation stability of client

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558329A (en) * 2004-02-09 2004-12-29 中兴通讯股份有限公司 Modular implement method for operating system of single-chip microcomputer
CN103176854A (en) * 2011-12-26 2013-06-26 腾讯科技(深圳)有限公司 Process-to-process communication method, device and system
CN103647768A (en) * 2013-12-06 2014-03-19 北京奇虎科技有限公司 Game client and realization method thereof
CN104572314A (en) * 2013-10-22 2015-04-29 华为技术有限公司 Inter-process communication method and device
CN104679598A (en) * 2013-12-27 2015-06-03 卡巴斯基实验室封闭式股份公司 System and method for selecting a synchronous or asynchronous interprocess communication mechanism
CN107133109A (en) * 2017-04-24 2017-09-05 京信通信系统(广州)有限公司 A kind of method of intermodule communication, device and computing device
CN107491355A (en) * 2017-08-17 2017-12-19 山东浪潮商用系统有限公司 Funcall method and device between a kind of process based on shared drive

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558329A (en) * 2004-02-09 2004-12-29 中兴通讯股份有限公司 Modular implement method for operating system of single-chip microcomputer
CN103176854A (en) * 2011-12-26 2013-06-26 腾讯科技(深圳)有限公司 Process-to-process communication method, device and system
CN104572314A (en) * 2013-10-22 2015-04-29 华为技术有限公司 Inter-process communication method and device
CN103647768A (en) * 2013-12-06 2014-03-19 北京奇虎科技有限公司 Game client and realization method thereof
CN104679598A (en) * 2013-12-27 2015-06-03 卡巴斯基实验室封闭式股份公司 System and method for selecting a synchronous or asynchronous interprocess communication mechanism
CN107133109A (en) * 2017-04-24 2017-09-05 京信通信系统(广州)有限公司 A kind of method of intermodule communication, device and computing device
CN107491355A (en) * 2017-08-17 2017-12-19 山东浪潮商用系统有限公司 Funcall method and device between a kind of process based on shared drive

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111385251A (en) * 2018-12-28 2020-07-07 武汉斗鱼网络科技有限公司 Method, system, server and storage medium for improving operation stability of client

Similar Documents

Publication Publication Date Title
CN102790776B (en) Heartbeat connection normalizing processing method, terminal, server and communication system
CN105487987B (en) A kind of concurrent sequence of processing reads the method and device of IO
EP2256640A1 (en) Managing traffic on virtualized lanes between a network switch and a virtual machine
US20180052789A1 (en) Direct Memory Access Transmission Control Method and Apparatus
CN104486234A (en) Method and server for uninstalling service exchanger to physical network card
CN105487990A (en) Method and device for transmitting information messages between CPU and chip
CN105190530B (en) Transmit the graph data of Hardware Render
CN104683428B (en) Network service processing method and device
CN105306368B (en) A kind of transmission method and device of data message
CN106998347A (en) The apparatus and method of server virtualization network share
CN108124007A (en) The method and apparatus of message data real-time Transmission
CN104935612A (en) Data processing method and server
CN104852823A (en) Process monitoring method, device and system
CN105610730A (en) Method and system for message interaction between CPU and network equipment
US10230647B2 (en) Data packet processing method and device
CN107135189A (en) A kind of file transmitting method and physical machine
CN108038011A (en) A kind of method for realizing SNS multiprocess communications
CN104536926B (en) The control method and device of serial equipment
CN106850770A (en) High-efficiency transmission method and device based on cloud computing service
CN105262604A (en) Virtual machine migration method and equipment
CN102891772A (en) Method and system for testing performance of network card
CN104113510A (en) Virtual desktop system and message data transmitting method thereof
CN104038550B (en) Data communications method and its device, storage system
CN107086960B (en) Message transmission method and device
CN107643938A (en) Data transmission method, device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20180515

WW01 Invention patent application withdrawn after publication