CN107193674A - The processing method and processing device of online PUSH message - Google Patents

The processing method and processing device of online PUSH message Download PDF

Info

Publication number
CN107193674A
CN107193674A CN201710518113.4A CN201710518113A CN107193674A CN 107193674 A CN107193674 A CN 107193674A CN 201710518113 A CN201710518113 A CN 201710518113A CN 107193674 A CN107193674 A CN 107193674A
Authority
CN
China
Prior art keywords
push message
online
message
online push
query handler
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.)
Granted
Application number
CN201710518113.4A
Other languages
Chinese (zh)
Other versions
CN107193674B (en
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.)
Xiamen Mutual Technology Co ltd
Original Assignee
Wuhan Douyu 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710518113.4A priority Critical patent/CN107193674B/en
Publication of CN107193674A publication Critical patent/CN107193674A/en
Application granted granted Critical
Publication of CN107193674B publication Critical patent/CN107193674B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Abstract

The invention provides a kind of processing method and processing device of online PUSH message, it is related to mobile Internet field.Methods described includes:S1, the online PUSH message that the first process is received writes SQLite databases, and obtains the query handler corresponding to the online PUSH message;S2, the second process is transferred to by the query handler from first process;S3, the query handler received based on second process obtains the online PUSH message, and the online PUSH message is handled in the SQLite databases.Online PUSH message is substituted by using query handler to be transmitted between background process and host process, it will not be lost when being transmitted due to query handler between background process and host process, avoid information drop-out problem when online PUSH message is transmitted between background process and host process, the success rate pushed online is improved, makes the push of online PUSH message more efficiently and timely.

Description

