CN106375329B - A kind of data push method and sequence controller and data delivery system - Google Patents

A kind of data push method and sequence controller and data delivery system Download PDF

Info

Publication number
CN106375329B
CN106375329B CN201610835211.6A CN201610835211A CN106375329B CN 106375329 B CN106375329 B CN 106375329B CN 201610835211 A CN201610835211 A CN 201610835211A CN 106375329 B CN106375329 B CN 106375329B
Authority
CN
China
Prior art keywords
data packet
server
data
processing
read
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.)
Active
Application number
CN201610835211.6A
Other languages
Chinese (zh)
Other versions
CN106375329A (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 CN201610835211.6A priority Critical patent/CN106375329B/en
Publication of CN106375329A publication Critical patent/CN106375329A/en
Application granted granted Critical
Publication of CN106375329B publication Critical patent/CN106375329B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/131Protocols for games, networked simulations or virtual reality
    • 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/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a kind of data push methods and sequence controller and data delivery system, improve the data read-write efficiency of apps server.The embodiment of the present invention provides a kind of data push method, comprising: receives at least two data packets that interactive application server is sent respectively, at least two data packets received are respectively stored into local cache queue;The first data packet is taken out from local cache queue, the first data packet is sent to apps server, is written and read processing using the first data packet and storage server by apps server;It obtains whether current time apps server completes the processing of the read-write to the first data packet;If having completed the processing of the read-write to the first data packet in current time apps server, the second data packet is taken out from local cache queue, second data packet is sent to apps server, is written and read processing using the second data packet and storage server by apps server.

Description

A kind of data push method and sequence controller and data delivery system
Technical field
The present invention relates to fields of communication technology more particularly to a kind of data push method and sequence controller and data to push away Send system.
Background technique
It needs to show user data application program (Application, APP) is inner, such as is needed in the APP of game class Show the data of player in game, including player information, buddy list, match military success etc..The generation of these data is from trip Play server, game server can be pushed after data generation it is a to APP server, APP server save again for Family inquiry.
When the data volume of game server to APP server push is larger, the method for generalling use subpackage carrys out propelling data, A biggish data packet is split as multiple lesser data packets and pushes to APP server.APP server will be extremely short Multiple data packets from the same user are received in time.It, will since APP server is when handling each data packet The problem of storage server is read and is write to operate twice, high concurrent read/write conflict will be encountered when saving data, Cause data preservation failure or data read-write efficiency too low, APP receives multiple data packets, APP service in the server short time Device will carry out carrying out a read-write operation for each data packet, and the sequence between these read operations and write operation is random , it is thus possible to it will appear the data read out not and be required data, other servers of the data cover of write-in are write Data, this problem is referred to as concurrency read/write conflict.
It is in the prior art to use relatively and exchange (Compare for a kind of solution of concurrency read/write conflict And Swap, CAS) operation method carry out locking read-write.Specifically, APP server is in some position to storage server CAS operation is used when the data of upper storage are written and read, CAS operation includes three operands: core position, expected initial value With new value.If the value of core position matches with expected initial value, which can be updated to newly by APP server automatically Value.Otherwise, APP server does not do any operation, therefore can solve concurrency read/write conflict by way of locking read-write.
But the present inventor has found in the implementation of the present invention, the mode of above-mentioned CAS operation needs to be directed to Each read-write operation is all locked, and it also requires the judgement being worth, this will lead to the data read-write efficiency of APP server It is very low, and this mode and the read/write conflict of high concurrent can not be alleviated greatly handle load caused by APP server.
Summary of the invention
The embodiment of the invention provides a kind of data push methods and sequence controller and data delivery system, can adopt Concurrency read/write conflict is solved with the mode without lock read-write and handles load caused by apps server, improves application program The data read-write efficiency of server.
In a first aspect, the embodiment of the present invention provides a kind of data push method, comprising:
At least two data packets that interactive application server is sent respectively are received, at least two number that will be received It is respectively stored into local cache queue according to packet;
The first data packet is taken out from the local cache queue, first data packet is sent to application program service Device is written and read processing using first data packet and storage server by the apps server;
Obtain whether the apps server described in current time completes the processing of the read-write to first data packet;
If the apps server described in current time has completed the processing of the read-write to first data packet, from institute It states and takes out the second data packet in local cache queue, second data packet is sent to the apps server, by institute It states apps server and is written and read processing using second data packet and the storage server.
Second aspect, the embodiment of the present invention provide a kind of sequence controller, comprising:
Data packet memory module, at least two data packets sent respectively for receiving interactive application server, will connect At least two data packet received is respectively stored into local cache queue;
First sending module, for taking out the first data packet from the local cache queue, by first data packet It is sent to apps server, is read using first data packet with storage server by the apps server Write processing;
Data-pushing determining module, for obtaining whether the apps server described in current time is completed to described the The read-write of one data packet is handled;
Second sending module, if having completed for the apps server described in current time to first data The read-write of packet is handled, and takes out the second data packet from the local cache queue, and second data packet is sent to described answer With program servers, it is written and read using second data packet with the storage server by the apps server Reason.
The third aspect, the embodiment of the present invention provide a kind of data delivery system, comprising: interactive application server, such as Sequence controller, apps server and storage server described in any one of two aspects, wherein
Establishing between the interactive application server and the sequence controller has communication connection, the sequence controller Establishing between the apps server has communication connection, between the apps server and the storage server Foundation has communication connection;
The interactive application server, for sending at least two data packets to the sequence controller;
The apps server, the first data packet sent for receiving the sequence controller use described the One data packet and the storage server are written and read processing;The second data packet that the sequence controller is sent is received, is used Second data packet and the storage server are written and read processing;
The storage server, the read-write for carrying out first data packet with the apps server, which is handled, hands over Mutually;The read-write processing interaction of second data packet is carried out with the apps server.
As can be seen from the above technical solutions, the embodiment of the present invention has the advantage that
In the embodiment of the present invention, interactive application server is not directly to carry out data with apps server and push away It send, at least two data packets that interactive application server is sent first are stored in local cache queue, then from local slow Deposit and first take out the first data packet in queue, which is forwarded to apps server, in the embodiment of the present invention After first data packet is sent, needs to obtain and whether complete the read-write to the first data packet in current time apps server Processing, only when current time apps server has completed the processing of the read-write to the first data packet, the present invention is implemented Example can just continue to take out the second data packet from local cache queue, which is forwarded to apps server. That is, not changing the processing mode that interactive application server sends multiple data packets in the embodiment of the present invention, still Interactive application server send multiple data packets be not reach apps server simultaneously, but the first data packet, Second data packet is successively sent to apps server in the way of serial process, and the apps server is in the first number The second data packet can be just received after completing according to packet processing, is not in very short time for apps server Mass data packet is inside received, therefore the embodiment of the present invention can alleviate the read/write conflict of the high concurrent of apps server, Reduce the processing load of application server.The embodiment of the present invention passes through the temporal regulation to multiple data packets, the processing of serialization ground Reading and writing data avoids read/write conflict in the form of no lock, improves reading and writing data performance, while also ensuring the complete of data packet Whole property.
Detailed description of the invention
Fig. 1 is the flow diagram of one embodiment of data push method provided in an embodiment of the present invention;
Fig. 2 is the system architecture schematic diagram of data push method provided in an embodiment of the present invention;
Fig. 3 is a kind of interaction flow schematic diagram in the data delivery system of the embodiment of the present invention;
Fig. 4 is another interaction flow schematic diagram in the data delivery system of the embodiment of the present invention;
Fig. 5 is a kind of composed structure schematic diagram of sequence controller provided in an embodiment of the present invention;
Fig. 6 is the structural schematic diagram that data push method provided in an embodiment of the present invention is applied to server;
Fig. 7 is a kind of composed structure schematic diagram of data delivery system provided in an embodiment of the present invention.
Specific embodiment
The embodiment of the invention provides a kind of data push methods and sequence controller and data delivery system, can adopt Concurrency read/write conflict is solved with the mode without lock read-write and handles load caused by apps server, improves application program The data read-write efficiency of server.
In order to make the invention's purpose, features and advantages of the invention more obvious and easy to understand, below in conjunction with the present invention Attached drawing in embodiment, technical scheme in the embodiment of the invention is clearly and completely described, it is clear that disclosed below Embodiment be only a part of the embodiment of the present invention, and not all embodiments.Based on the embodiments of the present invention, this field Technical staff's every other embodiment obtained, shall fall within the protection scope of the present invention.
Term " includes " in description and claims of this specification and above-mentioned attached drawing and " having " and they Any deformation, it is intended that covering non-exclusive includes so as to a series of process, method comprising units, system, product or to set It is standby to be not necessarily limited to those units, but be not clearly listed or these process, methods, product or equipment are consolidated The other units having.
The embodiment of the present invention is applied to read and write the concurrency that apps server is easy to produce during data-pushing Conflict is effectively relieved, and is illustrated first to the system architecture of data push method provided in an embodiment of the present invention application, It is applied to the timing control disposed between interactive application server and apps server for the method for the embodiment of the present invention Device processed, the embodiment of the present invention change interactive application server directly and apps server communicate mode, but Modularization design controller between interactive application server and apps server, for being sent to interactive application server Multiple data packets carry out parallel processing, next data provided in an embodiment of the present invention are pushed away from sequence controller side first Delivery method is described in detail.
One embodiment of data push method of the present invention, refering to Figure 1, data push method, may include as Lower step:
101, at least two data packets that interactive application server is sent respectively are received, by receive at least two numbers It is respectively stored into local cache queue according to packet.
In embodiments of the present invention, the data that interactive application server generates not are to be transmitted directly to application program clothes Business device.Interactive application server is to provide the server of source data, under different application scene, the interactive application server It can be illustrated below, under game application scene, which can be game there are many implementation Server, under data service application scenarios, which is specifically as follows data providing server, herein not It limits.
In embodiments of the present invention, interactive application server generates at least two data packets, interactive application server It is no longer connected directly with apps server, interactive application server is connected with sequence controller, and sequence controller is again It is connected with apps server, therefore when interactive application server generates multiple data packets, interactive application server Multiple data packets can be sent to sequence controller, sequence controller can receive what interactive application server was sent respectively At least two data packets, configure local cache queue in sequence controller, which can be stored in timing control It in the memory of device processed, can also be stored in the memory of sequence controller, local cache queue is wrapped for storing data, unlimited Fixed, the capacity of local cache queue can be determined according to the magnitude of data under data-pushing scene.The present invention is real It applies in example after sequence controller receives at least two data packets from interactive application server, sequence controller can will connect At least two data packets received are respectively stored into local cache queue, such as sequence controller can be at least two data Packet is numbered, and then successively stores in local cache queue.
In some embodiments of the invention, at least two data packets are that interactive application server is same using concurrent fashion When send, that is to say, that interactive application server can send multiple data packets simultaneously by the way of concurrent, this Under application scenarios, at least two data packets received being respectively stored into local cache queue in step 101, comprising:
A1, successively serial number is carried out respectively at least two data packets received, and will at least according to number order Two data packets successively store in local cache queue.
Wherein, interactive application server can send multiple data packets, sequence controller simultaneously by the way of concurrent Can be by the way of successively serial number when receiving multiple data packets, then sequence controller connects from interactive application server The each data packet received has unique number sequence, and sequence controller can will at least two numbers according to number order It is successively stored in local cache queue according to packet.It is illustrated below, when the data volume that game server needs to push is bigger When, such as the friend relation chain of palm king's honor, it can generally go to push by the way of subpackage, i.e. a biggish number Multiple lesser data packets can be split as according to packet, are pushed several times.Sequence controller will be received in a very short period of time and be come from Multiple data packets of the same user, which can carry out local cache to multiple data packets, in order to avoid game services The data-bag lost that device is sent.
In some embodiments of the invention, at least two data packets are interactive application servers according to adjacent data packet Between dependence sequence send, that is to say, that interactive application server to sequence controller send multiple data packets when, hand over Mutual formula application server can carry out the configuration of dependence to multiple data packets, for example, interactive application server needs to send out Send 3 data packets, respectively data packet a, data packet b, data packet c, then data packet of the data packet a for no dependence sequence, data Wrapping has dependence sequence between b and data packet a, have dependence sequence between data packet c and data packet b.Further, the dependence Sequence includes: the priority orders between at least two data packets.For example, the priority of data packet a is preferential higher than data packet b Grade, then data packet a is preferentially stored in local cache queue.Under application scenarios above-mentioned, will receive in step 101 At least two data packets be respectively stored into local cache queue, comprising:
B1, from the dependence sequence determined at least two data packets received between adjacent data packet, and according to adjacent Dependence sequence between data packet at least two data packets will be stored successively in local cache queue.
Wherein, interactive application server can be sent to adjacent data packet in multiple data packets of sequence controller and have Dependence, sequence controller first can get dependence sequence, then timing control from data packet when receiving multiple data packets After device processed determines the dependence sequence that adjacent data packet has in multiple data packets, sequence controller can be incited somebody to action according to dependence sequence At least two data packets successively store in local cache queue.It is illustrated below, game server is in processing push request When, there are dependence, such as the comprehensive score soprano of individual of palm hero alliance between multiple push request (Most Valuable Player, MVP) message pushes logic, terminates in a competition game, game server can push war The settlement data of office, while can also push the notice of player's Exit Game.At this time game server needs first to settle accounts the war situation Data calculate, and MVP information is write database, then each user come to inquire oneself whether MVP, if being with regard to push disappear It ceases in the apps server of user.The processing order of this above-mentioned process requires, and needs first to calculate data, then Judge it is personal whether MVP, if order, which in turn, will result in, judge that MVP fails, this problem is referred to as dependence read-write and rushes It is prominent, it will lead to dependence when current game server directly has multiple requests of dependence sequence to apps server push Property read/write conflict, and it is not able to solve the scheme of dependence read/write conflict in the prior art.It is being swum in the embodiment of the present invention Play server and apps server are not connected directly, but are connected by sequence controller, which can To realize to the caching of multiple data packets with dependence sequence and successively to application server forwarding, so as to solve well Certainly dependence read/write conflict is detailed in the illustration of subsequent step.
102, the first data packet is taken out from local cache queue, and the first data packet is sent to apps server, Processing is written and read using the first data packet and storage server by apps server.
In embodiments of the present invention, the reception of interactive application server is stored in the local cache queue of sequence controller After at least two data packets arrived, which can be by the way of first in, first out come read data packet, it is assumed that The data packet first taken out from local cache queue is known as the first data packet, then sequence controller takes out from local cache queue After first data packet, the first data packet can be sent to apps server by sequence controller, by application program service Device is written and read processing using the first data packet and storage server, such as apps server is first read from storage server Former data are got, then apps server carries out the original data according to the first data packet received from sequence controller Process of compilation, to obtain target data, which is sent to storage server again by apps server, is deposited by this Storage server stores target data.
103, it obtains whether current time apps server completes the processing of the read-write to the first data packet.
In embodiments of the present invention, after being sent to apps server from the first data packet, sequence controller can be with Whether real-time judge apps server completes the processing of the read-write to the first data packet, such as sequence controller is at current time Whether prediction apps server completes the processing of the read-write to the first data packet or sequence controller analyzes application in real time Whether program servers complete the processing of the read-write to the first data packet.In the embodiment of the present invention sequence controller current time into Row judge application server to the disposition of the first data packet, so that it is determined that out current time whether meet continue transmission data The data-pushing condition of packet, when determining whether complete at the read-write to the first data packet in current time apps server When reason, triggering execute step 104 execute, otherwise continue to analyze the read-write disposition of the first data packet, temporarily not to Apps server sends new data packet, in order to avoid increasing the processing load of apps server, application program is caused to take The read/write conflict of business device.
In some embodiments of the invention, whether step 103 is obtained completes pair in current time apps server The read-write of first data packet is handled, comprising:
Message is completed in the processing to the first data packet whether C1, judgement currently receive apps server transmission, If receiving the processing to the first data packet completes message, it is determined that completed in current time apps server to the The read-write of one data packet is handled, if being not received by the processing to the first data packet completes message, it is determined that answer at current time The processing of the read-write to the first data packet is not yet completed with program servers.
Wherein, sequence controller can be obtained using event driven mode is in current time apps server The no read-write completed to the first data packet is handled, which refers to that message is completed in the processing that apps server is sent, because Sequence controller sends the second data packet and can be triggered by event at this time, if sequence controller receives the place to the first data packet Reason completes message, then triggers to apps server and send the second data packet.
It is illustrated below, sequence controller is first ranked up at least two data packet.For convenience of description, claim row Two data packets arbitrarily connected are known as the first data packet and the second data packet, and the row of the first data packet in data packet after sequence Sequence is prior to the second data packet.For example, at least two data packets are numbered, wherein the number of the first data packet is less than the second number According to the number of packet.First data packet is sent to apps server by sequence controller, and apps server is being handled After first data packet, the instruction being disposed to first data packet is returned to sequence controller.When sequence controller receives When the instruction, the second data packet is sent to apps server.
In other embodiments of the invention, whether step 103 acquisition is completed in current time apps server Read-write processing to the first data packet, comprising:
D1, the sending time point that the first data packet is sent to apps server are recorded as initial time, judge from Initial time is until whether current elapsed time length reaches duration threshold value, if time span reaches duration threshold value, really It is scheduled on current time apps server and has completed the processing of the read-write to the first data packet, if time span does not reach Long threshold value, it is determined that not yet complete the processing of the read-write to the first data packet in current time apps server.
Wherein, sequence controller can be obtained by the way of time driving is in current time apps server The no read-write completed to the first data packet is handled, which refers to that the transmission interval between two data packets is more than duration Threshold value, therefore sequence controller sends the second data packet and can be triggered by the time, if the transmission interval between two data packets More than duration threshold value, then triggers to apps server and send the second data packet.
It is illustrated below, sequence controller is first ranked up at least two data packet.For convenience of description, claim row Two data packets arbitrarily connected are known as the first data packet and the second data packet, and the row of the first data packet in data packet after sequence Sequence is prior to the second data packet.For example, sequence controller after the first data packet is sent to apps server, waits preset Duration threshold value after the second data packet is sent to apps server again.Wherein, which is to set in advance It sets in sequence controller, the value of the duration threshold value can be pre-configured with by sequence controller, such as fixed duration threshold Value is 2 seconds, can perhaps be come come flexible configuration duration threshold value or according to the processing capacity of apps server true by user Periodically long threshold value, specifically, in some embodiments of the invention, duration threshold value is determined as follows:
Acquisition apps server and storage server are written and read processing time-consuming required for processing;
Select to be greater than or equal to the processing time-consuming period as duration threshold value.
Wherein, the value of the duration threshold value can be pre-configured with by sequence controller, and duration threshold value can be for using journey Processing needed for one data packet of sequence server process is time-consuming, which can be time-consuming slightly larger than the processing.
If 104, having completed the processing of the read-write to the first data packet in current time apps server, delay from local It deposits and takes out the second data packet in queue, the second data packet is sent to apps server, is used by apps server Second data packet and storage server are written and read processing.
In embodiments of the present invention, sequence controller carried out judging application server at current time in step 103 The disposition of one data packet, so that it is determined that out current time whether meet continue send data packet data-pushing condition, when Sequence controller gets apps server when having completed the processing of the read-write to the first data packet, and sequence controller can be after Continue and send new data packet to apps server, it can the second data packet is taken out from local cache queue, by second Data packet is sent to apps server, is written and read using the second data packet with storage server by apps server Processing, for example, apps server first former data are read from storage server, then apps server according to from The second data packet that sequence controller receives is compiled processing to the original data, so that target data is obtained, application program The target data is sent to storage server again by server, is stored by the storage server to target data.
In some embodiments of the invention, under the aforementioned realization scene for executing step A1, from local slow in step 102 It deposits and takes out the first data packet in queue, comprising:
E1, the first data packet that number order is first place is taken out from local cache queue according to number order, it is local slow Deposit the first place that the second data packet after taking out the first data packet in queue is in number order.
Further, under the realization scene for executing step E1, the second number is taken out in step 104 from local cache queue According to packet, comprising:
F1, the second data packet that number order is first place is taken out from local cache queue according to number order.
Wherein, multiple data packets that interactive application server is sent by the way of concurrent by sequence controller storage to In local cache queue, these data packets have number order in local cache queue, specifically, in local cache queue Number order is the first data packet for first place, when the first data packet is from the second data packet after taking-up in local cache queue In number order first place, therefore sequence controller by the first data packet from local cache queue take out after, if meeting data Pushing condition, sequence controller continue to take out the second data packet of number order first place from local cache queue.
In some embodiments of the invention, under the aforementioned realization scene for executing step A1, from local slow in step 102 It deposits and takes out the first data packet in queue, comprising:
E2, it is taken out from local cache queue independent of other data packets according to the dependence sequence between adjacent data packet The first data packet, having the data packet of dependence sequence in local cache queue with the first data packet is the second data packet;
Further, under the realization scene for executing step E2, the second number is taken out in step 104 from local cache queue According to packet, comprising:
F2, according between adjacent data packet dependence sequence from local cache queue take out with the first data packet have according to Rely the second data packet of sequence.
Wherein, interactive application server is sent, and there are multiple data packets of dependence sequence to be stored by sequence controller to this In ground buffer queue, these data packets have dependence sequence in local cache queue, specifically, first in local cache queue What is be first removed is the first data packet of not dependence sequence, thus sequence controller by the first data packet from local cache queue After middle taking-up, if meeting data-pushing condition, sequence controller takes out from local cache queue to be had with the first data packet Second data packet of dependence sequence.The embodiment of the present invention can guarantee to have multiple data packets of dependence sequence can be according to dependence Sequence is successively sent to apps server, and data packet is avoided to overturn dependence read/write conflict caused by sequence.
By previous embodiment to illustration of the invention it is found that interactive application server is not directly and to apply Program servers carry out data-pushing, and at least two data packets that interactive application server is sent first are stored in local cache In queue, the first data packet is then first taken out from local cache queue, which is forwarded to application program service Whether device needs to obtain complete in current time apps server in the embodiment of the present invention after the transmission of the first data packet The read-write of pairs of first data packet is handled, and has only completed the reading to the first data packet in current time apps server When writing processing, the embodiment of the present invention can just continue to take out the second data packet from local cache queue, which is turned Issue apps server.That is, not changing interactive application server in the embodiment of the present invention sends multiple numbers According to the processing mode of packet, but multiple data packets that interactive application server is sent not are to reach application program service simultaneously Device, but the first data packet, the second data packet are successively sent to apps server in the way of serial process, the application Program servers can just receive the second data packet after the processing of the first data packet is completed, for apps server Speech, is not to receive mass data packet within a very short time, therefore the embodiment of the present invention can alleviate apps server High concurrent read/write conflict, reduce the processing load of application server.The embodiment of the present invention by multiple data packets when Sequence regulation, serialization ground processing reading and writing data, avoids read/write conflict in the form of no lock, improves reading and writing data performance, together When also ensure the integrality of data packet.
For convenience of the present invention is understood, below with reference to a practical application scene to the data of the invention based on temporal regulation Method for pushing carries out citing description.
As shown in Fig. 2, Fig. 2 is the system architecture schematic diagram of data push method provided in an embodiment of the present invention.This implementation In example, data delivery system includes game server, sequence controller, APP server and storage server.In Fig. 2, game garment It is engaged in being configured with sequence controller between device and APP server, under the application scenarios that the present invention solves concurrency read/write conflict, trip Play server send concurrent request 1, concurrent request 2 ..., concurrent request N to sequence controller, sequence controller receives N number of It after request, first stores in local cache queue, then N is arrived in forwarding request 1 in sequence, and APP server is according to receiving Forwarding request and storage server be written and read processing, can specifically include the former data of reading and write-in target data.At this Invention solves under the application scenarios of dependence read/write conflict, and game server requests a, request b, request c to timing control Device, request a be without rely on request, request b dependent on request a, request c dependent on request b, sequence controller receive request a, B, it after c, first stores in local cache queue, then forwards request abc according to dependence, APP server is according to reception To forwarding request and storage server be written and read processing, can specifically include the former data of reading and write-in target data.
In the embodiment of the present invention, increase a sequence controller between game server and APP server, controller connects The push of concurrent request is received, is then transmitted to APP server according to certain order (in order or according to priority), guarantees APP When reading and writing storage server read/write conflict will not occur for server.Specifically, the driving method of sequence controller can be with There are many, such as based on event-driven.Processing for concurrency read/write conflict: sequence controller is numbered to all requests, is pressed Sequence forwards, for example first forwards first request, forwards second request again after confirming APP server process, such as such It pushes away.Processing for dependence read/write conflict: sequence controller is forwarded according to dependence sequence and is requested, for example first forwards no dependence Request forwards the request for relying on this after confirming APP server process, so analogizes.Sequence controller can also use Mode based on time driving, the processing for concurrency read/write conflict: assuming that the time-consuming of APP server processing requests is 1 second, Then sequence controller forwards first request first, and second request of forwarding after delay 1 second, forwarding third is asked after delay 2 seconds It asks, so analogizes.Processing for dependence read/write conflict: assuming that the time-consuming of APP service processing request is 1 second, then turn first The request without dependence is sent out, forwarding relies on the request of this after delay 1 second, and forwarding relies on preceding two requests after delay 2 seconds, so Analogize.
Next it please refers to shown in Fig. 3, by taking palm king honor, palm hero alliance as an example, in conjunction with trip shown in Fig. 2 Play server, sequence controller, APP server and storage server, in Fig. 3 with palm king honor relation chain data-pushing and It lands using for time driving in process, game server gives timing control data-pushing when generating game data Device.A series of concurrent requests are transmitted to APP server using event driven mode by sequence controller in certain sequence. APP server receives data-pushing request, reads former data to storage server, by local editor, then to storage server Target data is written.
Next it please refers to shown in Fig. 4, by taking palm king honor, palm hero alliance as an example, in conjunction with trip shown in Fig. 2 It plays server, sequence controller, APP server and storage server, to be adopted in palm hero alliance MVP push process in Fig. 4 It is driven to example with event, game server gives sequence controller data-pushing when generating game data.Timing control A series of concurrent requests are transmitted to APP server, such as timing control by the way of time driving by device in certain sequence Device 1 second hair of every delay forwards a push.APP server receives data-pushing request, reads former data to storage server, leads to Local editor is crossed, then target data is written to storage server.
For another example, game server first splits the data packet when to one biggish data packet of APP server push Sequence controller is sent at three data packets a, b, c, and by three data packets, wherein can when sending three data packets To be to send together, it is also possible to successively send, this is not restricted.After sequence controller receives data packet a, b, c, check Whether the data type in three data packets is identical.In the present embodiment, the data type of data packet a and data packet b are number According to type A, the data type of data packet c is data type B.Sequence controller is according to the list query being locally stored to data class The priority of type A is higher than the priority of data type B, then, it may be determined that the sequence of data packet is a, b, c or b, a, c. Specifically, data packet a is sent to APP server first by sequence controller for being ordered as a, b, c.APP server receives To after data packet a, data are read from storage server, are then compiled according to data of the data packet a to reading, and will be compiled Data after translating are written in storage server.After reading and writing successfully, APP server to sequence controller returned data read and write at The instruction of function.After sequence controller receives the instruction, data packet b is sent to APP server.APP server is using same Method handled data packet b after, to sequence controller returned data read and write successfully instruction.Sequence controller receives this and refers to After showing, data packet c is sent to APP server.After APP server has handled data packet b using same method, to timing control Device returned data read-write successfully instruction processed.
, without lock reading/writing method, pass through the timing tune to push request using based on temporal regulation in the embodiment of the present invention Control, serialization ground processing reading and writing data, avoids read/write conflict in the form of no lock, improves reading and writing data performance, while It ensure that the integrality of the data of landing.
Data push method of the invention is described above, sequence controller of the invention will be retouched below It states.
Referring to Fig. 5, Fig. 5 is the structural schematic diagram of one embodiment of sequence controller of the invention.In the present embodiment, Sequence controller 500, comprising:
Data packet memory module 501, at least two data packets sent respectively for receiving interactive application server will At least two data packet received is respectively stored into local cache queue;
First sending module 502, for taking out the first data packet from the local cache queue, by first data Packet is sent to apps server, is carried out by the apps server using first data packet and storage server Read-write processing;
Data-pushing determining module 503, for obtaining whether the apps server described in current time is completed to institute State the read-write processing of the first data packet;
Second sending module 504, if having completed for the apps server described in current time to described first The read-write of data packet is handled, and takes out the second data packet from the local cache queue, second data packet is sent to institute Apps server is stated, is read using second data packet with the storage server by the apps server Write processing.
In some embodiments of the invention, at least two data packet is the interactive application server using simultaneously What originating party formula was sent simultaneously;
The data packet memory module 501, specifically for at least two data packet received carry out respectively according to Secondary serial number, and successively store at least two data packet in local cache queue according to number order.
In some embodiments of the invention, first sending module 502 is specifically used for according to number order from described It is the first the first data packet that number order is taken out in local cache queue, and first number is taken out in the local cache queue The first place of number order is according to the second data packet after packet;
Second sending module 504 is specifically used for taking out number from the local cache queue according to number order Sequence is the second the first data packet.
In some embodiments of the invention, at least two data packet is the interactive application server according to phase What the dependence sequence between adjacent data packet was sent;
The data packet memory module 501, specifically for determining adjacent from least two data packet received Between data packet dependence sequence, and according between the adjacent data packet dependence sequence by least two data packet according to Secondary storage is into local cache queue.
In some embodiments of the invention, first sending module 502 is specifically used for according between adjacent data packet Dependence sequence the first data packet independent of other data packets, the local cache are taken out from the local cache queue The data packet in queue with first data packet with dependence sequence is the second data packet;
Second sending module 504, specifically for slow from the local according to the dependence sequence between adjacent data packet Deposit the second data packet taken out in queue and there is dependence sequence with first data packet.
In some embodiments of the invention, whether the data-pushing determining module 503 currently connects specifically for judgement It receives the processing to first data packet that the apps server is sent and completes message, if receiving described to described Message is completed in the processing of first data packet, it is determined that the apps server described in current time has been completed to described first The read-write of data packet is handled, if being not received by the processing to first data packet completes message, it is determined that current Apps server described in moment not yet completes the processing of the read-write to first data packet.
In some embodiments of the invention, the data-pushing determining module 503 is specifically used for first data The sending time point that packet is sent to the apps server is recorded as initial time, judges from the initial time up to working as Whether preceding elapsed time length reaches duration threshold value, if the time span reaches the duration threshold value, it is determined that working as Apps server described in the preceding moment has completed the processing of the read-write to first data packet, if the time span does not have Reach the duration threshold value, it is determined that the apps server described in current time is not yet completed to first data packet Read-write processing.
In some embodiments of the invention, the duration threshold value is determined as follows:
It obtains the apps server and the storage server is written and read processing time-consuming required for processing;
Select to be greater than or equal to the processing time-consuming period as the duration threshold value.
By previous embodiment to illustration of the invention it is found that interactive application server is not directly and to apply Program servers carry out data-pushing, and at least two data packets that interactive application server is sent first are stored in local cache In queue, the first data packet is then first taken out from local cache queue, which is forwarded to application program service Whether device needs to obtain complete in current time apps server in the embodiment of the present invention after the transmission of the first data packet The read-write of pairs of first data packet is handled, and has only completed the reading to the first data packet in current time apps server When writing processing, the embodiment of the present invention can just continue to take out the second data packet from local cache queue, which is turned Issue apps server.That is, not changing interactive application server in the embodiment of the present invention sends multiple numbers According to the processing mode of packet, but multiple data packets that interactive application server is sent not are to reach application program service simultaneously Device, but the first data packet, the second data packet are successively sent to apps server in the way of serial process, the application Program servers can just receive the second data packet after the processing of the first data packet is completed, for apps server Speech, is not to receive mass data packet within a very short time, therefore the embodiment of the present invention can alleviate apps server High concurrent read/write conflict, reduce the processing load of application server.The embodiment of the present invention by multiple data packets when Sequence regulation, serialization ground processing reading and writing data, avoids read/write conflict in the form of no lock, improves reading and writing data performance, together When also ensure the integrality of data packet.
Fig. 6 is a kind of server architecture schematic diagram provided in an embodiment of the present invention, which can be because of configuration or property Energy is different and generates bigger difference, may include one or more central processing units (central processing Units, CPU) 1122 (for example, one or more processors) and memory 1132, one or more storage applications The storage medium 1130 (such as one or more mass memory units) of program 1142 or data 1144.Wherein, memory 1132 and storage medium 1130 can be of short duration storage or persistent storage.The program for being stored in storage medium 1130 may include one A or more than one module (diagram does not mark), each module may include to the series of instructions operation in server.More into One step, central processing unit 1122 can be set to communicate with storage medium 1130, execute storage medium on server 1100 Series of instructions operation in 1130.
Server 1100 can also include one or more power supplys 1126, one or more wired or wireless nets Network interface 1150, one or more input/output interfaces 1158, and/or, one or more operating systems 1141, example Such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM etc..
It can be shown in fig. 6 based on this step of the data push method as performed by sequence controller in above-described embodiment Server architecture.
It please refers to shown in Fig. 7, a kind of data delivery system 700, comprising: interactive application server 701, such as earlier figures 5 Any one of described in sequence controller 702, apps server 703 and storage server 704, wherein
Establishing between the interactive application server 701 and the sequence controller 702 has communication connection, the timing Establishing between controller 702 and the apps server 703 has communication connection, the apps server 703 and institute It states to establish between storage server 704 and has communication connection;
The interactive application server 701, for sending at least two data packets to the sequence controller 702;
The apps server 703, the first data packet sent for receiving the sequence controller 702, uses First data packet and the storage server 704 are written and read processing;Receive the sequence controller 702 is sent second Data packet is written and read processing using second data packet and the storage server 704;
The storage server 704, for carrying out the read-write of first data packet with the apps server 703 Processing interaction;The read-write processing interaction of second data packet is carried out with the apps server 704.
In data delivery system provided in an embodiment of the present invention, interactive application server is not directly and using journey Sequence server carries out data-pushing, and at least two data packets that interactive application server is sent first are stored in local cache team In column, the first data packet is then first taken out from local cache queue, which is forwarded to apps server, In the embodiment of the present invention after the transmission of the first data packet, needs to obtain and whether be completed pair in current time apps server The read-write of first data packet is handled, and has only been completed at the read-write to the first data packet in current time apps server When reason, the embodiment of the present invention can just continue to take out the second data packet from local cache queue, which is forwarded to Apps server.That is, not changing interactive application server in the embodiment of the present invention sends multiple data packets Processing mode, but interactive application server send multiple data packets be not to reach apps server simultaneously, But the first data packet, the second data packet are successively sent to apps server in the way of serial process, this applies journey Sequence server can just receive the second data packet after the processing of the first data packet is completed, for apps server, It is not to receive mass data packet within a very short time, therefore the embodiment of the present invention can alleviate the height of apps server Concurrent read/write conflict reduces the processing load of application server.The embodiment of the present invention passes through the timing tune to multiple data packets Control, serialization ground processing reading and writing data, avoids read/write conflict in the form of no lock, improves reading and writing data performance, while It ensure that the integrality of data packet.
It is apparent to those skilled in the art that for convenience and simplicity of description, the system of foregoing description, The specific work process of device and unit, can refer to corresponding processes in the foregoing method embodiment, and details are not described herein.
In several embodiments provided herein, it should be understood that disclosed system, device and method can be with It realizes by another way.For example, the apparatus embodiments described above are merely exemplary, for example, the unit It divides, only a kind of logical function partition, there may be another division manner in actual implementation, such as multiple units or components It can be combined or can be integrated into another system, or some features can be ignored or not executed.Another point, it is shown or The mutual coupling, direct-coupling or communication connection discussed can be through some interfaces, the indirect coupling of device or unit It closes or communicates to connect, can be electrical property, mechanical or other forms.
The unit as illustrated by the separation member may or may not be physically separated, aobvious as unit The component shown may or may not be physical unit, it can and it is in one place, or may be distributed over multiple In network unit.It can select some or all of unit therein according to the actual needs to realize the mesh of this embodiment scheme 's.
It, can also be in addition, the functional units in various embodiments of the present invention may be integrated into one processing unit It is that each unit physically exists alone, can also be integrated in one unit with two or more units.Above-mentioned integrated list Member both can take the form of hardware realization, can also realize in the form of software functional units.
If the integrated unit is realized in the form of SFU software functional unit and sells or use as independent product When, it can store in a computer readable storage medium.Based on this understanding, technical solution of the present invention is substantially The all or part of the part that contributes to existing technology or the technical solution can be in the form of software products in other words It embodies, which is stored in a storage medium, including some instructions are used so that a computer Equipment (can be personal computer, server or the network equipment etc.) executes the complete of each embodiment the method for the present invention Portion or part steps.And storage medium above-mentioned includes: USB flash disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic or disk etc. are various can store journey The medium of sequence code.
The above, the above embodiments are merely illustrative of the technical solutions of the present invention, rather than its limitations;Although referring to before Stating embodiment, invention is explained in detail, those skilled in the art should understand that: it still can be to preceding Technical solution documented by each embodiment is stated to modify or equivalent replacement of some of the technical features;And these It modifies or replaces, the spirit and scope for technical solution of various embodiments of the present invention that it does not separate the essence of the corresponding technical solution.

Claims (17)

1. a kind of data push method characterized by comprising
Receive at least two data packets that interactive application server is sent respectively, comprising: receive the interactive application service At least two data packets that device is sent simultaneously using concurrent fashion;
At least two data packet received is respectively stored into local cache queue;
The first data packet is taken out from the local cache queue, first data packet is sent to apps server, Processing is written and read using first data packet and storage server by the apps server;
Obtain whether the apps server described in current time completes the processing of the read-write to first data packet;
If the apps server described in current time has completed the processing of the read-write to first data packet, from described The second data packet is taken out in ground buffer queue, and second data packet is sent to the apps server, is answered by described Processing is written and read using second data packet and the storage server with program servers.
2. the method according to claim 1, wherein described distinguish at least two data packet received It stores in local cache queue, comprising:
Successively serial number is carried out respectively at least two data packet received, and described at least according to number order general Two data packets successively store in local cache queue.
3. according to the method described in claim 2, it is characterized in that, described take out the first data from the local cache queue Packet, comprising:
Taking out number order from the local cache queue according to number order is the first the first data packet, and the local is slow Deposit the first place that the second data packet after taking out first data packet in queue is in number order;
It is described to take out the second data packet from the local cache queue, comprising:
Taking out number order from the local cache queue according to number order is the second the first data packet.
4. the method according to claim 1, wherein the reception interactive application server send respectively to Few two data packets, comprising: receive what the interactive application server was sent according to the dependence sequence between adjacent data packet At least two data packets;
At least two data packet that will be received is respectively stored into local cache queue, comprising:
From the dependence sequence determined at least two data packet received between adjacent data packet, and according to described adjacent Dependence sequence between data packet successively stores at least two data packet in local cache queue.
5. according to the method described in claim 4, it is characterized in that, described take out the first data from the local cache queue Packet, comprising:
It is taken out from the local cache queue independent of other data packets according to the dependence sequence between adjacent data packet First data packet, having the data packet of dependence sequence in the local cache queue with first data packet is the second data Packet;
It is described to take out the second data packet from the local cache queue, comprising:
Taking out from the local cache queue according to the dependence sequence between adjacent data packet has with first data packet Second data packet of dependence sequence.
6. the method according to any one of claims 1 to 5, which is characterized in that described obtain was answered described in the current time The processing of the read-write to first data packet whether is completed with program servers, comprising:
Whether judgement currently receives the processing to first data packet that the apps server is sent and completes message, If receiving the processing to first data packet completes message, it is determined that the apps server described in current time The processing of the read-write to first data packet has been completed, has been completed if being not received by the processing to first data packet Message, it is determined that the apps server described in current time not yet completes the processing of the read-write to first data packet.
7. the method according to any one of claims 1 to 5, which is characterized in that described obtain was answered described in the current time The processing of the read-write to first data packet whether is completed with program servers, comprising:
The sending time point that first data packet is sent to the apps server is recorded as initial time, judge from The initial time is until whether current elapsed time length reaches duration threshold value, if the time span reaches described Long threshold value, it is determined that the apps server described in current time has completed the processing of the read-write to first data packet, If the time span does not reach the duration threshold value, it is determined that the apps server described in current time is not yet completed Read-write processing to first data packet.
8. the method according to the description of claim 7 is characterized in that the duration threshold value is determined as follows:
It obtains the apps server and the storage server is written and read processing time-consuming required for processing;
Select to be greater than or equal to the processing time-consuming period as the duration threshold value.
9. a kind of sequence controller characterized by comprising
Data packet memory module, at least two data packets sent respectively for receiving interactive application server, will receive At least two data packet be respectively stored into local cache queue;The data packet memory module receives interactive application When at least two data packet that server is sent respectively, it is specifically used for: receives the interactive application server using simultaneously originating party At least two data packets that formula is sent simultaneously;
First sending module sends first data packet for taking out the first data packet from the local cache queue To apps server, it is written and read using first data packet with storage server by the apps server Reason;
Data-pushing determining module, for obtaining whether the apps server described in current time is completed to first number It is handled according to the read-write of packet;
Second sending module, if having completed for the apps server described in current time to first data packet Read-write processing, takes out the second data packet from the local cache queue, second data packet is sent to described using journey Sequence server is written and read processing using second data packet and the storage server by the apps server.
10. sequence controller according to claim 9, which is characterized in that the data packet memory module will receive When at least two data packet is respectively stored into local cache queue, it is specifically used for: to described at least two received Data packet carries out successively serial number respectively, and successively stores at least two data packet to local slow according to number order It deposits in queue.
11. sequence controller according to claim 10, which is characterized in that first sending module, specifically for pressing Taking out number order from the local cache queue according to number order is the first the first data packet, the local cache queue The second data packet is in the first place of number order after middle taking-up first data packet;
Second sending module is specifically used for according to number order headed by taking out number order in the local cache queue Second data packet of position.
12. sequence controller according to claim 9, which is characterized in that the data packet memory module receives interactive When at least two data packet that application server is sent respectively, it is specifically used for: receives the interactive application server according to phase At least two data packets that dependence sequence between adjacent data packet is sent;
When at least two data packet received is respectively stored into local cache queue by the data packet memory module, It is specifically used for: from the dependence sequence determined at least two data packet received between adjacent data packet, and according to institute The dependence sequence stated between adjacent data packet successively stores at least two data packet in local cache queue.
13. sequence controller according to claim 12, which is characterized in that first sending module, specifically for pressing Dependence sequence between adjacent data packet of taking a picture takes out the first number independent of other data packets from the local cache queue According to packet, having the data packet of dependence sequence in the local cache queue with first data packet is the second data packet;
Second sending module, specifically for according between adjacent data packet dependence sequence from the local cache queue Take out the second data packet that there is dependence sequence with first data packet.
14. the sequence controller according to any one of claim 9 to 13, which is characterized in that the data-pushing determines Module, specifically for the processing to first data packet for judging currently whether to receive the apps server transmission Message is completed, if receiving the processing to first data packet completes message, it is determined that apply described in the current time Program servers have completed the processing of the read-write to first data packet, if being not received by described to first data packet Processing complete message, it is determined that the apps server described in current time not yet completes the reading to first data packet Write processing.
15. the sequence controller according to any one of claim 9 to 13, which is characterized in that the data-pushing determines Module, when the sending time point specifically for first data packet to be sent to the apps server is recorded as starting It carves, judges from the initial time up to whether current elapsed time length reaches duration threshold value, if the time span Reach the duration threshold value, it is determined that the apps server described in current time has been completed to first data packet Read-write processing, if the time span does not reach the duration threshold value, it is determined that the application program service described in current time Device not yet completes the processing of the read-write to first data packet.
16. sequence controller according to claim 15, which is characterized in that the duration threshold value is true in the following way It is fixed:
It obtains the apps server and the storage server is written and read processing time-consuming required for processing;
Select to be greater than or equal to the processing time-consuming period as the duration threshold value.
17. a kind of data delivery system, which is characterized in that the data delivery system includes: interactive application server, such as weighs Benefit require any one of 9 to 16 described in sequence controller, apps server and storage server, wherein
Establishing between the interactive application server and the sequence controller has communication connection, the sequence controller and institute It states to establish between apps server and has communication connection, established between the apps server and the storage server There is communication connection;
The interactive application server, for sending at least two data packets to the sequence controller;Described at least two Data packet is the interactive application server using concurrent fashion while sending;Alternatively, at least two data packet is The interactive application server is sent according to the dependence sequence between adjacent data packet;
The apps server, the first data packet sent for receiving the sequence controller use first number Processing is written and read with the storage server according to packet;The second data packet that the sequence controller is sent is received, using described Second data packet and the storage server are written and read processing;
The storage server, the read-write for carrying out first data packet with the apps server handle interaction; The read-write processing interaction of second data packet is carried out with the apps server.
CN201610835211.6A 2016-09-20 2016-09-20 A kind of data push method and sequence controller and data delivery system Active CN106375329B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610835211.6A CN106375329B (en) 2016-09-20 2016-09-20 A kind of data push method and sequence controller and data delivery system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610835211.6A CN106375329B (en) 2016-09-20 2016-09-20 A kind of data push method and sequence controller and data delivery system

Publications (2)

Publication Number Publication Date
CN106375329A CN106375329A (en) 2017-02-01
CN106375329B true CN106375329B (en) 2019-08-06

Family

ID=57898559

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610835211.6A Active CN106375329B (en) 2016-09-20 2016-09-20 A kind of data push method and sequence controller and data delivery system

Country Status (1)

Country Link
CN (1) CN106375329B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108737293B (en) * 2017-04-14 2021-06-22 华为技术有限公司 Method and device for processing request
CN107885789A (en) * 2017-10-18 2018-04-06 上海瀚之友信息技术服务有限公司 A kind of data relay system and method
CN111581241B (en) * 2020-04-21 2023-08-18 上海爱数信息技术股份有限公司 Read caching method for lock-free processing
CN114567520B (en) * 2020-11-26 2023-06-02 华为技术有限公司 Method for realizing collective communication, computer equipment and communication system
CN113656095B (en) * 2021-08-06 2023-08-04 北京数码大方科技股份有限公司 Processing method and device for configuration data
CN114625625B (en) * 2022-05-12 2022-08-05 深圳市艾德网络科技发展有限公司 Event time sequence data processing method and system based on user behavior identification
CN117170889B (en) * 2023-11-01 2024-01-23 沐曦集成电路(上海)有限公司 Heterogeneous non-blocking data packet synchronous processing system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0858190A2 (en) * 1997-01-23 1998-08-12 Gadzoox Networks, Inc. Fibre channel learning bridge, learning half bridge, and protocol

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6542962B2 (en) * 2001-03-21 2003-04-01 Hitachi, Ltd. Multiple processor data processing system with mirrored data for distributed access
JP5556371B2 (en) * 2010-05-25 2014-07-23 セイコーエプソン株式会社 Storage device, substrate, liquid container, method for receiving data to be written to data storage unit from host circuit, and system including storage device electrically connectable to host circuit
US9274908B2 (en) * 2013-02-26 2016-03-01 International Business Machines Corporation Resolving write conflicts in a dispersed storage network
CN103309940B (en) * 2013-05-03 2017-03-08 上海证券交易所 A kind of method to the sequence of out of order data flow
CN104866446A (en) * 2015-06-07 2015-08-26 英业达科技有限公司 Transfer interpreter and data reading and writing method of transfer interpreter

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0858190A2 (en) * 1997-01-23 1998-08-12 Gadzoox Networks, Inc. Fibre channel learning bridge, learning half bridge, and protocol

Also Published As

Publication number Publication date
CN106375329A (en) 2017-02-01

Similar Documents

Publication Publication Date Title
CN106375329B (en) A kind of data push method and sequence controller and data delivery system
WO2017148233A1 (en) State control method and device
TWI536283B (en) Method, device and artificial intelligence server for confirming artificial intelligence behavior
CN105404690B (en) The method and apparatus for inquiring database
CN107256180B (en) Data processing method, device and terminal
US9218222B2 (en) Physical manager of synchronization barrier between multiple processes
CN105264930B (en) Sending node and its reporting cached state method
CN113018848B (en) Game picture display method, related device, equipment and storage medium
CN108776897A (en) Data processing method, device, server and computer readable storage medium
CN104468174A (en) Method and device for cluster servers to execute task
CN104503784A (en) Method and system for controlling micro-client downloading by using script
CN110166455A (en) A kind of multi-operator platform data adaptation method and relevant device
CN108829868A (en) data display method and device, storage medium and electronic device
CN109731334A (en) Switching method and apparatus, storage medium, the electronic device of state
Semwal et al. On ordering multi-robot task executions within a cyber physical system
CN108898368A (en) Transfer method and device, storage medium, the electronic device of resource
CN105893320A (en) Remote task function calling method oriented at multi-core processor
CN113476853A (en) Data processing method and device for interactive tasks, electronic equipment and storage medium
CN115906999A (en) Management platform of large-scale reinforcement learning training task based on Kubernetes cluster
CN109246004A (en) Network data accelerated method and client, router, server
CN103299298B (en) The method and system of process business
CN110221902A (en) A kind of data transmission method and relevant apparatus based on virtual machine
CN106953933B (en) A kind of information push method and device, electronic equipment
CN109992325A (en) Information display method, device, storage medium and electronic device
CN116820527B (en) Program upgrading method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
C06 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