CN104899088A - Message processing method and device - Google Patents

Message processing method and device Download PDF

Info

Publication number
CN104899088A
CN104899088A CN201410075643.2A CN201410075643A CN104899088A CN 104899088 A CN104899088 A CN 104899088A CN 201410075643 A CN201410075643 A CN 201410075643A CN 104899088 A CN104899088 A CN 104899088A
Authority
CN
China
Prior art keywords
message
window
target window
simulated operation
assistant
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
CN201410075643.2A
Other languages
Chinese (zh)
Other versions
CN104899088B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201410075643.2A priority Critical patent/CN104899088B/en
Publication of CN104899088A publication Critical patent/CN104899088A/en
Application granted granted Critical
Publication of CN104899088B publication Critical patent/CN104899088B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a message processing method and device, and relates to the field of information technology. A phenomenon that a process corresponding to a simulation program is stuck since a target window is stuck can be solved, and a problem that a change in the state of the target window causes influence on the processing, carried out by the process corresponding to the simulation program, of next simulation operation is avoided. The message processing method comprises the following steps: sending a message corresponding to the simulation operation to the target window in a post manner; sending a timing message to an auxiliary window created by the target window in the post manner, wherein the auxiliary window and the target window are in the same process, and the auxiliary window and the target window correspond to the same message queue; and setting preset time, and continuously executing next simulation operation when a situation that the auxiliary window receives the timing message is obtained within the preset time. The message processing method and device is suitable to be adopted during message processing.

Description

