CN109976920A - A kind of implementation method and device of the concurrent type frog control for educating operating system - Google Patents
A kind of implementation method and device of the concurrent type frog control for educating operating system Download PDFInfo
- Publication number
- CN109976920A CN109976920A CN201910126415.6A CN201910126415A CN109976920A CN 109976920 A CN109976920 A CN 109976920A CN 201910126415 A CN201910126415 A CN 201910126415A CN 109976920 A CN109976920 A CN 109976920A
- Authority
- CN
- China
- Prior art keywords
- request
- concurrency
- concurrency number
- page data
- stack
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 54
- 230000000977 initiatory effect Effects 0.000 claims description 12
- 238000004590 computer program Methods 0.000 claims description 9
- 230000008569 process Effects 0.000 claims description 7
- 230000006870 function Effects 0.000 description 2
- 230000001360 synchronised effect Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000006386 memory function Effects 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 230000026676 system process Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q50/00—Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
- G06Q50/10—Services
- G06Q50/20—Education
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- Tourism & Hospitality (AREA)
- General Physics & Mathematics (AREA)
- Educational Technology (AREA)
- General Health & Medical Sciences (AREA)
- Educational Administration (AREA)
- Computer Networks & Wireless Communication (AREA)
- General Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Economics (AREA)
- Signal Processing (AREA)
- Human Resources & Organizations (AREA)
- Marketing (AREA)
- Primary Health Care (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Electrically Operated Instructional Devices (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The implementation method and device that the concurrent type frog that the invention discloses a kind of for educating operating system controls, method include: to obtain the number of concurrent threshold value of page data request;The page data request for obtaining active client, judges whether the number of concurrent of page data request is greater than number of concurrent threshold value;If number of concurrent is greater than number of concurrent threshold value, page data request is pushed into spare execution stack;If number of concurrent is less than or equal to number of concurrent threshold value, page data request is pushed into execution stack, initiates to request according to execution stack, and request results are back to client.For the embodiment of the present invention by one new spare stack of setting, the request that will exceed current number of concurrent is pushed into the call stack, when current call stack occurs idle, then the queue of spare stack is put into spare call stack and is handled, reduce the concurrent pressure of server.
Description
Technical Field
The invention relates to the technical field of communication, in particular to a method and a device for realizing concurrent control of an educational operating system.
Background
The education operating system is an education operating system based on the operating system, and students and teachers can register corresponding accounts in the system to realize interaction between the students and the teachers.
Project modules in an existing education operating system are more and more, a plurality of concurrent requests can appear on one page at the same time, when the page processes a plurality of jobs at the same time, the plurality of requests sent to a server can cause pressure to the server, the server can be crashed, and therefore the corresponding page is crashed, and inconvenience is brought to users.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
In view of the foregoing disadvantages of the prior art, an object of the present invention is to provide a method and an apparatus for implementing concurrent control of an educational operating system, which aim to solve the problem in the prior art that when a page in the educational operating system processes multiple jobs simultaneously, a server is likely to be crashed.
The technical scheme of the invention is as follows:
a method for implementing concurrent control of an educational operating system, the method comprising:
acquiring a concurrency threshold value of a page data request;
acquiring a page data request of a current client, and judging whether the concurrency number of the page data request is greater than a concurrency number threshold value;
if the concurrency number is larger than the concurrency number threshold value, pushing the page data request into a standby execution stack;
and if the concurrency number is less than or equal to the concurrency number threshold value, pushing the page data request into the execution stack, initiating the request according to the execution stack, and returning the request result to the client.
Optionally, before the threshold of the concurrency number of the request for obtaining page data, the method includes:
and presetting a standby stack, wherein the standby stack is used for bearing the page data request exceeding the concurrency threshold.
Optionally, before the threshold of the concurrency number of the request for obtaining page data, the method includes:
the concurrency number threshold of the page data request is set in advance.
Optionally, if the concurrency number of the request is less than or equal to the concurrency number threshold, pushing the request into an execution stack, initiating the request, and returning a request result to the client, including:
if the request concurrency number is less than or equal to the concurrency number threshold value, counting the current concurrency number, and adding 1 to the value of the current concurrency number;
pushing a page data request into an execution stack, and initiating a request to a server according to the execution stack;
and acquiring a request result and returning the request result to the client.
Optionally, after obtaining the request result and returning the request result to the client, the method includes:
the client processes the request result;
and acquiring the current concurrency number, and subtracting 1 from the current concurrency number.
Optionally, the counting the current concurrency number, and subtracting 1 from the current concurrency number includes:
destroying the page data request and releasing the memory;
judging whether the current concurrency number is larger than a concurrency number threshold value or not;
if the current concurrency number is larger than the concurrency number threshold value, continuing to wait for calling;
and if the current concurrency number is less than or equal to the concurrency number threshold value, taking out the request of the standby execution stack for execution.
Optionally, if the current concurrency number is less than or equal to the concurrency number threshold, the retrieving the request of the standby execution stack for execution includes:
if the current concurrency number is less than or equal to the concurrency number threshold value, whether the standby execution stack has a request to be executed or not is inquired;
if the standby execution stack has a request to be executed, taking out the request of the standby execution stack and executing;
and if the standby execution stack has no request to be executed, clearing the information of the two execution stacks and releasing the memory.
Yet another embodiment of the present invention also provides an apparatus for implementing concurrent control of an educational operating system, the apparatus comprising at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the above-described method for implementing concurrent control of an educational operating system.
Another embodiment of the present invention also provides a non-transitory computer-readable storage medium, wherein the non-transitory computer-readable storage medium stores computer-executable instructions, which when executed by one or more processors, cause the one or more processors to perform the above-mentioned implementation method for concurrent control of an educational operating system.
Another embodiment of the present invention provides a computer program product comprising a computer program stored on a non-volatile computer-readable storage medium, the computer program comprising program instructions that, when executed by a processor, cause the processor to perform the above-described implementation method for concurrent control of an educational operating system.
Has the advantages that: compared with the prior art, the method and the device for realizing the concurrency control of the educational operating system have the advantages that a new standby stack is arranged, the request exceeding the current concurrency number is pushed into the call stack, when the current call stack is idle, the queue of the standby stack is placed into the standby call stack for processing, and the concurrency pressure of a server is reduced.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a flow chart of a preferred embodiment of a method for implementing concurrent control of an educational operating system;
FIG. 2 is a diagram of a hardware configuration of an apparatus for implementing concurrent control of an educational operating system according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and effects of the present invention clearer and clearer, the present invention is described in further detail below. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for implementing concurrent control of an educational operating system according to a preferred embodiment of the present invention. As shown in fig. 1, it includes the steps of:
s100, acquiring a concurrency threshold value of a page data request;
step S200, acquiring a page data request of a current client, judging whether the concurrency number of the page data request is greater than a concurrency number threshold, if so, executing step S300, and if not, executing step S400;
step S300, pushing the page data request into a standby execution stack;
step S400, pushing the page data request into an execution stack, initiating the request according to the execution stack, and returning the request result to the client.
In specific implementation, more and more project modules are used in the existing education operating system, and sometimes a plurality of concurrent page data requests occur in one page, which easily causes server crash. Therefore, in the embodiment of the present invention, when the page data request of the current client is obtained, the preset concurrency number threshold of the page data request is obtained, so as to obtain the processing state of the current server, if the concurrency number of the page data request is greater than the concurrency number threshold, and if the concurrency number of the page request is greater than the concurrency number threshold, it is indicated that the processing capability of the server cannot process the current page request concurrency number. If the concurrency number of the page requests is smaller than or equal to the concurrency number threshold, the processing capability of the server can process all the current concurrent page requests.
Therefore, when the concurrency number of the page request is detected to be less than or equal to the concurrency number threshold value, the page data request is placed in the execution stack, the processor sequentially takes out the data of the execution stack, executes the data of the execution stack, initiates a request to the server according to the execution stack, and returns a request result to the client.
Further, before obtaining the concurrency threshold of the page data request, the method includes:
and presetting a standby stack, wherein the standby stack is used for bearing the page data request exceeding the concurrency threshold.
In specific implementation, a standby stack is preset to carry requests exceeding the concurrency number. The backup stack, as a data structure, is a special linear table that can only perform insert and delete operations at one end. The method stores data according to a first-in and second-out principle, the first-in data is pressed to the bottom of a stack, the last data is on the top of the stack, and data is popped from the top of the stack when data needs to be read (the last data is read out first). The stack has a memory function, and the stack bottom pointer does not need to be changed in the inserting and deleting operation of the stack.
Further, before obtaining the concurrency threshold of the page data request, the method includes:
the concurrency number threshold of the page data request is set in advance.
In specific implementation, the concurrency number threshold is set in advance, for example, the concurrency number threshold is recorded as maxLimit, and the maxLimit can be set to 5.
Further, if the concurrency number of the request is less than or equal to the concurrency number threshold, pushing the request into an execution stack, initiating the request, and returning a request result to the client, including:
if the request concurrency number is less than or equal to the concurrency number threshold value, counting the current concurrency number, and adding 1 to the value of the current concurrency number;
pushing a page data request into an execution stack, and initiating a request to a server according to the execution stack;
and acquiring a request result and returning the request result to the client.
In specific implementation, the initial value of the current concurrency number is set to 0 in advance, and a request API of the current client is obtained, where the API (Application Programming Interface) is some predefined functions, and is used for providing the capability of an Application program and a developer to access a set of routines based on certain software or hardware without accessing source codes or understanding details of an internal working mechanism. And judging whether the API is in a callback form, and if the API is requested to be in the callback form, automatically converting the API into a promise form. The Promise object is a message used to pass asynchronous operations. If the request API is not in a callback form, initiating the request API, judging whether the current request concurrency number is greater than a threshold value, counting the current concurrency number if the request concurrency number is less than or equal to the threshold value of the concurrency number, and pushing the request into an execution stack to initiate the request, wherein the request is successful or failed to end; and returning the request result to the client.
In some other embodiments, obtaining the request result and returning the request result to the client comprises:
the client processes the request result;
and acquiring the current concurrency number, and subtracting 1 from the current concurrency number.
In specific implementation, the client processes the request result, counts the current concurrency number, and obtains the executed concurrency number from the current concurrency number-1. .
Further, counting the current concurrency number, and subtracting 1 from the current concurrency number, the method includes:
destroying the page data request and releasing the memory;
judging whether the current concurrency number is larger than a concurrency number threshold value or not;
if the current concurrency number is larger than the concurrency number threshold value, continuing to wait for calling;
and if the current concurrency number is less than or equal to the concurrency number threshold value, taking out the request of the standby execution stack for execution.
In specific implementation, the page data request is destroyed, and the memory is released; continuously judging whether the current concurrency number is larger than a concurrency number threshold value or not;
if the current concurrency number is larger than the concurrency number threshold, continuing to wait for calling until the concurrency number is smaller than or equal to the concurrency number threshold, and executing the request of the standby execution stack;
and if the current concurrency number is less than or equal to the concurrency number threshold value, taking out the request of the standby execution stack for execution.
Further, if the current concurrency number is less than or equal to the concurrency number threshold, the request of the standby execution stack is taken out for execution, including:
if the current concurrency number is less than or equal to the concurrency number threshold value, whether the standby execution stack has a request to be executed or not is inquired;
if the standby execution stack has a request to be executed, taking out the request of the standby execution stack and executing;
and if the standby execution stack has no request to be executed, clearing the information of the two execution stacks and releasing the memory.
In specific implementation, the request is destroyed, the memory is released, whether the current concurrency number is greater than a threshold value is inquired, and if so, the waiting is continued; if not, inquiring whether the standby execution stack has a request to be executed or not, if so, taking out the first request of the standby execution stack, counting the current concurrency number, wherein the value of the current concurrency number is +1, pushing the request into the execution stack, initiating the request, and finishing the request successfully or unsuccessfully; and returning the request result to the client, processing the request result by the client, counting the current concurrency number-1 of the current concurrency number, if not, clearing the information of the two execution stacks, releasing the memory, and finishing.
According to the method embodiment, the invention provides a method for realizing the concurrency control of the education operating system, which comprises the steps of obtaining the concurrency threshold of the page data request; acquiring a page data request of a current client, and judging whether the concurrency number of the page data request is greater than a concurrency number threshold value; if the concurrency number is larger than the concurrency number threshold value, pushing the page data request into a standby execution stack; and if the concurrency number is less than or equal to the concurrency number threshold value, pushing the page data request into the execution stack, initiating the request according to the execution stack, and returning the request result to the client. The embodiment of the invention pushes the request exceeding the current concurrency number into the call stack by setting a new standby stack, and puts the queue of the standby stack into the standby call stack for processing when the current call stack is idle, thereby reducing the concurrency pressure of the server.
Another embodiment of the present invention provides an apparatus for implementing concurrent control of an educational operating system, as shown in fig. 2, the apparatus 10 comprising:
one or more processors 110 and a memory 120, where one processor 110 is illustrated in fig. 2, the processor 110 and the memory 120 may be connected by a bus or other means, and the connection by the bus is illustrated in fig. 2.
Processor 110 is used to implement various control logic for apparatus 10, which may be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), a single chip microcomputer, an ARM (Acorn RISCMache) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. Also, the processor 110 may be any conventional processor, microprocessor, or state machine. Processor 110 may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
The memory 120 is a non-volatile computer-readable storage medium, and can be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions corresponding to the implementation method for the concurrent control of the educational operating system in the embodiment of the present invention. The processor 110 executes various functional applications and data processing of the apparatus 10, that is, implements the implementing method for concurrent control of the educational operating system in the above-described method embodiments, by executing the nonvolatile software programs, instructions, and units stored in the memory 120.
The memory 120 may include a storage program area and a storage data area, wherein the storage program area may store an application program required for operating the device, at least one function; the storage data area may store data created according to the use of the device 10, and the like. Further, the memory 120 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 120 optionally includes memory located remotely from processor 110, which may be connected to device 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
One or more units are stored in the memory 120, and when executed by the one or more processors 110, perform a method for implementing concurrent control of an educational operating system in any of the above-described method embodiments, e.g., performing the above-described method steps S100-S400 in fig. 1.
Embodiments of the present invention provide a non-transitory computer-readable storage medium storing computer-executable instructions for execution by one or more processors, e.g., to perform method steps S100-S400 of fig. 1 described above.
By way of example, non-volatile storage media can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM is available in many forms such as Synchronous RAM (SRAM), dynamic RAM, (DRAM), Synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), Enhanced SDRAM (ESDRAM), Synchlink DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The disclosed memory components or memory of the operating environment described herein are intended to comprise one or more of these and/or any other suitable types of memory.
Another embodiment of the present invention provides a computer program product comprising a computer program stored on a non-volatile computer-readable storage medium, the computer program comprising program instructions which, when executed by a processor, cause the processor to perform a method for implementing concurrent control of an educational operating system of the above method embodiment. For example, the method steps S100 to S400 in fig. 1 described above are performed.
The above-described embodiments are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the embodiment.
Through the above description of the embodiments, those skilled in the art will clearly understand that the embodiments may be implemented by software plus a general hardware platform, and may also be implemented by hardware. With this in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer electronic device (which may be a personal computer, a server, or a network electronic device, etc.) to execute the methods of the various embodiments or some parts of the embodiments.
Conditional language such as "can," "might," or "may" is generally intended to convey that a particular embodiment can include (yet other embodiments do not include) particular features, elements, and/or operations, among others, unless specifically stated otherwise or otherwise understood within the context as used. Thus, such conditional language is not generally intended to imply that features, elements, and/or operations are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without student input or prompting, whether such features, elements, and/or operations are included or are to be performed in any particular embodiment.
What has been described herein in the specification and drawings includes examples of implementing methods and apparatus that can provide concurrent control for an educational operating system. It will, of course, not be possible to describe every conceivable combination of components and/or methodologies for purposes of describing the various features of the disclosure, but it can be appreciated that many further combinations and permutations of the disclosed features are possible. It is therefore evident that various modifications can be made to the disclosure without departing from the scope or spirit thereof. In addition, or in the alternative, other embodiments of the disclosure may be apparent from consideration of the specification and drawings and from practice of the disclosure as presented herein. It is intended that the examples set forth in this specification and the drawings be considered in all respects as illustrative and not restrictive. Although specific terms are employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation.
Claims (10)
1. An implementation method for concurrent control of an educational operating system, the method comprising:
acquiring a concurrency threshold value of a page data request;
acquiring a page data request of a current client, and judging whether the concurrency number of the page data request is greater than a concurrency number threshold value;
if the concurrency number is larger than the concurrency number threshold value, pushing the page data request into a standby execution stack;
and if the concurrency number is less than or equal to the concurrency number threshold value, pushing the page data request into the execution stack, initiating the request according to the execution stack, and returning the request result to the client.
2. The method for implementing concurrency control for educational operating system according to claim 1, wherein said obtaining the page data before the concurrency threshold comprises:
and presetting a standby stack, wherein the standby stack is used for bearing the page data request exceeding the concurrency threshold.
3. The method for implementing concurrency control of an educational operating system according to claim 1, wherein the obtaining the page data before the concurrency threshold comprises:
the concurrency number threshold of the page data request is set in advance.
4. The method for implementing concurrency control for educational operating systems according to claim 1, wherein if the number of requested concurrency is less than or equal to the threshold number of concurrency, pushing the request to the execution stack, initiating the request, and returning the request result to the client comprises:
if the request concurrency number is less than or equal to the concurrency number threshold value, counting the current concurrency number, and adding 1 to the value of the current concurrency number;
pushing a page data request into an execution stack, and initiating a request to a server according to the execution stack;
and acquiring a request result and returning the request result to the client.
5. The method for implementing the concurrent control of the educational operating system according to claim 4, wherein the step of obtaining the request result and returning the request result to the client comprises:
the client processes the request result;
and acquiring the current concurrency number, and subtracting 1 from the current concurrency number.
6. The method of claim 5, wherein counting the current concurrency number and subtracting 1 from the current concurrency number comprises:
destroying the page data request and releasing the memory;
judging whether the current concurrency number is larger than a concurrency number threshold value or not;
if the current concurrency number is larger than the concurrency number threshold value, continuing to wait for calling;
and if the current concurrency number is less than or equal to the concurrency number threshold value, taking out the request of the standby execution stack for execution.
7. The method of claim 3, wherein if the current concurrency number is less than or equal to the concurrency number threshold, the request for pulling the standby execution stack is executed, comprising:
if the current concurrency number is less than or equal to the concurrency number threshold value, whether the standby execution stack has a request to be executed or not is inquired;
if the standby execution stack has a request to be executed, taking out the request of the standby execution stack and executing;
and if the standby execution stack has no request to be executed, clearing the information of the two execution stacks and releasing the memory.
8. An apparatus for implementing concurrent control of an educational operating system, the apparatus comprising at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a method of implementing the concurrent control for an educational operating system of any of claims 1 to 7.
9. A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform a method of implementing the concurrent control for an educational operating system of any of claims 1 to 7.
10. A computer program product, characterized in that it comprises a computer program stored on a non-volatile computer-readable storage medium, the computer program comprising program instructions which, when executed by a processor, cause the processor to carry out the implementation method for the concurrent control of an educational operating system according to any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910126415.6A CN109976920A (en) | 2019-02-20 | 2019-02-20 | A kind of implementation method and device of the concurrent type frog control for educating operating system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910126415.6A CN109976920A (en) | 2019-02-20 | 2019-02-20 | A kind of implementation method and device of the concurrent type frog control for educating operating system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN109976920A true CN109976920A (en) | 2019-07-05 |
Family
ID=67077073
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910126415.6A Pending CN109976920A (en) | 2019-02-20 | 2019-02-20 | A kind of implementation method and device of the concurrent type frog control for educating operating system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109976920A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112052264A (en) * | 2020-08-05 | 2020-12-08 | 北京五八信息技术有限公司 | Business data query method and device, electronic equipment and readable storage medium |
CN113253994A (en) * | 2021-06-07 | 2021-08-13 | 北京明略昭辉科技有限公司 | Concurrent request processing method and system capable of specifying concurrency number based on JavaScript |
WO2021232992A1 (en) * | 2020-05-22 | 2021-11-25 | 京东方科技集团股份有限公司 | Processing method for device change of state, apparatus, and non-transitory computer readable storage medium |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0471282A3 (en) * | 1990-08-13 | 1993-09-15 | Hewlett-Packard Company | Maintaining consistency of cached data in a database system |
CN102999377A (en) * | 2012-11-30 | 2013-03-27 | 北京东方通科技股份有限公司 | Service concurrent access control method and device |
CN104461710A (en) * | 2014-12-12 | 2015-03-25 | 北京国双科技有限公司 | Method and device for processing tasks |
CN106547566A (en) * | 2016-11-24 | 2017-03-29 | 恒生电子股份有限公司 | Communications service process pool management method and system |
CN107544849A (en) * | 2017-09-30 | 2018-01-05 | 北京天元创新科技有限公司 | A kind of WEB server concurrency management method and system |
CN108881368A (en) * | 2018-04-22 | 2018-11-23 | 平安科技(深圳)有限公司 | High concurrent service request processing method, device, computer equipment and storage medium |
-
2019
- 2019-02-20 CN CN201910126415.6A patent/CN109976920A/en active Pending
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0471282A3 (en) * | 1990-08-13 | 1993-09-15 | Hewlett-Packard Company | Maintaining consistency of cached data in a database system |
CN102999377A (en) * | 2012-11-30 | 2013-03-27 | 北京东方通科技股份有限公司 | Service concurrent access control method and device |
CN104461710A (en) * | 2014-12-12 | 2015-03-25 | 北京国双科技有限公司 | Method and device for processing tasks |
CN106547566A (en) * | 2016-11-24 | 2017-03-29 | 恒生电子股份有限公司 | Communications service process pool management method and system |
CN107544849A (en) * | 2017-09-30 | 2018-01-05 | 北京天元创新科技有限公司 | A kind of WEB server concurrency management method and system |
CN108881368A (en) * | 2018-04-22 | 2018-11-23 | 平安科技(深圳)有限公司 | High concurrent service request processing method, device, computer equipment and storage medium |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021232992A1 (en) * | 2020-05-22 | 2021-11-25 | 京东方科技集团股份有限公司 | Processing method for device change of state, apparatus, and non-transitory computer readable storage medium |
US11822935B2 (en) | 2020-05-22 | 2023-11-21 | Boe Technology Group Co., Ltd. | Processing method and apparatus of device status change and non-transitory computer-readable storage medium |
CN112052264A (en) * | 2020-08-05 | 2020-12-08 | 北京五八信息技术有限公司 | Business data query method and device, electronic equipment and readable storage medium |
CN113253994A (en) * | 2021-06-07 | 2021-08-13 | 北京明略昭辉科技有限公司 | Concurrent request processing method and system capable of specifying concurrency number based on JavaScript |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP2948846B1 (en) | Resource calling for hybrid applications | |
CN109976920A (en) | A kind of implementation method and device of the concurrent type frog control for educating operating system | |
CN107463563B (en) | Information service processing method and device of browser | |
CN108763572B (en) | Method and device for realizing Apache Solr read-write separation | |
US20140201306A1 (en) | Remote direct memory access with reduced latency | |
CN108512930B (en) | Shared file management method, device, server and storage medium | |
CN109472540B (en) | Service processing method and device | |
US11088974B2 (en) | Cross-platform messaging system | |
US20170004316A1 (en) | Alternate clipboard for secure applications | |
CN110928887A (en) | Data processing method and device | |
CN109542530A (en) | A kind of hierarchical loading method and device based on small routine framework | |
US20170004152A1 (en) | System and method for dynamic data archival and purging | |
CN105843691B (en) | Method and device for interprocess communication in browser | |
CN108986792B (en) | Training and scheduling method and system for voice recognition model of voice conversation platform | |
US20130198138A1 (en) | Model for capturing audit trail data with reduced probability of loss of critical data | |
CN111274176B (en) | Information processing method, electronic equipment, system and storage medium | |
CN112764897B (en) | Task request processing method, device and system and computer readable storage medium | |
CN112104735B (en) | File transmission method, system, device and electronic equipment | |
CN110535751B (en) | Message response method and device, computer equipment and storage medium | |
CN110069493B (en) | Data processing method, device, computer equipment and storage medium | |
CN112416257A (en) | Resource storage method and device | |
CN114020837B (en) | Data synchronization method, device, computer equipment and storage medium | |
CN111045787A (en) | Rapid continuous experiment method and system | |
CN114356614B (en) | Shear plate data isolation method and device | |
CN110347334B (en) | Solid state disk working method and system, electronic equipment 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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20190705 |
|
RJ01 | Rejection of invention patent application after publication |