The processing method and processing device of online PUSH message
Technical field
The present embodiments relate to mobile Internet field, more particularly, to a kind of processing side of online PUSH message Method and device.
Background technology
Either under Android ecological environment or under iOS ecological environments, push technology is because of its promptness and accuracy And be widely adopted, (Application, App) is applied for some real-time medium classes or video class, possesses efficient push and disappears Breath receiving ability seems most important.During push, service end (push server) sends PUSH message, client (App) it is responsible for receiving and processing (consumption) PUSH message, PUSH message is generally divided into three types:Online PUSH message, from Line PUSH message and transparent transmission message.Push whether efficiently and in time, be largely dependent on client receiving push clothes It is engaged in after the PUSH message of device transmission, whether the processing to PUSH message is efficiently and timely.With the fast development of live industry, appoint What a live class App is intended to improve its App liveness, but App can not possibly be hung over front stage operation by user for a long time. Therefore, App is during front stage operation, and in order to ensure that user receives PUSH message in time, App must possess to online PUSH message It is efficient to receive and consuming capacity.
At present, on Android platform, processing of the App to online PUSH message is main to notify again route messages using first bullet Processing mode.Concrete processing procedure is:App the first process is responsible for receiving online PUSH message, and creates notice, when notice quilt After click, online PUSH message is routed to App the second process in a broadcast manner, then is disappeared by responsible online push of the second process The consumption of breath.Wherein, the first process can be background process, and the second process can be host process.
But, when App background process uses broadcast mode to host process transmission online PUSH message, due to Android system Limitation of the different editions to broadcast, some broadcast can be intercepted, and cause the online PUSH message in part can not be route by background process To host process.Namely in above-mentioned processing mode, online PUSH message exists when being transmitted between background process and host process The problem of information drop-out, and then cause online PUSH message to push failure.
The content of the invention
Exist the embodiments of the invention provide a kind of one kind for overcoming above mentioned problem or solving the above problems at least in part The processing method and processing device of line PUSH message.
On the one hand the embodiments of the invention provide a kind of processing method of online PUSH message, methods described includes:
S1, the online PUSH message that the first process is received writes SQLite databases, and obtain correspond to it is described The query handler of line PUSH message;
S2, the second process is transferred to by the query handler from first process;
S3, the query handler received based on second process obtains described in the SQLite databases Online PUSH message, and the online PUSH message is handled.
Wherein, also include before step S1:
The service priority of Push Service in first process is set to highest ranking.
Wherein, step S2 is specifically included:
If judgement knows that second process is in foreground, create first based on the online PUSH message and notify, it is described First notice enclosed inside has the query handler;
When described first notifies to be clicked, the query handler is transferred to the second process from first process.
Wherein, step S2 is specifically included:
If judgement knows that second process is in backstage, the message Intent for including the query handler is created;
Start the Activity components in second process using the message Intent;
Using the Activity components in second process query handler is extracted from the message Intent.
Wherein, step S3 is specifically included:
The query handler received based on second process, obtains described online in the SQLite databases PUSH message, and the online PUSH message is sent into the UI threads into second process, to complete to push away online to described Send the processing of message.
Wherein, the online PUSH message is handled in step S3, further comprised:
If judgement knows that second process is in foreground, the online PUSH message is parsed using the UI threads, it is complete The processing of the paired online PUSH message.
Wherein, the online PUSH message is handled in step S3, further comprised:
If judgement knows that second process is in backstage, notified using the UI thread creations second, when described second When notice is clicked, the online PUSH message is parsed using the UI threads, the processing to the online PUSH message is completed.
On the other hand the embodiments of the invention provide a kind of processing unit of online PUSH message, described device includes:
Writing module, the online PUSH message for the first process to be received writes SQLite databases, and acquisition pair The query handler of online PUSH message described in Ying Yu;
Transfer module, for the query handler to be transferred into the second process from first process;
Processing module, the query handler received based on second process is obtained in the SQLite databases The online PUSH message is taken, and the online PUSH message is handled.
Another aspect, the invention provides a kind of computer program product, the computer program product includes being stored in Computer program on non-transient computer readable storage medium storing program for executing, the computer program includes programmed instruction, works as described program When instruction is computer-executed, the computer is set to perform above-mentioned processing method.
Another aspect, the invention provides a kind of non-transient computer readable storage medium storing program for executing, the non-transient computer can Storage medium storage computer instruction is read, the computer instruction makes the computer perform above-mentioned processing method.
The processing method and processing device of a kind of online PUSH message provided in an embodiment of the present invention, by by online PUSH message SQLite databases are write, substitute online PUSH message using query handler is transmitted between background process and host process, Host process inquired according to the query handler of acquisition in SQLite databases it is corresponding after line PUSH message, then to pushing away online Message is sent to be parsed and consumed, so as to complete the processing to online PUSH message.Because query handler is in background process and master It will not be lost when being transmitted between process, it is to avoid disappearing when online PUSH message is transmitted between background process and host process Loss problem is ceased, the success rate pushed online is improved, makes the push of online PUSH message more efficiently and timely.
Brief description of the drawings
Fig. 1 is a kind of flow chart of the processing method of online PUSH message provided in an embodiment of the present invention;
Fig. 2 is a kind of structured flowchart of the processing unit of online PUSH message provided in an embodiment of the present invention.
Embodiment
To make the purpose, technical scheme and advantage of the embodiment of the present invention clearer, below in conjunction with the embodiment of the present invention In accompanying drawing, the technical scheme in the embodiment of the present invention is explicitly described, it is clear that described embodiment be the present invention A part of embodiment, rather than whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art are not having The every other embodiment obtained under the premise of creative work is made, the scope of protection of the invention is belonged to.
Before the scheme of the embodiment of the present invention is described in detail, following noun is explained, in order to be better understood from Scheme in the embodiment of the present invention
Push (Push):Refer to by certain technical standard or agreement, on the internet by periodically transmitting user's needs Information reduce a new technology of information overload.
Socket:Two programs on network realize the exchange of data by a two-way communication connection, this connection One end be referred to as a Socket, Socket essence is DLL (API), and the encapsulation to TCP/IP, TCP/IP will also be provided It is available for programmer to do the interface used in network development, here it is Socket DLLs.
Long connection (Persistent Connection):Multiple packets can be continuously transmitted in a connection by referring to, During connection is kept, if sent without packet, it is necessary to which both sides send out link detecting bag.
Process (Process):Refer to the program in computer on the once operation activity on certain data acquisition system, be that system is entered The base unit of row Resource Distribution and Schedule, process is also that the basis of program performs entity.
Host process (Main Process):Refer to and carry out direct interaction, the visible process in foreground, its priority with user It is higher, it is difficult to be killed.
Background process (Background Process, B-Process):Refer to long-term silence operate in after consumer process and User can not direct interaction process, its priority is relatively low, is easily killed;
Thread (Thread):Sometimes referred to as Lightweight Process (Lightweight Process, LWP), is that program is performed The minimum unit of stream.The thread of one standard is by Thread Id, current instruction pointer (PC), set of registers and storehouse composition.
Main thread (Main Thread):Also referred to as UI threads, refer to main thread when operation is applied in Android system, this Main thread is responsible for UI components Distribution Events (including drawing event), and the thread can not carry out time-consuming operation (network request, data Storehouse is operated), otherwise easily trigger ANR abnormal.
Service (Service):One of four big components of Android system, service is the system group of not user's direct interaction Part, its longtime running is on backstage, and it is exactly to be carried out in Service that such as music player, which plays music,.
It is intended to service (IntentService):A kind of specific type of service, it is intended that service is commonly used to be time-consuming behaviour Make, its internal maintenance has a thread pool, and service originally can be automatically stopped service after time-consuming operation has been performed.
Intent:Cannot be only used between application program, it can also be used to Activity components inside application program and Interaction between Service components, " medium " that can be interpreted as Intent to communicate between different components specially provides component The relevant information called mutually.
Handler:The main data for receiving sub-line journey transmission, and coordinate main thread to update UI with this data.
It is online to push (Online Push, ON-Push):Refer to when application process is active, pushed using backstage Service processes and the message being subject in the long connection procedure of push server maintenance.
Notify (Notification):A kind of message display type of Android system, it will usually which informing is with one at top Individual panel-form is shown, with title and key words content.
Notification line (Online Notiiaction, ON-Notification):The type notified, the type is led to Know and itself created and shown by application.
Activity components:One of four big components of Android system, are the basic module units with user's direct interaction, can Realize the data communication in process or between striding course.
Broadcast (Broadcast):One of four big components of Android system, broadcast is commonly used to carry out application process inner wire Communication between communication between journey, or different processes.
Content Provider components:One of four big components of Android system, the data being generally used between striding course are passed Pass.
Fig. 1 is a kind of processing method of online PUSH message provided in an embodiment of the present invention, as shown in figure 1, methods described Including:S1, the online PUSH message that the first process is received writes SQLite databases, and acquisition is pushed away online corresponding to described Send the query handler of message;S2, the second process is transferred to by the query handler from first process;S3, based on described The query handler that two processes are received, obtains the online PUSH message in the SQLite databases, and to described Online PUSH message is handled.
Wherein, first process can be background process, as Push Service process (Push Process), be responsible for connecing Receive and message of the route from push server.Second process can be responsible for message for host process (Main Process) Processing.
Specifically, background process opens Push Service (Push Service), receives the online of push server push and pushes away Send message.Background process is received after line PUSH message, and online PUSH message is converted into JSON (JavaScript Object Notation, JS object tag) form, recycle SQLiteHepler that online PUSH message is write into SQLite numbers According in storehouse, while background process obtains the query handler corresponding to online PUSH message of SQLiteHepler feedbacks.To ensure The high efficiency and freshness of online PUSH message, the SQLite databases are stored under the cache catalogues of application, are removed SQLite databases can also empty processing after cache catalogues.Query handler is transferred to host process, host process root by background process Corresponding online PUSH message is obtained according to query handler inquiry.Host process the online PUSH message that receives will be carried out parsing and Consumption, to complete the processing to online PUSH message.
The processing method of online PUSH message in a kind of Android system provided in an embodiment of the present invention, by that will push online Message writes SQLite databases, and substitute online PUSH message using query handler is passed between background process and host process Pass, host process inquired according to the query handler of acquisition in SQLite databases it is corresponding after line PUSH message, then to Line PUSH message is parsed and consumed, so as to complete the processing to online PUSH message.Because query handler is in background process It will not be lost when being transmitted between host process, it is to avoid online PUSH message is directly passed between background process and host process Information drop-out problem when passing, improves the success rate pushed online, makes the push of online PUSH message more efficiently and timely.
In the above-described embodiments, also include before step S1:
The service priority of Push Service in first process is set to highest ranking.
Specifically, Push Service longtime running is in the first process, and its service priority is set to highest ranking, meanwhile, Push Service is set up length using socket communication means and push server and is connected, and the first process is preferential in application initialization Push Service is opened, to ensure promptness that push server message is sent to.
In the above-described embodiments, step S2 is specifically included:
If judgement knows that second process is in foreground, create first based on the online PUSH message and notify, and institute Stating the first notice enclosed inside has the query handler;
When described first notifies to be clicked, the query handler is transferred to the second process from first process.
Specifically, the first process complete will line PUSH message write-in SQLite databases after, to the second process whether Judged in foreground, the second process represents that the second process corresponding A pp interface is visible in terminal in foreground.If by institute The first process is stated to judge to know that second process is in foreground, then first process according to the title of online PUSH message and Content creating first is notified, and query handler is encapsulated in into the first notice inside, finally shows described first in informing Notify.When user, which clicks on described first, to be notified, second process obtains the query handler inside first notice, and will The query handler is preserved into the internal memory of application level.
In the above-described embodiments, step S2 is specifically included:
If judgement knows that second process is in backstage, the message Intent for including the query handler is created;
Start the Activity components in second process using the message Intent;
Using the Activity components in second process query handler is extracted from the message Intent.
Specifically, the first process completes whether to be in the second process after line PUSH message write-in SQL database Foreground is judged.If being judged to know that second journey is in backstage, second process creation one by first process Include the query handler in individual message Intent, and the message Intent.Second process passes through the message Intent starts the transparent Activity components in second process, then the transparent Activity groups in second process Part receives the message Intent, and extracts the query handler in the message Intent, and second process is looked into described Ask handle to preserve into the internal memory of application level, the transparent Activity components in last second process complete above-mentioned work Destroyed rapidly after work.
In the above-described embodiments, step S3 is specifically included:
The query handler received based on second process, obtains described online in the SQLite databases PUSH message, and the online PUSH message is sent into the UI threads into second process, to complete to push away online to described Send the processing of message.
Specifically, after second process stores the query handler to the application level internal memory, described second Process opens one and is intended to service.Then, the intention service uses Content Provider groups according to the query handler The corresponding online PUSH message under part inquiry cache catalogues.Finally, it is described to be intended to service using Handler by described in Online PUSH message sends the UI threads into the second process.The UI threads be successfully received it is described after line PUSH message, It is described to be intended to service operation suspension immediately, wait next online PUSH message to reach.
In the above-described embodiments, the online PUSH message is handled in step S3, further comprised:
If judgement knows that second process is in foreground, the online PUSH message is parsed using the UI threads, it is complete The processing of the paired online PUSH message.
Specifically, when second process is in foreground, the UI threads are direct to the online PUSH message received The effective field of the online PUSH message is parsed and extracted, the processing of online PUSH message is completed.
In the above-described embodiments, the online PUSH message is handled in step S3, further comprised:
If judgement knows that second process is in backstage, notified using the UI thread creations second, when described second When notice is clicked, the online PUSH message is parsed using the UI threads, the processing to the online PUSH message is completed.
Specifically, when second process is in backstage, the UI is according to the title of the online PUSH message received Notify, and notified in informing displaying described second with content creating second.When user, which clicks on described second, to be notified, the UI Thread parses the online PUSH message by the form of inside broadcast, completes the processing of the online PUSH message.This mistake Journey can make second process switch to foreground from backstage, and that improves App enlivens rate.
Fig. 2 is a kind of structured flowchart of the processing unit of online PUSH message provided in an embodiment of the present invention, such as Fig. 2 institutes Show, described device includes:Writing module 1, transfer module 2 and processing module 3.Wherein:
The online PUSH message that said write module 1 is used to receive the first process writes SQLite databases, and obtains The query handler of the online PUSH message must be corresponded to.The transfer module 2, for by the query handler from described first Process is transferred to the second process.The processing module 3, the query handler received based on second process, described The online PUSH message is obtained in SQLite databases, and the online PUSH message is handled.
Wherein, first process can be background process, as Push Service process (Push Process), be responsible for connecing Receive and message of the route from push server.Second process can be responsible for message for host process (Main Process) Processing.
Specifically, background process opens Push Service (Push Service), receives the online of push server push and pushes away Send message.Background process is received after line PUSH message, and online PUSH message is converted into JSON (JavaScript Object Notation, JS object tag) form, recycle SQLiteHepler that online PUSH message is write into SQLite numbers According in storehouse, while background process obtains the query handler corresponding to online PUSH message of SQLiteHepler feedbacks.To ensure The high efficiency and freshness of online PUSH message, the SQLite databases are stored under the cache catalogues of application, are removed SQLite databases can also empty processing after cache catalogues.Query handler is transferred to host process, host process root by background process Corresponding online PUSH message is obtained according to query handler inquiry.Host process the online PUSH message that receives will be carried out parsing and Consumption, to complete the processing to online PUSH message.
The processing unit of online PUSH message in a kind of Android system provided in an embodiment of the present invention, will by writing module Online PUSH message write-in SQLite databases, transfer module using query handler substitute online PUSH message in background process and Transmitted between host process, processing module inquires corresponding online according to the query handler of acquisition in SQLite databases After PUSH message, then online PUSH message is parsed and consumed, so as to complete the processing to online PUSH message.Due to looking into Asking handle will not lose when transmit between background process and host process, it is to avoid online PUSH message is in background process and lead Information drop-out problem when being transmitted between journey, improves the success rate pushed online, makes the push of online PUSH message more Increase effect and timely.
The embodiments of the invention provide a kind of computer program product, the computer program product is non-temporary including being stored in Computer program on state computer-readable recording medium, the computer program includes programmed instruction, when described program instruction When being computer-executed, computer is able to carry out the method that above-mentioned each method embodiment is provided, for example including:By the first process The online PUSH message write-in SQLite databases received, and obtain the query handler corresponding to the online PUSH message; The query handler is transferred to the second process from first process;The inquiry sentence received based on second process Handle, obtains the online PUSH message, and the online PUSH message is handled in the SQLite databases.
The embodiments of the invention provide a kind of non-transient computer readable storage medium storing program for executing, the non-transient computer is readable to deposit Storage media stores computer instruction, and the computer instruction makes the computer perform the side that above-mentioned each method embodiment is provided Method, for example including:The online PUSH message that first process is received writes SQLite databases, and obtain correspond to it is described The query handler of line PUSH message;The query handler is transferred to the second process from first process;Based on described second The query handler that process is received, obtains the online PUSH message in the SQLite databases, and to it is described Line PUSH message is handled.
Finally it should be noted that:The above embodiments are merely illustrative of the technical solutions of the present invention, rather than its limitations;Although The present invention is described in detail with reference to the foregoing embodiments, it will be understood by those within the art that:It still may be used To be modified to the technical scheme described in foregoing embodiments, or equivalent substitution is carried out to which part technical characteristic; And these modification or replace, do not make appropriate technical solution essence depart from various embodiments of the present invention technical scheme spirit and Scope.

Claims (10)

1. a kind of processing method of online PUSH message, it is characterised in that methods described includes:
S1, the online PUSH message that the first process is received writes SQLite databases, and acquisition is pushed away online corresponding to described Send the query handler of message;
S2, the second process is transferred to by the query handler from first process;
S3, the query handler received based on second process obtains described online in the SQLite databases PUSH message, and the online PUSH message is handled.
2. method according to claim 1, it is characterised in that also include before step S1:
The service priority of Push Service in first process is set to highest ranking.
3. method according to claim 1, it is characterised in that step S2 is specifically included:
If judgement knows that second process is in foreground, create first based on the online PUSH message and notify, described first Enclosed inside is notified to have the query handler;
When described first notifies to be clicked, the query handler is transferred to the second process from first process.
4. method according to claim 1, it is characterised in that step S2 is specifically included:
If judgement knows that second process is in backstage, the message Intent for including the query handler is created;
Start the Activity components in second process using the message Intent;
Using the Activity components in second process query handler is extracted from the message Intent.
5. an institute is according to stating method in claim 1, it is characterised in that step S3 is specifically included:
The query handler received based on second process, obtains the online push in the SQLite databases Message, and the online PUSH message is sent into the UI threads into second process, to complete to disappear to the online push The processing of breath.
6. the method according to claim 5, it is characterised in that handled in step S3 the online PUSH message, Further comprise:
If judgement knows that second process is in foreground, the online PUSH message, completion pair are parsed using the UI threads The processing of the online PUSH message.
7. the method according to claim 5, it is characterised in that handled in step S3 the online PUSH message, Further comprise:
If judgement knows that second process is in backstage, notified using the UI thread creations second, when the described second notice When being clicked, the online PUSH message is parsed using the UI threads, the processing to the online PUSH message is completed.
8. a kind of processing unit of online PUSH message, it is characterised in that described device includes:
Writing module, the online PUSH message for the first process to be received writes SQLite databases, and is corresponded to The query handler of the online PUSH message;
Transfer module, for the query handler to be transferred into the second process from first process;
Processing module, the query handler received based on second process obtains institute in the SQLite databases Online PUSH message is stated, and the online PUSH message is handled.
9. a kind of computer program product, it is characterised in that the computer program product includes being stored in non-transient computer Computer program on readable storage medium storing program for executing, the computer program includes programmed instruction, when described program instruction is by computer During execution, the computer is set to perform the method as described in claim 1 to 7 is any.
10. a kind of non-transient computer readable storage medium storing program for executing, it is characterised in that the non-transient computer readable storage medium storing program for executing is deposited Computer instruction is stored up, the computer instruction makes the computer perform the method as described in claim 1 to 7 is any.
CN201710518113.4A 2017-06-29 2017-06-29 Method and device for processing online push message Active CN107193674B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710518113.4A CN107193674B (en) 2017-06-29 2017-06-29 Method and device for processing online push message

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710518113.4A CN107193674B (en) 2017-06-29 2017-06-29 Method and device for processing online push message