A kind of message treatment method and device
Technical field
The present invention relates to areas of information technology, particularly relate to a kind of message treatment method and device.
Background technology
The message mode of Windows can be divided into two kinds: a kind of is the method for synchronization, namely by after calling SendMessage function message being sent to target window, process after this message until target window, response message is returned to the process that simulator program is corresponding, so that process corresponding to simulator program performs next simulated operation; One is asynchronous system, and namely by after calling PostMessage message being sent to target window, the process that simulator program is corresponding directly performs next simulated operation.Such as, first menu bar has been shown in target window, expected effect is: when the white space click right of user in target window and beyond this first menu bar, set up the second menu bar at the white space of target window beyond this first menu bar.But prior art is when adopting asynchronous system, and simulator program is not waited for that target window process is above-mentioned and clicked the click message sent by right key, just removes operation second menu bar.The popup menu now found may be the first menu bar, also just may run into the first menu disappearance and the second menu does not occur, cause can not find the first menu or the second menu.Both of these case is not simulator program expected effect.
Therefore, when adopting the message of method of synchronization process Windows, when " stuck " phenomenon appears in target window, process corresponding to simulator program can be caused also to occur " stuck " phenomenon because waiting for target window processing messages; When adopting the message of asynchronous system process Windows, simulator program does not wait for that target window processes message and namely performs next simulated operation, thus affects the effect after the execution of next simulated operation.
Summary of the invention
Embodiments of the invention provide a kind of message treatment method and device, " stuck " problem occurred because target window occurs the process that the simulator program that causes of " stuck " phenomenon is corresponding can be solved, and solve when simulator program does not wait target window to process message and just perform next simulated operation, cause the problem because performing the effect after the next simulated operation execution of too fast impact.
First aspect, embodiments of the invention provide a kind of message treatment method, comprising:
Message corresponding to simulated operation is sent to target window, so that described target window receives and processes described message in the mode of sending;
Send in the mode of sending the assistant window that timing message creates to described target window, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical;
Preset Time being set, when knowing that described assistant window receives described timing message in described Preset Time, continuing to perform next simulated operation.
Second aspect, embodiments of the invention provide a kind of message processing apparatus, comprising:
Transmitting element, for sending message corresponding to simulated operation in the mode of sending to target window, so that described target window receives and processes described message;
Setting unit, for arranging Preset Time;
Described transmitting element, also for sending the assistant window that timing message creates to described target window in the mode of sending, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical;
First processing unit, for when knowing that described assistant window receives described timing message in the described Preset Time that described setting unit is arranged, continues to perform next simulated operation.
Message treatment method provided by the invention and device, can by sending message corresponding to simulated operation to target window in the mode of sending; Send in the mode of sending the assistant window that timing message creates to described target window, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical; Preset Time being set, when knowing that described assistant window receives described timing message in described Preset Time, continuing to perform next simulated operation.Because the priority of instant message in Operation system setting is lower than message corresponding to simulated operation, therefore by knowing that assistant window receives the lower timing message of processing priority, thus perform next simulated operation, make it possible to solve " stuck " phenomenon occurred because target window occurs the process that the simulator program that causes of " stuck " phenomenon is corresponding, and solve when simulator program does not wait target window to process message and just perform next simulated operation, cause the problem because performing the effect after the next simulated operation execution of too fast impact
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
The process flow diagram of a kind of message treatment method that Fig. 1 provides for the embodiment of the present invention;
The process flow diagram of the another kind of message treatment method that Fig. 2 provides for the embodiment of the present invention;
The process flow diagram of the another kind of message treatment method that Fig. 3 provides for the embodiment of the present invention;
The block diagram of a kind of message processing apparatus that Fig. 4 provides for the embodiment of the present invention;
The block diagram of the another kind of message processing apparatus that Fig. 5 provides for the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The embodiment of the present invention provides a kind of message treatment method, and the executive agent of the method can be the process that simulator program is corresponding, and as shown in Figure 1, the method comprises:
Step 101, sends message corresponding to simulated operation to target window in the mode of sending, so that described target window receives and processes described message.
Optionally, before this step, the process that simulator program is corresponding can make target window create an assistant window by the technical scheme of prior art, and this assistant window is for receiving and process the message sent from the process that simulator program is corresponding.Certainly other technology can also be adopted to realize, and the present embodiment does not limit the technology of employing, and target window can be made to create the technology of assistant window.
Optionally, sending message corresponding to simulated operation to target window in the mode of sending, namely by calling PostMessage function, message corresponding for simulated operation being sent to target window.
Optionally, such as, simulated operation is simulation clicking operation, then the message that simulated operation is corresponding can for clicking message.
Step 102, sends in the mode of sending the assistant window that timing message creates to described target window, and described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical.
Optionally, sending in the mode of sending the assistant window that timing message creates to described target window, namely by calling PostMessage function, timing message being sent to assistant window.
Optionally, the processing priority of the message that simulated operation is corresponding is higher than the processing priority of timing message, therefore when there is message corresponding to simulated operation and timing message in the message queue that described assistant window is corresponding with described target window, the message that priority processing simulated operation is corresponding.
Further alternative, the described assistant window process corresponding with described target window can read each message in message queue by one section of loop code, and message is sent to corresponding window, such as, message corresponding for simulated operation is sent to target window, timing message is sent to assistant window.
Step 103, arranges Preset Time, when knowing that described assistant window receives described timing message in described Preset Time, continues to perform next simulated operation.
Optionally, because the processing priority of message corresponding to simulated operation is higher than the processing priority of timing message, therefore when the process that simulator program is corresponding knows that described assistant window receives described timing message, illustrate that target window has received message corresponding to simulated operation, or, illustrate that target window has received and processed message corresponding to described simulated operation, or, illustrate that other message that target window produces in the message process that the described simulated operation of process is corresponding have also been received by other correlation windows and processed, therefore, the process that simulator program is corresponding can continue to perform next simulated operation.
When in the Preset Time arranged, when the process that simulator program is corresponding does not know that described assistant window receives described timing message, also continue to perform next simulated operation, the process that namely simulator program is corresponding no longer waits for that described assistant window receives described timing message.
Message treatment method provided by the invention, can by sending message corresponding to simulated operation to target window in the mode of sending; Send in the mode of sending the assistant window that timing message creates to described target window, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical; Preset Time being set, when knowing that described assistant window receives described timing message in described Preset Time, continuing to perform next simulated operation.Because the priority of instant message in Operation system setting is lower than message corresponding to simulated operation, therefore by knowing that assistant window receives the lower timing message of processing priority, thus perform next simulated operation, make it possible to solve " stuck " phenomenon occurred because target window occurs the process that the simulator program that causes of " stuck " phenomenon is corresponding, and solve when simulator program does not wait target window to process message and just perform next simulated operation, cause the problem because performing the effect after the next simulated operation execution of too fast impact.
The embodiment of the present invention provides another kind of message treatment method, and as shown in Figure 2, the method comprises:
Step 201, assistant window described in the process that simulator program is corresponding makes described target window place process creation by prior art.
Step 202, the process that simulator program is corresponding sends message corresponding to simulated operation to target window in the mode of sending, so that described target window receives and processes described message.
Optionally, message corresponding for simulated operation is sent in message queue corresponding to target window in the mode calling PostMessage function by the process that simulator program is corresponding.
Optionally, target window processes this message after receiving message corresponding to simulated operation.It should be noted that, if produce coexist other windows of a process of some and target window in processing messages process to need message to be processed, then the message of generation can be addressed in the message queue of process by operating system, is processed by other window.
Step 203, the process creation system signal that simulator program is corresponding, and the value arranging described system signal is the first value; Or the value arranging described system signal is the first value.
Optionally, system signal is used for the communication mode between described target window and process corresponding to the described assistant window process corresponding with described simulator program, so that process corresponding to described simulator program knows that described assistant window have received described timing message.
Optionally, when the process that simulator program is corresponding does not create system signal, then need first to create a system signal, then the value of the system signal of establishment is set to the first value.Optionally, the first value can be 0, and certain first value can also be other value, as long as the first value of setting is different from the value that follow-up assistant window receives the system signal changed after timely message.Such as the first value can be 1.
Optionally, the process corresponding when simulator program creates system signal, now only needs the value of system signal to be set to the first value.
Step 204, simulator program arranges Preset Time.
Optionally, the processing priority of the message that simulated operation is corresponding is higher than the processing priority of timing message, therefore when there is message corresponding to simulated operation and timing message in the message queue that described assistant window is corresponding with described target window, the message that priority processing simulated operation is corresponding.
Step 205, process corresponding to simulator program sends in the mode of sending the assistant window that timing message creates to described target window.
Described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical.
Concrete, timing message is sent to the message queue of the process at the assistant window place that described target window creates by process corresponding to simulator program in the mode calling PostMessage function.
Optionally, after the process that simulator program is corresponding sends timing message to the assistant window that described target window creates in the mode of sending, the value of the process waits system signal that simulator program is corresponding is modified.
Step 206, after assistant window receives timing message, the value arranging system signal is the second value.
Optionally, the second value is for be worth different values from first, and such as, when the first value is 0, the second value can be 1.When first value is 1, the second value can be 0.
It should be noted that, the message corresponding due to simulated operation is higher in in-process processing priority than timing message in in-process processing priority, therefore when assistant window receives timing message, send to message corresponding to the simulated operation of target window can be determined to be received by target window, bright target window has received and has processed message corresponding to described simulated operation in other words, or, illustrate that other message that target window produces in the message process that the described simulated operation of process is corresponding have also been received by other correlation windows and processed, therefore, current operating effect is realized well at target window, namely desirable operation synchronous effect is reached, the process that simulator program is corresponding can continue to perform next simulated operation.
Step 207, in Preset Time, when monitoring the process corresponding to simulator program is the second value to the value of described system signal, continues to perform next simulated operation.
Optionally, process corresponding to simulator program can the process at periodic monitoring assistant window place, so that the value that can monitor system signal is in time modified, performs next simulated operation in time.
Further alternative, when in the Preset Time arranged, when the process that simulator program is corresponding does not know that described assistant window receives described timing message, also continue to perform next simulated operation, the process that namely simulator program is corresponding no longer waits for that described assistant window receives described timing message.
It should be noted that, the process that in the present embodiment, simulator program is corresponding judges whether to perform next simulated operation with the value of system signal, the mode of shared drive can also be adopted to perform, namely the process that simulator program is corresponding is also that the value of the parameter be stored in internal memory judges whether to perform next simulated operation, executive mode is identical with the present embodiment, and this is no longer going to repeat them.
Message treatment method provided by the invention, can by sending message corresponding to simulated operation to target window in the mode of sending; Send in the mode of sending the assistant window that timing message creates to described target window, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical; Preset Time being set, when knowing that described assistant window receives described timing message in described Preset Time, continuing to perform next simulated operation.Because the priority of instant message in Operation system setting is lower than message corresponding to simulated operation, therefore by knowing that assistant window receives the lower timing message of processing priority, thus perform next simulated operation, make it possible to solve " stuck " phenomenon occurred because target window occurs the process that the simulator program that causes of " stuck " phenomenon is corresponding, and solve when simulator program does not wait target window to process message and just perform next simulated operation, cause the problem because performing the effect after the next simulated operation execution of too fast impact.
The embodiment of the present invention provides a kind of message treatment method, and as shown in Figure 3, the method comprises:
Step 301, assistant window described in the process that simulator program is corresponding makes described target window place process creation by prior art.
Step 302, the process that simulator program is corresponding sends message corresponding to simulated operation to target window in the mode of sending, so that described target window receives and processes described message.
Step 301, step 302 and step 201 in accompanying drawing 2, step 202 are identical, and this is no longer going to repeat them.
Step 303, process corresponding to simulator program is to assistant window transmitting system message.
Described system message is used for notifying that described assistant window receives described timing message and feeds back response message, and described response message is the message that described assistant window is fed back because receiving described timing message.
Step 304, the process that simulator program is corresponding arranges Preset Time.
Step 305, process corresponding to simulator program sends in the mode of sending the assistant window that timing message creates to described target window.
Step 306, after assistant window receives timing message, the process corresponding to described simulator program sends response message.
Described response message is the message that described assistant window is fed back because receiving described timing message.It should be noted that, the message corresponding due to simulated operation is higher in in-process processing priority than timing message in in-process processing priority, therefore when assistant window receives timing message, send to message corresponding to the simulated operation of target window can be determined to be received by target window, bright target window has received and has processed message corresponding to described simulated operation in other words, or, illustrate that other message that target window produces in the message process that the described simulated operation of process is corresponding have also been received by other correlation windows and processed, therefore, current operating effect is realized well at target window, namely desirable operation synchronous effect is reached, the process that simulator program is corresponding can continue to perform next simulated operation.
Step 307, when the process that simulator program in described Preset Time is corresponding receives the described response message of described assistant window transmission, continues to perform next simulated operation.
Further alternative, when in the Preset Time arranged, when the process that simulator program is corresponding does not receive the response message of described assistant window transmission, also continue to perform next simulated operation, the process that namely simulator program is corresponding no longer waits for that described assistant window receives described timing message.
It should be noted that, the process that in the present embodiment, simulator program is corresponding determines whether to perform next simulated operation in the mode of system message transmission, Socket(socket can also be adopted), Pipe(pipeline) or remote procedure call (Remote Procedure Call Protocol, RPC) mode performs, namely the process that simulator program is corresponding is also judge whether to perform next simulated operation in the mode of Message Transmission, executive mode is identical with the present embodiment, and this is no longer going to repeat them.
Message treatment method provided by the invention, can by sending message corresponding to simulated operation to target window in the mode of sending; Send in the mode of sending the assistant window that timing message creates to described target window, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical; Preset Time being set, when knowing that described assistant window receives described timing message in described Preset Time, continuing to perform next simulated operation.Because the priority of instant message in Operation system setting is lower than message corresponding to simulated operation, therefore by knowing that assistant window receives the lower timing message of processing priority, thus perform next simulated operation, make it possible to solve " stuck " phenomenon occurred because target window occurs the process that the simulator program that causes of " stuck " phenomenon is corresponding, and solve when simulator program does not wait target window to process message and just perform next simulated operation, cause the problem because performing the effect after the next simulated operation execution of too fast impact.
The embodiment of the present invention provides a kind of message processing subtraction unit, and described device can be the process that simulator program is corresponding, and as shown in Figure 4, described device comprises: transmitting element 401, setting unit 402, the first processing unit 403;
Transmitting element 401, for sending message corresponding to simulated operation in the mode of sending to target window, so that described target window receives and processes described message;
Setting unit 402, for arranging Preset Time;
Described transmitting element 401, also for sending the assistant window that timing message creates to described target window in the mode of sending, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical;
First processing unit 403, for when knowing that described assistant window receives described timing message in the described Preset Time arranged at described setting unit 402, continues to perform next simulated operation.
Further alternative, before send the assistant window that timing message creates to described target window described in described transmitting element 401 in the mode of sending, described setting unit 402, also for arranging the communication mode between described target window and process corresponding to the described assistant window process corresponding with described simulator program, so that process corresponding to described simulator program knows that described assistant window have received described timing message.
Further alternative, described communication mode at least comprises and is carried out interprocess communication by system signal, carried out interprocess communication by system message.
Further alternative, as shown in Figure 5, described setting unit 402, comprising: creation module 4021, arranges module 4022.
Creation module 4021, for creating described system signal, arranges module 4022, is the first value for arranging the value of described system signal; Or,
Arranging module 4022, is the first value for arranging the value of described system signal; Or,
Described transmitting element 401, for transmitting system message, described system message is used for notifying that described assistant window receives described timing message and feeds back response message, and described response message is the message that described assistant window is fed back because receiving described timing message.
Further alternative, described processing unit 401, for:
When the value monitoring described system signal in described Preset Time is the second value, continue to perform next simulated operation.
Further alternative, described processing unit 401, for:
When receiving the described response message that described assistant window sends in described Preset Time, continue to perform next simulated operation.
It should be noted that, in accompanying drawing 4 or accompanying drawing 5 shown device, the content such as information interaction between the specific implementation process of its modules and modules, due to the inventive method embodiment based on same inventive concept, see embodiment of the method, can not repeat one by one at this.
Message processing apparatus provided by the invention, can by sending message corresponding to simulated operation to target window in the mode of sending; Send in the mode of sending the assistant window that timing message creates to described target window, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical; Preset Time being set, when knowing that described assistant window receives described timing message in described Preset Time, continuing to perform next simulated operation.Because the priority of instant message in Operation system setting is lower than message corresponding to simulated operation, therefore by knowing that assistant window receives the lower timing message of processing priority, thus perform next simulated operation, make it possible to solve " stuck " phenomenon occurred because target window occurs the process that the simulator program that causes of " stuck " phenomenon is corresponding, and solve when simulator program does not wait target window to process message and just perform next simulated operation, cause the problem because performing the effect after the next simulated operation execution of too fast impact.
It should be noted that, device embodiment described above is only schematic, the wherein said unit illustrated as separating component or can may not be and physically separates, parts as unit display can be or may not be physical location, namely can be positioned at a place, or also can be distributed in multiple network element.Some or all of module wherein can be selected according to the actual needs to realize the object of the present embodiment scheme.Those of ordinary skill in the art, when not paying creative work, are namely appreciated that and implement.
Through the above description of the embodiments, those skilled in the art can be well understood to the mode that the present invention can add required common hardware by software and realize, can certainly comprise special IC, dedicated cpu, private memory, special components and parts etc. by specialized hardware to realize, but in a lot of situation, the former is better embodiment.Based on such understanding, technical scheme of the present invention can embody with the form of software product the part that prior art contributes in essence in other words, this computer software product is stored in the storage medium that can read, as the floppy disk of computing machine, USB flash disk, portable hard drive, ROM (read-only memory) (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disc or CD etc., comprising some instructions in order to make a computer equipment (can be personal computer, server, or the network equipment etc.) perform method described in the present invention each embodiment.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, between each embodiment identical similar part mutually see, what each embodiment stressed is the difference with other embodiments.Especially, for device and system embodiment, because it is substantially similar to embodiment of the method, so describe fairly simple, relevant part illustrates see the part of embodiment of the method.
The above; be only the specific embodiment of the present invention, but protection scope of the present invention is not limited thereto, is anyly familiar with those skilled in the art in the technical scope that the present invention discloses; change can be expected easily or replace, all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should described be as the criterion with the protection domain of claim.

Claims (12)

1. a message treatment method, is characterized in that, comprising:
Message corresponding to simulated operation is sent to target window, so that described target window receives and processes described message in the mode of sending;
Send in the mode of sending the assistant window that timing message creates to described target window, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical;
Preset Time being set, when knowing that described assistant window receives described timing message in described Preset Time, continuing to perform next simulated operation.
2. method according to claim 1, is characterized in that, described to send the assistant window that timing message creates to described target window in the mode of sending before, also comprise:
Communication mode between described target window and process corresponding to the described assistant window process corresponding with described simulator program is set, so that process corresponding to described simulator program knows that described assistant window have received described timing message.
3. method according to claim 2, is characterized in that, described communication mode at least comprises and carried out interprocess communication by system signal, carried out interprocess communication by system message.
4. method according to claim 3, is characterized in that, the described communication mode arranged between described target window and process corresponding to the described assistant window process corresponding with described simulator program, comprising:
Create described system signal, and the value arranging described system signal is the first value; Or,
The value arranging described system signal is the first value; Or,
Transmitting system message, described system message is used for notifying that described assistant window receives described timing message and feeds back response message, and described response message is the message that described assistant window is fed back because receiving described timing message.
5. method according to claim 4, is characterized in that, described when knowing that described assistant window receives described timing message in described Preset Time, continues to perform next simulated operation, comprising:
When the value monitoring described system signal in described Preset Time is the second value, continue to perform next simulated operation.
6. method according to claim 4, is characterized in that, described when knowing that described assistant window receives described timing message in described Preset Time, continues to perform next simulated operation, comprising:
When receiving the described response message that described assistant window sends in described Preset Time, continue to perform next simulated operation.
7. a message processing apparatus, is characterized in that, comprising:
Transmitting element, for sending message corresponding to simulated operation in the mode of sending to target window, so that described target window receives and processes described message;
Setting unit, for arranging Preset Time;
Described transmitting element, also for sending the assistant window that timing message creates to described target window in the mode of sending, described assistant window and described target window are in same process, and the described assistant window message queue corresponding with described target window is identical;
Processing unit, for when knowing that described assistant window receives described timing message in the described Preset Time that described setting unit is arranged, continues to perform next simulated operation.
8. device according to claim 7, is characterized in that,
Described setting unit, also for arranging the communication mode between described target window and process corresponding to the described assistant window process corresponding with described simulator program, so that process corresponding to described simulator program knows that described assistant window have received described timing message.
9. device according to claim 8, is characterized in that, described communication mode at least comprises and carried out interprocess communication by system signal, carried out interprocess communication by system message.
10. device according to claim 9, is characterized in that, described setting unit, comprising:
Creation module, for creating described system signal, arranges module, is the first value for arranging the value of described system signal; Or,
Arranging module, is the first value for arranging the value of described system signal; Or,
Described transmitting element, for transmitting system message, described system message is used for notifying that described assistant window receives described timing message and feeds back response message, and described response message is the message that described assistant window is fed back because receiving described timing message.
11. devices according to claim 10, is characterized in that, described processing unit, for:
When the value monitoring described system signal in described Preset Time is the second value, continue to perform next simulated operation.
12. devices according to claim 10, is characterized in that, described processing unit, for:
When receiving the described response message that described assistant window sends in described Preset Time, continue to perform next simulated operation.
CN201410075643.2A 2014-03-03 2014-03-03 A kind of message treatment method and device Active CN104899088B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410075643.2A CN104899088B (en) 2014-03-03 2014-03-03 A kind of message treatment method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410075643.2A CN104899088B (en) 2014-03-03 2014-03-03 A kind of message treatment method and device

Publications (2)

Publication Number Publication Date
CN104899088A true CN104899088A (en) 2015-09-09
CN104899088B CN104899088B (en) 2019-04-12

Family

ID=54031766

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410075643.2A Active CN104899088B (en) 2014-03-03 2014-03-03 A kind of message treatment method and device

Country Status (1)

Country Link
CN (1) CN104899088B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105528257A (en) * 2016-01-08 2016-04-27 腾讯科技(深圳)有限公司 Single process data processing method and device
CN105740326A (en) * 2016-01-21 2016-07-06 腾讯科技(深圳)有限公司 Thread state monitoring method and device for browser
CN107396029A (en) * 2017-08-30 2017-11-24 武汉斗鱼网络科技有限公司 Method for early warning and device of the duration without face
CN112667368A (en) * 2019-10-16 2021-04-16 北京京东乾石科技有限公司 Task data processing method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101504658A (en) * 2009-01-23 2009-08-12 北京搜狗科技发展有限公司 Method and system for implementing message interaction in multi-tag application program
US20090210876A1 (en) * 2008-02-20 2009-08-20 Jinmei Shen Pull-model Workload Management with Synchronous-Asynchronous-Synchronous Bridge

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090210876A1 (en) * 2008-02-20 2009-08-20 Jinmei Shen Pull-model Workload Management with Synchronous-Asynchronous-Synchronous Bridge
CN101504658A (en) * 2009-01-23 2009-08-12 北京搜狗科技发展有限公司 Method and system for implementing message interaction in multi-tag application program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105528257A (en) * 2016-01-08 2016-04-27 腾讯科技(深圳)有限公司 Single process data processing method and device
CN105528257B (en) * 2016-01-08 2021-01-05 腾讯科技(深圳)有限公司 Single-process data processing method and device
CN105740326A (en) * 2016-01-21 2016-07-06 腾讯科技(深圳)有限公司 Thread state monitoring method and device for browser
CN107396029A (en) * 2017-08-30 2017-11-24 武汉斗鱼网络科技有限公司 Method for early warning and device of the duration without face
CN112667368A (en) * 2019-10-16 2021-04-16 北京京东乾石科技有限公司 Task data processing method and device

Also Published As

Publication number Publication date
CN104899088B (en) 2019-04-12

Similar Documents

Publication Publication Date Title
US10949158B2 (en) Screenshot method and apparatus
CN108121543B (en) Software code compiling processing method and device
CN104899088A (en) Message processing method and device
CN104965727A (en) Method and device for restarting server
CN106201690A (en) Application progress control method and device
CN103513858A (en) Remote assistance method and device
CN111143031A (en) Method and device for changing capacity of virtual machine
CN104932910A (en) Method and system for application program interface extension
CN106210159B (en) Domain name resolution method and device
CN113189961A (en) Forced state searching processing method
CN110795328A (en) Interface testing method and device
CN104426624B (en) A kind of image synchronous display method and device
CN116521573A (en) Automatic test method, device, equipment and storage medium
CN103746843A (en) Method and equipment for processing RPC (Remote Procedure Call Protocol) command
CN101971562B (en) Method, device and system for controlling automatic running process performance
CN113485864B (en) Abnormality detection, abnormality analysis method, abnormality detection device, abnormality analysis device, electronic apparatus, and storage medium
CN105872278A (en) USB data wireless transmission method, camera and system
CN112379952B (en) Method for implementing cross-process callback
CN115269269A (en) Drill method, device, backup server, medium, server cluster and system
CN111162960B (en) Method and server for starting debugging panel
CN110768855B (en) Method and device for testing linkmzation performance
CN109739453B (en) Splicing wall resolution ratio automatic configuration method and related equipment
CN112925623A (en) Task processing method and device, electronic equipment and medium
CN113869841A (en) Workflow control method, system and storage medium
CN106201508B (en) Information display method and device and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant