CN107872492A - A kind of method and apparatus for supporting multi-user to edit data object in service end - Google Patents

A kind of method and apparatus for supporting multi-user to edit data object in service end Download PDF

Info

Publication number
CN107872492A
CN107872492A CN201610859683.5A CN201610859683A CN107872492A CN 107872492 A CN107872492 A CN 107872492A CN 201610859683 A CN201610859683 A CN 201610859683A CN 107872492 A CN107872492 A CN 107872492A
Authority
CN
China
Prior art keywords
client
user
data
modification
data object
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610859683.5A
Other languages
Chinese (zh)
Other versions
CN107872492B (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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201610859683.5A priority Critical patent/CN107872492B/en
Publication of CN107872492A publication Critical patent/CN107872492A/en
Application granted granted Critical
Publication of CN107872492B publication Critical patent/CN107872492B/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/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • 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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Abstract

The present invention provides a kind of method and apparatus for supporting multi-user to edit data object in service end, server bandwidth and network resource consumption can be reduced, improve server load capacity, more people edit the normal real-time synchronization of data under guarantee distributed type assemblies deployed environment, user can see editor's action of other users in real time, multi-person synergy office and accurate data push are realized, improves operating efficiency.The method for editing data object in service end support multi-user of the present invention, including:Receive edit requests of the client to data object;The authority of client is verified, when client is not belonging to user's group, then refuses the edit requests, this method terminates;Foundation is connected with the editor of client, and monitors modification of the client to data object;When modification meet data modification pushing condition concentrate condition, then the data object of modification is pushed in user's group the every other user in addition to client;When client exits editor, then closing is connected with the editor of the client.

Description

A kind of method and apparatus for supporting multi-user to edit data object in service end
Technical field
It is particularly a kind of to support multi-user to edit in service end the present invention relates to computer and its software technology field The method and apparatus of data object.
Background technology
With the development of Internet technology, the data edited in a client can be by server synchronization to system Other clients.According to the scheme being commonly used, client mainly passes through poll and Comet (a kind of server push technology) Mode update the data of service end.Wherein, the mode of poll mainly sets specific time interval, between each time Dot interlace sends calling interface request from browser to server, then returns to newest data browsing to client by server Device, to reach the effect of the timely response service device end data change of the page.Comet mode is mainly using in client kimonos A kind of technology (using the Comet technologies based on the long polls of ajax) of two-way communication is simulated between business device.
Specifically, client is discussed in detail respectively by poll and Comet technologies from service end below in conjunction with Fig. 1 and Fig. 2 The process updated the data.
Mainly include mainly including following mistake as shown in figure 1, client is updated the data by polling technique from service end Journey:
One timer (such as 2 seconds) is set in front end page JS, and timing cycle initiates request of data to service end;
Service end shows required data according to business back page after receiving request;
If the non-returned data of service end, client (browser) reach timing continue to service end initiate number According to request.
Mainly include mainly including following mistake as shown in Fig. 2 client is updated the data by Comet technologies from service end Journey:
After front end page loaded, one is established between service end by ajax (asynchronous JavaScript and XML) HTTP long connection (such as connecting 1, connection 2);
If service end no data updates, returned without data, current request can enter resting state;
If dormancy time exceedes the time-out time set, service end can return to the request (sending time-out prompting) of obstruction, And current connection is closed, front end page, which has handled this request, to initiate a new request to service end again, and re-establishes One new long connection;
If service end has business datum to change event triggering (having data renewal), the number of request can be returned immediately According to, be then shut off currently connecting, after the complete returned data of client process again again to service end initiate request lay equal stress on it is newly-built Vertical one new long connection.
Fig. 3 shows that client updates the data implementation process schematic diagram by Comet technologies from service end.As shown in figure 3, After client establishes connection with service end, service end checks whether business datum has change, if so, then returning to number to client According to and close current connection, flow terminates, and otherwise, current request enters resting state, wait pending data change notice;Current Request enters after resting state, checks whether the dormancy time of current request is overtime, is carried if so, then returning to time-out to client Show and close current connection, flow terminates, and otherwise, waits pending data to change notice, until the business datum of service end changes Become, to client returned data and close current connection.
The scheme that above-mentioned client is updated the data by poll and Comet technologies from service end be respectively present it is many not Foot:First, the mode of poll is used so that the request sent can not return to the data of change, waste server band every time Width, also, ceaselessly request server resource, increase server stress.Second, existed simultaneously in more people using Comet mode Under the scene of line editor's form, because the frequency of data syn-chronization is very high, Comet has data response to terminate every time can be newly-built one Connection, so, Comet mechanism can cause the waste of bandwidth and the increase of server stress.
The content of the invention
In view of this, the present invention provides a kind of method and apparatus for supporting multi-user to edit data object in service end, energy The bandwidth and network resource consumption of server are enough reduced, server load capacity is improved, is easy to later maintenance and extension, reduces The maintenance cost of software, ensure that more people edits the normal real-time synchronizations of data under distributed type assemblies deployed environment, support more people's realities When it is online, user can see real-time synchronization other users editor action, reach multi-person synergy office purpose, improve work Efficiency, and realize the accurate push of data.
To achieve the above object, according to an aspect of the invention, there is provided a kind of support multi-user to edit in service end The method of data object.
A kind of method for supporting multi-user to edit data object in service end, each data object have associated user Group and data modification pushing condition collection, this method include:Receive edit requests of the client to the data object;Described in checking The authority of client, when the client is not belonging to the user's group, then refuse the edit requests, this method terminates;Establish with Editor's connection of the client, and monitor modification of the client to the data object;When the modification meets institute The condition of data modification pushing condition concentration is stated, then the data object of modification is pushed in the user's group and removes the client Outside every other user;When the client exits editor, then closing is connected with the editor of the client.
Alternatively, wherein the service end includes data-pushing manager, and built using the data-pushing manager It is vertical to be connected with the editor of the client, monitor modification of the client to the data object and the data object modification Every other user in addition to the client is pushed in the user's group.
Alternatively, establishing editor's connection with the client includes the user of the corresponding connection ID of preservation, the client Editor's link information of other users in information and the user's group.
Alternatively, wherein data modification pushing condition collection includes following condition:Data are changed more than 3 characters, and during modification Between more than 3 seconds.
Alternatively, wherein the user's group of the data object defines when creating the data object.
Alternatively, it is wherein all in addition to the client when the data object of modification is pushed in the user's group Fail during other users, then into retry mechanism, and if still failed after retrying, then send and lose to the client Lose prompting.
Alternatively, wherein the data object is data form.
According to another aspect of the present invention, there is provided a kind of device for supporting multi-user to edit data object in service end.
A kind of device for supporting multi-user to edit data object in service end, each data object have associated user Group and data modification pushing condition collection, the device include:Receiving module, for receiving editor of the client to the data object Request;Authentication module, for verifying the authority of the client, when the client is not belonging to the user's group, then refusal should Edit requests, this method terminate;Pushing module, it is connected for establishing with the editor of the client, and monitors the client Hold the modification to the data object;When the condition changed and meet that the data modification pushing condition is concentrated, then modification Data object be pushed in the user's group every other user in addition to the client;When the client exits volume Volume, then close and be connected with the editor of the client.
Alternatively, wherein the service end includes data-pushing manager, and the pushing module is additionally operable to:Using institute State the foundation of data-pushing manager to be connected with the editor of the client, monitor modification of the client to the data object With the every other user data object of modification being pushed in the user's group in addition to the client.
Alternatively, the pushing module is additionally operable to:Preserve corresponding connection ID, the user profile of the client and the use Editor's link information of other users in the group of family.
Alternatively, wherein data modification pushing condition collection includes following condition:Data are changed more than 3 characters, and during modification Between more than 3 seconds.
Alternatively, wherein the user's group of the data object defines when creating the data object.
Alternatively, the pushing module is additionally operable to:It is pushed to when the data object of modification in the user's group except described Fail during every other user outside client, then into retry mechanism, and if still failed after retrying, then to The client sends and unsuccessfully prompted.
Alternatively, wherein the data object is data form.
Technique according to the invention scheme, edit requests of the client to data object are received, and verify the power of client Limit, when client is not belonging to user's group, then refuse the edit requests, this method terminates, if client belongs to user's group, establishes It is connected with the editor of client, and monitors modification of the client to data object, when modification meets data modification pushing condition collection In condition, then the data object of modification is pushed in user's group the every other user in addition to client, works as client Editor is exited, then closes and is connected with the editor of the client.Use technical scheme so that a client and service A websocket connection is only safeguarded between device, reduces the bandwidth and network resource consumption of server, improves server load energy Power, it is easy to later maintenance and extension, reduces the maintenance cost of software, ensures that more people edit number under distributed type assemblies deployed environment According to normal real-time synchronization, support more people's real-time onlines, user can see editor's action of other users real-time synchronization, reach The purpose of multi-person synergy office, improves operating efficiency, in addition, also achieving the use for by accurate data being pushed to and having permission Person.
Brief description of the drawings
Accompanying drawing is used to more fully understand the present invention, does not form inappropriate limitation of the present invention.Wherein:
Fig. 1 is the process schematic that the client of prior art is updated the data by polling technique from service end;
Fig. 2 is the process schematic that the client of prior art is updated the data by Comet technologies from service end;
Fig. 3 is that the client of prior art updates the data implementation process schematic diagram by Comet technologies from service end;
Fig. 4 is the key step of the method according to embodiments of the present invention for supporting multi-user to edit data object in service end Schematic diagram;
Fig. 5 is the overall framework signal according to embodiments of the present invention for supporting multi-user to edit data object in service end Figure;
Fig. 6 is that the specific implementation flow according to embodiments of the present invention that data object is edited in service end support multi-user is shown It is intended to;
Fig. 7 is the main modular of the device according to embodiments of the present invention for supporting multi-user to edit data object in service end Schematic diagram.
Embodiment
The one exemplary embodiment of the present invention is explained below in conjunction with accompanying drawing, including the various of the embodiment of the present invention Details should think them only exemplary to help understanding.Therefore, those of ordinary skill in the art should recognize Arrive, various changes and modifications can be made to the embodiments described herein, without departing from scope and spirit of the present invention.Together Sample, for clarity and conciseness, the description to known function and structure is eliminated in following description.
Fig. 4 is the key step of the method according to embodiments of the present invention for supporting multi-user to edit data object in service end Schematic diagram.
As shown in figure 4, the embodiment of the present invention supports multi-user to edit the method for data object and mainly include in service end Steps S401 to step S403.Wherein, each data object has associated user's group and data modification push bar Part collection, and data object can be data form or be pushed to page end, mobile phone terminal other forms data pair As.
Step S401:Receive edit requests of the client to data object.
Step S402:The authority of client is verified, when client is not belonging to user's group, then refuses the edit requests.
Wherein, the authority for verifying client is mainly to verify whether the client has the authority of editor's data object, can To define a user's group when creating data object, and provide that all users in the user's group possess editor's data object Authority.
If client is not belonging to above-mentioned user's group, refuse the edit requests of the client, if the client belongs to Above-mentioned user's group, then by the edit requests of the client, and carry out step S403.
Step S403:Foundation is connected with the editor of client, and monitors modification of the client to data object, works as modification Meet the condition that data modification pushing condition is concentrated, then the data object of modification is pushed in user's group in addition to client Every other user, when client exits editor, then closing is connected with the editor of the client.
Wherein, service end includes data-pushing manager, and the service end is mainly established by data-pushing manager It is connected with the editor of client, and modification of the monitoring client to data object and the data object of modification is pushed to user Every other user in group in addition to the client.
Specifically, establishing to be connected with the editor of client mainly includes:Preserve the user of corresponding connection ID, the client Editor's link information of other users in information and user's group.
Data modification pushing condition collection specifically may include following condition:Modification data exceed more than 3 characters, and modification time 3 seconds.
Fail when the data object of modification being pushed in user's group the every other user in addition to client When, then into retry mechanism, and if still failed after retrying, then send to client and unsuccessfully prompt.
Fig. 5 shows the overall framework signal for supporting multi-user to edit data object in service end of the embodiment of the present invention Figure.
Service end is established by data-pushing manager and is connected with the editor of client, and monitoring client is to data pair The modification of elephant and the data object of modification is pushed in user's group the every other user in addition to the client.Such as Fig. 5 institutes Show, data-pushing manager can be realized by the Push Manager of service end, and Push Manager are to be based on Netty frameworks A kind of distribution of the management websocket connections of (programming framework for quick developing network client/server) exploitation Cluster service, it includes two services of Push Server (push server) and Push Client (push client).Wherein, Push Server are used for the connection distributed between client and Push Client, in order that load balancing, Push Server lead to The minimum Push Client of one client connection number of often distribution, and be responsible for establishing with client by the Push Client and edit Connection.Push Client are used for the connection established between client and propelling data object to client.Data pair in Fig. 5 As by taking data form as an example, and data-pushing manager by corresponding form service by the connection ID of client, client User profile and user's group in editor's link informations of other users be saved in a storage system, the storage system is for example Redis storage systems.
Multi-user is supported to edit the overall framework of data object in service end according to Fig. 5, the embodiment of the present invention Multi-user is supported to edit the specific implementation flow of data object as shown in fig. 6, specifically including steps S601 in service end To step S615.
Step S601:Service end receives edit requests of the client to data form.
Wherein, form can be created by the client or other clients, and the founder of form will when creating form All client users that can use the form add a user's group, and only the user in user's group, which has, edits the form Authority.
Step S602:Whether service end checking client has the authority of editor's form, if so, step S603 is then performed, Otherwise, step S604 is performed.
The authority of client is verified primarily to guarantee data security, prevents from not editing and repairing in the disabled user of user's group Change the data in form.
Step S603:Client establishes editor's connection to the data-pushing manager request of service end.
After having performed step S603, step S605 is performed.
Step S604:Refuse edit requests of the client to data form.
Step S605:Judge whether connection is successfully established, if it is not, step S606 is then performed, if so, then performing step S609。
Step S606:Foundation editor's connection is retried, and performs next step S607.
Step S607:Judgement retries whether operation succeeds, if so, then performing step S609, otherwise, performs step S608.
Step S608:Service end returns to the prompting message of connection failure to client.
Step S609:The connection request of data-pushing manager processes client, and by the connection ID of client and user Information is saved in storage system.
Specifically, after data-pushing manager receives the connection request of client, first by push server (Push Server) handled, Push Server can obtain the client connection number of each push client (Push Client) Summation, find client by comparing and connect a minimum Push Client of number, thus Push Client are responsible for and client Editor's connection is established at end, can so ensure the client load equilibrium connected on each Push Client.Then, Push The connection ID of this Push Client and client, user profile etc. are sent to corresponding form service by Server, and by form The connection ID, user profile are added to user's group by service, and are preserved to storage system (such as Redis), finally by connection ID, use The link informations such as family information return to client, so that client is according to link information establishment and Push Client connection.
User's group also includes editor's link information (including connection ID and user profile) of other users in the group, and this For a little users when establishing editor's connection respectively with service end, these information also can be saved in storage system by form service respectively, When there is user to exit Table edit function, the user edits connection and will be closed accordingly, editor's link information of the user Also the user's group can be moved out of simultaneously.
Step S610:Client-side editing data form, and when reaching the condition of data modification pushing condition concentration, will compile The data collected are submitted to the corresponding form service of service end.
The condition that data modification pushing condition is concentrated is that client user is set in advance according to demand, is specifically included as follows Condition:Data are changed more than 3 characters, and modification time was more than 3 seconds.
Step S611:The form Service Notification data-pushing manager of service end performs data-pushing.
Step S612:Every other user of the data-pushing manager into user's group in addition to the client pushes number According to.
Step S613:Service end judges whether data-pushing succeeds, if so, then performing step S614, otherwise, performs step S615。
Step S614:The other users for receiving data carry out data renewal according to the data of the push.
Step S615:Data-pushing manager retries data-pushing, if retrying failure, push failure is returned to client Prompting message.
If retrying failure, client can pass through after the prompting message of push failure of service end return is received Line send a notice other users renewal form in data.
When client exits Table edit function, data-pushing manager will close Push Client and the client Editor's connection, and form service removes the connection ID of the client, user profile from user's group.
The technical scheme of the embodiment of the present invention based on Netty high-performance, it is highly reliable the characteristics of develop one management The data-pushing manager (Push Manager) of websocket connections, so that client and server can keep one constantly Individual data communication pipe, when server end has a change of business datum (such as list data), server end can actively, in time, can Latest data is sent to client by ground.
Fig. 7 is the main modular of the device according to embodiments of the present invention for supporting multi-user to edit data object in service end Schematic diagram.Data object can be data form, and each data object has associated user's group and data modification push bar Part collection.
The embodiment of the present invention as shown in Figure 7 supports multi-user to edit the device 700 of data object and mainly wrap in service end Include receiving module 701, authentication module 702, pushing module 703.Wherein, receiving module 701 is used to receive client to data pair The edit requests of elephant;Authentication module 702 is used to verify the authority of client, when client is not belonging to user's group, then refuses the volume Request is collected, this method terminates;Pushing module 703 is used to establish to be connected with the editor of client, and monitors client to data The modification of object;When modification meet data modification pushing condition concentrate condition, then the data object of modification is pushed to user Every other user in group in addition to client;When client exits editor, then closing is connected with the editor of the client.
Service end may include data-pushing manager, pushing module 703 can be used for using data-pushing manager establish with Editor's connection of client, modification of the monitoring client to the data object and data object of modification is pushed in user's group remove Every other user outside client.
Pushing module 703 can also be used to preserve other in corresponding connection ID, the user profile of the client and user's group Editor's link information of user.
Data modification pushing condition collection may include following condition:Data are changed more than 3 characters and modification time more than 3 seconds.
The user's group of data object defines when creating data object.
Pushing module 703 can be additionally used in:When the institute data object of modification being pushed in user's group in addition to client Fail when there are other users, then into retry mechanism, and if still failed after retrying, then send and fail to client Prompting.
Technical scheme according to embodiments of the present invention, edit requests of the client to data object are received, and verify client The authority at end, when client is not belonging to user's group, then refuse the edit requests, this method terminates, if client belongs to user's group, Then establish and be connected with the editor of client, and monitor modification of the client to data object, when modification meets that data modification pushes Condition in condition set, then the data object of modification is pushed in user's group the every other user in addition to client, when Client exits editor, then closes and be connected with the editor of the client.Use the technical scheme of the embodiment of the present invention so that one A websocket connection is only safeguarded between client and server, reduces the bandwidth and network resource consumption of server, is improved Server load capacity, it is easy to later maintenance and extension, reduces the maintenance cost of software, ensures distributed type assemblies deployed environment Under more people edit the normal real-time synchronizations of data, support more people's real-time onlines, user can see other users real-time synchronization Editor acts, and reaches the purpose of multi-person synergy office, improves operating efficiency, by accurate data is pushed in addition, also achieving The user having permission.
Above-mentioned embodiment, does not form limiting the scope of the invention.Those skilled in the art should be bright It is white, depending on design requirement and other factors, various modifications, combination, sub-portfolio and replacement can occur.It is any Modifications, equivalent substitutions and improvements made within the spirit and principles in the present invention etc., should be included in the scope of the present invention Within.

Claims (14)

1. a kind of method for supporting multi-user to edit data object in service end, each data object have associated user's group With data modification pushing condition collection, it is characterised in that this method includes:
Receive edit requests of the client to the data object;
The authority of the client is verified, when the client is not belonging to the user's group, then refuses the edit requests, this method Terminate;
Foundation is connected with the editor of the client, and monitors modification of the client to the data object;
When the condition changed and meet that the data modification pushing condition is concentrated, then the data object of modification is pushed to described Every other user in user's group in addition to the client;
When the client exits editor, then closing is connected with the editor of the client.
2. the method as described in claim 1, it is characterised in that wherein described service end includes data-pushing manager, and Established using the data-pushing manager and be connected with the editor of the client, monitor the client to the data object Modification and the data object of modification is pushed in the user's group the every other user in addition to the client.
3. method as claimed in claim 2, it is characterised in that establish and connect that to include preservation corresponding with the editor of the client Connection ID, in the user profile of the client and the user's group other users editor's link information.
4. the method as described in claim 1, it is characterised in that wherein data modification pushing condition collection includes following condition:
Data are changed more than 3 characters, and
Modification time was more than 3 seconds.
5. the method as described in claim 1, it is characterised in that the user's group of wherein described data object is to create the data Defined during object.
6. the method as described in claim 1, it is characterised in that wherein when the data object of modification is pushed to the user's group In every other user in addition to the client when fail, then into retry mechanism, and if after retrying still Failure, then send to the client and unsuccessfully prompt.
7. the method as described in claim 1, it is characterised in that wherein described data object is data form.
8. a kind of device for supporting multi-user to edit data object in service end, each data object have associated user's group With data modification pushing condition collection, it is characterised in that the device includes:
Receiving module, for receiving edit requests of the client to the data object;
Authentication module, for verifying the authority of the client, when the client is not belonging to the user's group, then refuse the volume Request is collected, this method terminates;
Pushing module, it is connected for establishing with the editor of the client, and monitors the client to the data object Modification;When the condition changed and meet that the data modification pushing condition is concentrated, then the data object of modification is pushed to Every other user in the user's group in addition to the client;When the client exits editor, then close and the visitor Editor's connection at family end.
9. device as claimed in claim 8, it is characterised in that wherein described service end includes data-pushing manager, and The pushing module is additionally operable to:
Established using the data-pushing manager and be connected with the editor of the client, monitor the client to the data The modification of object and the data object of modification is pushed in the user's group the every other user in addition to the client.
10. device as claimed in claim 9, it is characterised in that the pushing module is additionally operable to:Preserve corresponding connection ID, Editor's link information of other users in the user profile of the client and the user's group.
11. device as claimed in claim 8, it is characterised in that wherein data modification pushing condition collection includes following condition:
Data are changed more than 3 characters, and
Modification time was more than 3 seconds.
12. device as claimed in claim 8, it is characterised in that the user's group of wherein described data object is to create the number Defined during according to object.
13. device as claimed in claim 8, it is characterised in that the pushing module is additionally operable to:When the data object modification Fail during the every other user being pushed in the user's group in addition to the client, then into retry mechanism, and And if still failed after retrying, then send to the client and unsuccessfully prompt.
14. device as claimed in claim 8, it is characterised in that wherein described data object is data form.
CN201610859683.5A 2016-09-28 2016-09-28 Method and device for supporting multi-user editing of data object at server Active CN107872492B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610859683.5A CN107872492B (en) 2016-09-28 2016-09-28 Method and device for supporting multi-user editing of data object at server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610859683.5A CN107872492B (en) 2016-09-28 2016-09-28 Method and device for supporting multi-user editing of data object at server

Publications (2)

Publication Number Publication Date
CN107872492A true CN107872492A (en) 2018-04-03
CN107872492B CN107872492B (en) 2021-05-25

Family

ID=61761036

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610859683.5A Active CN107872492B (en) 2016-09-28 2016-09-28 Method and device for supporting multi-user editing of data object at server

Country Status (1)

Country Link
CN (1) CN107872492B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109299046A (en) * 2018-08-30 2019-02-01 湖北工业大学 A kind of synergic editing method based on TCP WebSocket agreement
CN109522533A (en) * 2018-10-12 2019-03-26 平安科技(深圳)有限公司 Table edit method, apparatus, equipment and medium based on web data
CN111865687A (en) * 2020-07-20 2020-10-30 上海悦易网络信息技术有限公司 Service data updating method and equipment
CN112800742A (en) * 2021-04-14 2021-05-14 北京智慧易科技有限公司 Method, system and equipment for compiling standard file

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521407A (en) * 2011-12-28 2012-06-27 谢勇 Method for document collaboration among users
CN103347091A (en) * 2013-07-19 2013-10-09 百度在线网络技术(北京)有限公司 Method for sharing document annotations and cloud server
CN104572600A (en) * 2013-10-29 2015-04-29 镇江睿泰信息科技有限公司 Multi-person collaborative document editing operation method
CN105743973A (en) * 2016-01-22 2016-07-06 上海科牛信息科技有限公司 Multi-user multi-device real-time synchronous cloud cooperation method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521407A (en) * 2011-12-28 2012-06-27 谢勇 Method for document collaboration among users
CN103347091A (en) * 2013-07-19 2013-10-09 百度在线网络技术(北京)有限公司 Method for sharing document annotations and cloud server
CN104572600A (en) * 2013-10-29 2015-04-29 镇江睿泰信息科技有限公司 Multi-person collaborative document editing operation method
CN105743973A (en) * 2016-01-22 2016-07-06 上海科牛信息科技有限公司 Multi-user multi-device real-time synchronous cloud cooperation method and system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109299046A (en) * 2018-08-30 2019-02-01 湖北工业大学 A kind of synergic editing method based on TCP WebSocket agreement
CN109299046B (en) * 2018-08-30 2023-08-15 湖北工业大学 Collaborative editing method based on TCP WebSocket protocol
CN109522533A (en) * 2018-10-12 2019-03-26 平安科技(深圳)有限公司 Table edit method, apparatus, equipment and medium based on web data
CN111865687A (en) * 2020-07-20 2020-10-30 上海悦易网络信息技术有限公司 Service data updating method and equipment
CN112800742A (en) * 2021-04-14 2021-05-14 北京智慧易科技有限公司 Method, system and equipment for compiling standard file
CN112800742B (en) * 2021-04-14 2022-04-01 北京智慧易科技有限公司 Method, system and equipment for compiling standard file

Also Published As

Publication number Publication date
CN107872492B (en) 2021-05-25

Similar Documents

Publication Publication Date Title
CN101193089B (en) Stateful session system and its realization method
CN107872492A (en) A kind of method and apparatus for supporting multi-user to edit data object in service end
CN107018554A (en) A kind of data transmission method, device and intelligent terminal
CN101605108B (en) Method, system and apparatus for instant communication
CN102780575A (en) Method and system for creating and managing schedule on basis of social network
CN107395738A (en) A kind of integrated call center and the system and method for wechat public number customer service
CN105095022A (en) Data backup method and device
CN101127947A (en) A method, system and device for logging in chat room based on mobile terminal
EP1700230A2 (en) Dynamic timeout in a client-server system
US20080200145A1 (en) Systems and methods for session records correlation
CN105791399B (en) More trunk interconnection net big data method for pushing and system
CN104092746B (en) A kind of O&M auditing system and the network load balancing method in its system
CN103647701B (en) The control method and device of instantaneous communication system message forwarding
CN106921717A (en) A kind of information push method and system based on mobile terminal
CN105991412A (en) Method and device for pushing message
CN101448004A (en) Method, server and system based on instant messaging for releasing user state
CN101690005A (en) Wed-based over-the-air provisioning and activation of mobile terminals
CN110650122B (en) Automatic log-out method, device and system for Web system
JP2007288579A (en) Base station log collection apparatus, collection method of log of base station, and computer program
CN101599921A (en) A kind of enterprise instant communication system and document transmission method thereof
CN104092826A (en) Method and device for sharing personal information on terminal
CN101699905A (en) Wireless intelligent terminal, webmaster platform and management method by webmaster platform
WO2015196818A1 (en) Method and apparatus for sending short message
CN111935316B (en) Method and device for acquiring front-end equipment catalog
CN107786552A (en) Single-point logging method, system and computer equipment

Legal Events

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