Publications (2)

Publication Number Publication Date
CN107193674A true CN107193674A (en) 2017-09-22
CN107193674B CN107193674B (en) 2020-01-03

Family

ID=59880163

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710518113.4A Active CN107193674B (en) 2017-06-29 2017-06-29 Method and device for processing online push message

Country Status (1)

Country Link
CN (1) CN107193674B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107741884A (en) * 2017-10-09 2018-02-27 武汉斗鱼网络科技有限公司 The method and apparatus that a kind of stratification state machine realizes message push
CN108766550A (en) * 2018-03-22 2018-11-06 青岛海信医疗设备股份有限公司 Medical Devices end message store method, storage medium and Medical Devices terminal
CN109150951A (en) * 2018-06-11 2019-01-04 阿里巴巴集团控股有限公司 The starting method and apparatus of android system Activity
CN110417915A (en) * 2019-08-22 2019-11-05 北京大米科技有限公司 A kind of PUSH message transmission method, device, storage medium and electronic equipment
CN112068968A (en) * 2019-06-11 2020-12-11 成都鼎桥通信技术有限公司 Service access method and device for dual-system terminal
CN112445628A (en) * 2019-09-03 2021-03-05 腾讯科技(深圳)有限公司 Inter-process resource sharing method and device and electronic equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514123A (en) * 2012-12-26 2014-01-15 Tcl数码科技(深圳)有限责任公司 Identification method and system of USB equipment connection port
CN103684988A (en) * 2013-11-22 2014-03-26 深圳市迈桥科技有限公司 Cross-mobile-terminal message pushing method and device
CN104301203A (en) * 2014-09-10 2015-01-21 腾讯科技(深圳)有限公司 Message pushing method and equipment
CN104796322A (en) * 2015-03-25 2015-07-22 腾讯科技(深圳)有限公司 Message processing method and equipment
CN105337762A (en) * 2015-09-28 2016-02-17 浪潮(北京)电子信息产业有限公司 File sharing method supporting automatic failover
CN105740418A (en) * 2016-01-29 2016-07-06 杭州亿方云网络科技有限公司 File monitoring and message pushing based real-time synchronization system
US20170105031A1 (en) * 2015-10-12 2017-04-13 The Nielsen Company (Us), Llc Methods and apparatus to identify co-relationships between media using social media
CN106603540A (en) * 2016-12-21 2017-04-26 北京天融信网络安全技术有限公司 Method and device for monitoring instant communication information

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514123A (en) * 2012-12-26 2014-01-15 Tcl数码科技(深圳)有限责任公司 Identification method and system of USB equipment connection port
CN103684988A (en) * 2013-11-22 2014-03-26 深圳市迈桥科技有限公司 Cross-mobile-terminal message pushing method and device
CN104301203A (en) * 2014-09-10 2015-01-21 腾讯科技(深圳)有限公司 Message pushing method and equipment
CN104796322A (en) * 2015-03-25 2015-07-22 腾讯科技(深圳)有限公司 Message processing method and equipment
CN105337762A (en) * 2015-09-28 2016-02-17 浪潮(北京)电子信息产业有限公司 File sharing method supporting automatic failover
US20170105031A1 (en) * 2015-10-12 2017-04-13 The Nielsen Company (Us), Llc Methods and apparatus to identify co-relationships between media using social media
CN105740418A (en) * 2016-01-29 2016-07-06 杭州亿方云网络科技有限公司 File monitoring and message pushing based real-time synchronization system
CN106603540A (en) * 2016-12-21 2017-04-26 北京天融信网络安全技术有限公司 Method and device for monitoring instant communication information

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107741884A (en) * 2017-10-09 2018-02-27 武汉斗鱼网络科技有限公司 The method and apparatus that a kind of stratification state machine realizes message push
CN108766550A (en) * 2018-03-22 2018-11-06 青岛海信医疗设备股份有限公司 Medical Devices end message store method, storage medium and Medical Devices terminal
CN108766550B (en) * 2018-03-22 2022-06-28 青岛海信医疗设备股份有限公司 Medical equipment terminal information saving method, storage medium and medical equipment terminal
CN109150951A (en) * 2018-06-11 2019-01-04 阿里巴巴集团控股有限公司 The starting method and apparatus of android system Activity
CN109150951B (en) * 2018-06-11 2020-05-29 阿里巴巴集团控股有限公司 Method and device for starting Activity of Android system
CN112068968A (en) * 2019-06-11 2020-12-11 成都鼎桥通信技术有限公司 Service access method and device for dual-system terminal
CN112068968B (en) * 2019-06-11 2022-10-18 成都鼎桥通信技术有限公司 Service access method and device for dual-system terminal
CN110417915A (en) * 2019-08-22 2019-11-05 北京大米科技有限公司 A kind of PUSH message transmission method, device, storage medium and electronic equipment
CN110417915B (en) * 2019-08-22 2021-12-31 北京大米科技有限公司 Push message transmission method and device, storage medium and electronic equipment
CN112445628A (en) * 2019-09-03 2021-03-05 腾讯科技(深圳)有限公司 Inter-process resource sharing method and device and electronic equipment
CN112445628B (en) * 2019-09-03 2023-10-24 腾讯科技(深圳)有限公司 Inter-process resource sharing method and device and electronic equipment

Also Published As

Publication number Publication date
CN107193674B (en) 2020-01-03

Similar Documents

Publication Publication Date Title
CN107193674A (en) The processing method and processing device of online PUSH message
CN106980669B (en) A kind of storage of data, acquisition methods and device
WO2019134226A1 (en) Log collection method, device, terminal apparatus, and storage medium
CN108055343B (en) Data synchronization method and device for computer room
US9699276B2 (en) Data distribution method and system and data receiving apparatus
AU2017226398B2 (en) Service implementation method, apparatus and system based on fix protocol
CN103095819A (en) Data information pushing method and data information pushing system
US10425502B2 (en) System and method for acquiring, processing and updating global information
CN105677251B (en) Storage system based on Redis cluster
EP2492860A1 (en) Forwarding data from server to device
CN105094868A (en) Software upgrading method, server and terminal
CN109992343A (en) Control method, control system and the electronic equipment of virtual cloud desktop server
US20170083387A1 (en) High-performance computing framework for cloud computing environments
US10339533B2 (en) Methods and systems for scalable session emulation
CN108965054A (en) A kind of client and service end data rapid interactive method
US9736082B2 (en) Intelligent high-volume cloud application programming interface request caching
CN107341266A (en) The method and apparatus that a kind of display information obtains
CN112019362B (en) Data transmission method, device, server, terminal, system and storage medium
US20110138359A1 (en) Modified implementation of java debug wire protocol
US11861425B2 (en) Runtime mapping of asynchronous application programming interface messaging topics and schemas
CN112181670B (en) Inter-process communication method and device and Linux equipment
US9639630B1 (en) System for business intelligence data integration
CN110489234A (en) Message processing method, device, equipment and the readable storage medium storing program for executing of block link layer
CN113726872B (en) Method, device, equipment and medium for filtering promotion information
CN113395358B (en) Network request execution method and execution system

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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230410

Address after: 510000 2414-2416 of the main building 371, five mountain road, Tianhe District, Guangzhou, Guangdong.

Patentee after: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

Effective date of registration: 20230410

Address after: Room 902-3, No. 339 Chengyi Street, Software Park Phase III, Xiamen Torch High tech Zone, Xiamen, Fujian Province, 361000

Patentee after: Wenliang Technology (Xiamen) Co.,Ltd.

Address before: 510000 2414-2416 of the main building 371, five mountain road, Tianhe District, Guangzhou, Guangdong.

Patentee before: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231115

Address after: Room 902-7, No. 339 Chengyi Street, Software Park Phase III, Torch High tech Zone, Xiamen City, Fujian Province, 361000

Patentee after: Xiamen Mutual Technology Co.,Ltd.

Address before: Room 902-3, No. 339 Chengyi Street, Software Park Phase III, Xiamen Torch High tech Zone, Xiamen, Fujian Province, 361000

Patentee before: Wenliang Technology (Xiamen) Co.,Ltd.

TR01 Transfer of patent right