CN112689011B - Service transmission method, device, equipment and medium based on NFS protocol - Google Patents

Service transmission method, device, equipment and medium based on NFS protocol Download PDF

Info

Publication number
CN112689011B
CN112689011B CN202011551404.1A CN202011551404A CN112689011B CN 112689011 B CN112689011 B CN 112689011B CN 202011551404 A CN202011551404 A CN 202011551404A CN 112689011 B CN112689011 B CN 112689011B
Authority
CN
China
Prior art keywords
session
client
server
service
tcp connections
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
CN202011551404.1A
Other languages
Chinese (zh)
Other versions
CN112689011A (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 Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN202011551404.1A priority Critical patent/CN112689011B/en
Publication of CN112689011A publication Critical patent/CN112689011A/en
Application granted granted Critical
Publication of CN112689011B publication Critical patent/CN112689011B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Abstract

The application discloses a service transmission method, device, equipment and medium based on NFS protocol, comprising the following steps: sending a session establishment request to a server so that the server establishes a corresponding target session and distributes a unique corresponding session identifier for the client; acquiring the session identifier returned by the server; establishing a plurality of TCP connections, and sending the session identifier through each TCP connection so that the server binds each TCP connection with the target session; and respectively sending service requests to the server through a plurality of TCP connections so that the server can perform corresponding service processing. That is, the present application establishes a plurality of TCP connections based on the same session, and performs service transmission through the plurality of TCP connections, so that the transmission efficiency of the NFS service can be improved, thereby improving the performance of the NFS shared service.

Description

Service transmission method, device, equipment and medium based on NFS protocol
Technical Field
The present invention relates to the field of file system technologies, and in particular, to a service transmission method, device, equipment, and medium based on an NFS protocol.
Background
In the prior art, traffic for the same client is typically handled based on the same TCP (i.e., transmission Control Protocol, transmission control protocol) connection, so that the transmission efficiency of NFS (i.e., network File System, network file system) traffic is low, which obviously limits the overall performance of NFS shared traffic. That is, at present, how to improve the transmission efficiency of the NFS service is a problem that needs to be solved at present.
Disclosure of Invention
In view of this, an object of the present application is to provide a service transmission method, apparatus, device and medium based on the NFS protocol, which can improve the transmission efficiency of the NFS service, so as to improve the performance of the NFS shared service. The specific scheme is as follows:
in a first aspect, the present application discloses a service transmission method based on NFS protocol, applied to a client, including:
sending a session establishment request to a server so that the server establishes a corresponding target session and distributes a unique corresponding session identifier for the client;
acquiring the session identifier returned by the server;
establishing a plurality of TCP connections, and sending the session identifier through each TCP connection so that the server binds each TCP connection with the target session;
and respectively sending service requests to the server through a plurality of TCP connections so that the server can perform corresponding service processing.
Optionally, the establishing a plurality of TCP connections includes:
and establishing a plurality of TCP connections according to the current IO load condition.
Optionally, the establishing a plurality of TCP connections includes:
sending an IP acquisition request to the server;
acquiring a plurality of IP addresses returned by the server;
and establishing a plurality of TCP connections based on a plurality of the IP addresses.
Optionally, the establishing a plurality of TCP connections includes:
a plurality of the TCP connections are established based on the locally existing destination IP.
In a second aspect, the present application discloses a service transmission method based on NFS protocol, which is applied to a server, and includes:
acquiring a session establishment request sent by a client, establishing a corresponding target session and distributing a unique corresponding session identifier for the client;
returning the session identifier to the client;
acquiring the session identifications sent by the client through a plurality of established TCP connections, and binding each TCP connection with the target session;
and acquiring service requests sent by the client through a plurality of TCP connections, and performing corresponding service processing.
Optionally, the method further comprises:
acquiring an IP acquisition request sent by the client;
and returning a plurality of IP addresses to the client so that the client establishes a plurality of TCP connections based on the IP addresses.
In a third aspect, the present application discloses a service transmission device based on NFS protocol, applied to a client, including:
the session establishment request sending module is used for sending a session establishment request to a server so that the server establishes a corresponding target session and distributes a unique corresponding session identifier for the client;
a session identifier obtaining module, configured to obtain the session identifier returned by the server;
the TCP connection establishment module is used for establishing a plurality of TCP connections, and sending the session identifier through each TCP connection so that the server binds each TCP connection with the target session;
and the service request sending module is used for respectively sending service requests to the service end through a plurality of TCP connections so that the service end can perform corresponding service processing.
In a fourth aspect, the present application discloses a service transmission device based on NFS protocol, which is applied to a server, and includes:
the session establishment request acquisition module is used for acquiring a session establishment request sent by a client, establishing a corresponding target session and distributing a unique corresponding session identifier for the client;
a session identifier sending module, configured to return the session identifier to the client;
the TCP connection binding module is used for acquiring the session identifications sent by the client through the established multiple TCP connections and binding each TCP connection with the target session;
and the service request acquisition module is used for acquiring service requests sent by the client through a plurality of TCP connections and carrying out corresponding service processing.
In a fifth aspect, the present application discloses an electronic device comprising:
a memory for storing a computer program;
and the processor is used for executing the computer program to realize the service transmission method based on the NFS protocol.
In a sixth aspect, the application discloses a computer readable storage medium, configured to store a computer program, where the computer program when executed by a processor implements the foregoing NFS protocol-based service transmission method.
It can be seen that, the present application firstly sends a session establishment request to a server, so that the server establishes a corresponding target session and assigns a unique corresponding session identifier for the client, then obtains the session identifier returned by the server, then establishes a plurality of TCP connections, sends the session identifier through each TCP connection, so that the server binds each TCP connection with the target session, and then sends service requests to the server through a plurality of TCP connections, so that the server performs corresponding service processing. That is, the present application establishes a plurality of TCP connections based on the same session, and performs service transmission through the plurality of TCP connections, so that the transmission efficiency of the NFS service can be improved, thereby improving the performance of the NFS shared service.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings may be obtained according to the provided drawings without inventive effort to a person skilled in the art.
Fig. 1 is a flowchart of a service transmission method based on NFS protocol disclosed in the present application;
fig. 2 is a flowchart of a specific service transmission method based on the NFS protocol disclosed in the present application;
fig. 3 is a flowchart of a specific service transmission method based on the NFS protocol disclosed in the present application;
fig. 4 is a flowchart of a specific service transmission method based on the NFS protocol disclosed in the present application;
fig. 5 is a schematic structural diagram of a service transmission device based on NFS protocol disclosed in the present application;
fig. 6 is a schematic structural diagram of a service transmission device based on NFS protocol disclosed in the present application;
fig. 7 is a block diagram of an electronic device disclosed in the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
In the prior art, traffic for the same client is generally processed based on the same TCP connection, so that the transmission efficiency of the NFS traffic is low, which obviously limits the overall performance of the NFS shared traffic. That is, at present, how to improve the transmission efficiency of the NFS service is a problem that needs to be solved at present. Therefore, the service transmission scheme based on the NFS protocol can improve the transmission efficiency of the NFS service, thereby improving the performance of the NFS shared service.
Referring to fig. 1, an embodiment of the present application discloses a service transmission method based on NFS protocol, which is applied to a client, and includes:
step S11: and sending a session establishment request to a server so that the server establishes a corresponding target session and distributes a unique corresponding session identifier for the client.
In a specific embodiment, before sending a session establishment request to a server, the client sends a mounting request to the server, and obtains response information returned by the server based on the mounting request.
It should be noted that, after the client side and the server side complete the interaction of the mount, the server side may return file handle information related to the mount path, and the client side depends on the file handle information to complete the read-write related to the file and the metadata operation request.
Step S12: and acquiring the session identifier returned by the server.
It should be noted that, in this embodiment, the server may distinguish different client information according to the unique corresponding session identifier allocated to the client. And sending the response message carrying the session identifier to the client.
Step S13: and establishing a plurality of TCP connections, and sending the session identifier through each TCP connection so that the server binds each TCP connection with the target session.
In a specific implementation manner, the present embodiment establishes a plurality of TCP connections according to a current IO load situation. Specifically, if the IO load is high, the number of TCP connections established may increase.
And, the present implementation may establish a plurality of the TCP connections based on the locally existing destination IP.
In a specific embodiment, if the network card of the client supports multiple queues, multiple TCP connections with the same destination IP may be established based on the same source IP.
And, a session establishment request may be sent by each TCP connection, where the request packet carries the session identifier, so that the server may bind each TCP connection with the target session according to the session identifier.
It should be noted that binding multiple TCP connections to the same session may facilitate managing multiple TCP connections through the session.
Step S14: and respectively sending service requests to the server through a plurality of TCP connections so that the server can perform corresponding service processing.
In a specific embodiment, the client may send different service requests to the server through different TCP connections, and the server may distribute the different service requests to different CPUs for processing, so that the advantage of the multi-core CPU is fully utilized, and the performance of the shared service is improved.
As can be seen, in the embodiment of the present application, a session establishment request is sent to a server side, so that the server side establishes a corresponding target session and assigns a unique corresponding session identifier for the client side, then the session identifier returned by the server side is obtained, then a plurality of TCP connections are established, the session identifier is sent through each TCP connection, so that the server side binds each TCP connection with the target session, and then service requests are sent to the server side through a plurality of TCP connections, so that the server side performs corresponding service processing. That is, in the embodiment of the present application, a plurality of TCP connections are established based on the same session, and service transmission is performed through the plurality of TCP connections, so that the transmission efficiency of the NFS service can be improved, thereby improving the performance of the NFS shared service.
Referring to fig. 2, an embodiment of the present application discloses a service transmission method based on NFS protocol, which is applied to a client, and includes:
step S21: and sending a session establishment request to a server so that the server establishes a corresponding target session and distributes a unique corresponding session identifier for the client.
Step S22: and acquiring the session identifier returned by the server.
Step S23: and sending an IP acquisition request to the server.
Step S24: and acquiring a plurality of IP addresses returned by the server.
Step S25: and establishing a plurality of TCP connections based on a plurality of the IP addresses.
That is, the client may establish TCP connection through a plurality of service IPs configured by the server, and the client may send a request for obtaining an IP list to the server, and after receiving the request, the server returns the service IP list supported by itself. The client can select different ip addresses from the list to attempt to establish TCP connection, and after the connection is completed, a session establishment request can be sent, and the request carries the existing session identifier, so that the addition of a new channel can be completed.
Step S26: and sending the session identifier through each TCP connection so that the server binds each TCP connection with the target session.
Step S27: and respectively sending service requests to the server through a plurality of TCP connections so that the server can perform corresponding service processing.
For example, referring to fig. 3, the embodiment of the application discloses a specific service transmission method flow chart based on the NFS protocol, where a client sends a mounting request to a server, then the server replies corresponding mounting information, then the client sends a session establishment request, the server establishes a corresponding target session and assigns a unique corresponding session identifier to the client, and returns the session to the client, then the client requests an IP, the server returns a corresponding IP list, the client can select different IP addresses from the list to attempt to establish TCP connection, and after connection is completed, the session establishment request can be sent, and the request carries the existing session identifier, so that a new channel can be added.
Referring to fig. 4, an embodiment of the present application discloses a service transmission method based on NFS protocol, which is applied to a server, and includes:
step S31: and acquiring a session establishment request sent by the client, establishing a corresponding target session and distributing a unique corresponding session identifier for the client.
Step S32: and returning the session identifier to the client.
In a specific implementation manner, the embodiment may further obtain an IP acquisition request sent by the client; and returning a plurality of IP addresses to the client so that the client establishes a plurality of TCP connections based on the IP addresses.
Step S33: and acquiring the session identifications sent by the client through the established multiple TCP connections, and binding each TCP connection with the target session.
Step S34: and acquiring service requests sent by the client through a plurality of TCP connections, and performing corresponding service processing.
It can be seen that, in this embodiment of the present application, a session establishment request sent by a client is first obtained, a corresponding target session is established, a unique corresponding session identifier is allocated to the client, then the session identifier is returned to the client, then the session identifiers sent by the client through a plurality of established TCP connections are obtained, each TCP connection is bound with the target session, and then a service request sent by the client through a plurality of TCP connections is obtained, so that corresponding service processing is performed. That is, in the embodiment of the present application, a plurality of TCP connections are established based on the same session, and service transmission is performed through the plurality of TCP connections, so that the transmission efficiency of the NFS service can be improved, thereby improving the performance of the NFS shared service.
Referring to fig. 5, an embodiment of the present application discloses a service transmission device based on NFS protocol, which is applied to a client, and includes:
the session establishment request sending module 11 is configured to send a session establishment request to a server, so that the server establishes a corresponding target session and allocates a unique corresponding session identifier to the client.
And the session identifier obtaining module 12 is configured to obtain the session identifier returned by the server.
The TCP connection establishment module 13 is configured to establish a plurality of TCP connections, and send the session identifier through each TCP connection, so that the server binds each TCP connection with the target session.
And the service request sending module 14 is configured to send service requests to the service end through a plurality of TCP connections, so that the service end performs corresponding service processing.
As can be seen, in the embodiment of the present application, a session establishment request is sent to a server side, so that the server side establishes a corresponding target session and assigns a unique corresponding session identifier for the client side, then the session identifier returned by the server side is obtained, then a plurality of TCP connections are established, the session identifier is sent through each TCP connection, so that the server side binds each TCP connection with the target session, and then service requests are sent to the server side through a plurality of TCP connections, so that the server side performs corresponding service processing. That is, in the embodiment of the present application, a plurality of TCP connections are established based on the same session, and service transmission is performed through the plurality of TCP connections, so that the transmission efficiency of the NFS service can be improved, thereby improving the performance of the NFS shared service.
The TCP connection establishment module 13 is specifically configured to establish a plurality of TCP connections according to a current IO load condition.
In a specific embodiment, the TCP connection establishment module 13 specifically includes:
an IP acquisition request sending unit, configured to send an IP acquisition request to the server;
the IP address acquisition unit is used for acquiring a plurality of IP addresses returned by the server;
and the TCP connection establishment unit is used for establishing a plurality of TCP connections based on a plurality of the IP addresses.
In another specific implementation, the present embodiment may establish a plurality of the TCP connections based on the locally existing destination IP.
Referring to fig. 6, an embodiment of the present application discloses a service transmission device based on NFS protocol, which is applied to a server, and includes:
a session establishment request acquisition module 21, configured to acquire a session establishment request sent by a client, establish a corresponding target session, and allocate a unique corresponding session identifier to the client;
a session identifier sending module 22, configured to return the session identifier to the client;
a TCP connection binding module 23, configured to obtain the session identifiers sent by the client through the established multiple TCP connections, and bind each TCP connection with the target session;
and the service request acquisition module 24 is configured to acquire service requests sent by the client through a plurality of TCP connections, and perform corresponding service processing.
It can be seen that, in this embodiment of the present application, a session establishment request sent by a client is first obtained, a corresponding target session is established, a unique corresponding session identifier is allocated to the client, then the session identifier is returned to the client, then the session identifiers sent by the client through a plurality of established TCP connections are obtained, each TCP connection is bound with the target session, and then a service request sent by the client through a plurality of TCP connections is obtained, so that corresponding service processing is performed. That is, in the embodiment of the present application, a plurality of TCP connections are established based on the same session, and service transmission is performed through the plurality of TCP connections, so that the transmission efficiency of the NFS service can be improved, thereby improving the performance of the NFS shared service.
Wherein the apparatus further comprises:
and the IP acquisition request acquisition unit is used for acquiring the IP acquisition request sent by the client.
And the IP address returning unit is used for returning a plurality of IP addresses to the client so that the client establishes a plurality of TCP connections based on the IP addresses.
Referring to fig. 7, an embodiment of the present application discloses an electronic device 20, including a processor 21 and a memory 22; wherein the memory 22 is used for storing a computer program; the processor 21 is configured to execute the computer program to implement the following steps:
sending a session establishment request to a server so that the server establishes a corresponding target session and distributes a unique corresponding session identifier for the client; acquiring the session identifier returned by the server; establishing a plurality of TCP connections, and sending the session identifier through each TCP connection so that the server binds each TCP connection with the target session; and respectively sending service requests to the server through a plurality of TCP connections so that the server can perform corresponding service processing.
As can be seen, in the embodiment of the present application, a session establishment request is sent to a server side, so that the server side establishes a corresponding target session and assigns a unique corresponding session identifier for the client side, then the session identifier returned by the server side is obtained, then a plurality of TCP connections are established, the session identifier is sent through each TCP connection, so that the server side binds each TCP connection with the target session, and then service requests are sent to the server side through a plurality of TCP connections, so that the server side performs corresponding service processing. That is, in the embodiment of the present application, a plurality of TCP connections are established based on the same session, and service transmission is performed through the plurality of TCP connections, so that the transmission efficiency of the NFS service can be improved, thereby improving the performance of the NFS shared service.
The memory 22 may be a carrier for storing resources, such as a read-only memory, a random access memory, a magnetic disk or an optical disk, and the storage mode may be transient storage or permanent storage.
In addition, the electronic device 20 further includes a power supply 23, a communication interface 24, an input-output interface 25, and a communication bus 26; wherein the power supply 23 is configured to provide an operating voltage for each hardware device on the electronic device 20; the communication interface 24 can create a data transmission channel between the electronic device 20 and an external device, and the communication protocol to be followed is any communication protocol applicable to the technical solution of the present application, which is not specifically limited herein; the input/output interface 25 is used for acquiring external input data or outputting external output data, and the specific interface type thereof may be selected according to the specific application requirement, which is not limited herein.
Further, the embodiment of the application also discloses a computer readable storage medium for storing a computer program, wherein the computer program realizes the service transmission method based on the NFS protocol disclosed in the previous embodiment when being executed by a processor.
For the specific process of the service transmission method based on the NFS protocol, reference may be made to the corresponding content disclosed in the foregoing embodiment, and no detailed description is given here.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The foregoing describes in detail a service transmission method, apparatus, device and medium based on NFS protocol, and specific examples are applied to illustrate the principles and embodiments of the present application, where the foregoing examples are only used to help understand the method and core idea of the present application; meanwhile, as those skilled in the art will have modifications in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (10)

1. The service transmission method based on the NFS protocol is characterized by being applied to a client and comprising the following steps:
sending a session establishment request to a server so that the server establishes a corresponding target session and distributes a unique corresponding session identifier for the client;
acquiring the session identifier returned by the server;
establishing a plurality of TCP connections, and sending the session identifier through each TCP connection so that the server binds each TCP connection with the target session;
and respectively sending service requests to the server through a plurality of TCP connections so as to distribute different service requests to different CPUs for processing.
2. The NFS protocol-based traffic transmission method according to claim 1, wherein the establishing a plurality of TCP connections comprises:
and establishing a plurality of TCP connections according to the current IO load condition.
3. The NFS protocol-based traffic transmission method according to claim 1, wherein the establishing a plurality of TCP connections comprises:
sending an IP acquisition request to the server;
acquiring a plurality of IP addresses returned by the server;
and establishing a plurality of TCP connections based on a plurality of the IP addresses.
4. The NFS protocol-based traffic transmission method according to claim 1, wherein the establishing a plurality of TCP connections comprises:
a plurality of the TCP connections are established based on the locally existing destination IP.
5. The service transmission method based on the NFS protocol is characterized by being applied to a server and comprising the following steps:
acquiring a session establishment request sent by a client, establishing a corresponding target session and distributing a unique corresponding session identifier for the client;
returning the session identifier to the client;
acquiring the session identifications sent by the client through a plurality of established TCP connections, and binding each TCP connection with the target session;
and acquiring service requests sent by the client through a plurality of TCP connections, and performing corresponding service processing.
6. The traffic transmission method according to claim 5, further comprising:
acquiring an IP acquisition request sent by the client;
and returning a plurality of IP addresses to the client so that the client establishes a plurality of TCP connections based on the IP addresses.
7. A service transmission device based on NFS protocol, applied to a client, comprising:
the session establishment request sending module is used for sending a session establishment request to a server so that the server establishes a corresponding target session and distributes a unique corresponding session identifier for the client;
a session identifier obtaining module, configured to obtain the session identifier returned by the server;
the TCP connection establishment module is used for establishing a plurality of TCP connections, and sending the session identifier through each TCP connection so that the server binds each TCP connection with the target session;
and the service request sending module is used for respectively sending service requests to the service end through a plurality of TCP connections so that the service end can perform corresponding service processing.
8. A service transmission device based on NFS protocol, which is applied to a server, and includes:
the session establishment request acquisition module is used for acquiring a session establishment request sent by a client, establishing a corresponding target session and distributing a unique corresponding session identifier for the client;
a session identifier sending module, configured to return the session identifier to the client;
the TCP connection binding module is used for acquiring the session identifications sent by the client through the established multiple TCP connections and binding each TCP connection with the target session;
and the service request acquisition module is used for acquiring service requests sent by the client through a plurality of TCP connections and distributing different service requests to different CPUs for processing.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the NFS protocol based traffic transmission method as claimed in any one of claims 1 to 4.
10. A computer readable storage medium for storing a computer program which, when executed by a processor, implements the NFS protocol based traffic transmission method according to any one of claims 1 to 4.
CN202011551404.1A 2020-12-24 2020-12-24 Service transmission method, device, equipment and medium based on NFS protocol Active CN112689011B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011551404.1A CN112689011B (en) 2020-12-24 2020-12-24 Service transmission method, device, equipment and medium based on NFS protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011551404.1A CN112689011B (en) 2020-12-24 2020-12-24 Service transmission method, device, equipment and medium based on NFS protocol

Publications (2)

Publication Number Publication Date
CN112689011A CN112689011A (en) 2021-04-20
CN112689011B true CN112689011B (en) 2023-05-26

Family

ID=75452711

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011551404.1A Active CN112689011B (en) 2020-12-24 2020-12-24 Service transmission method, device, equipment and medium based on NFS protocol

Country Status (1)

Country Link
CN (1) CN112689011B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103457956A (en) * 2013-09-17 2013-12-18 网宿科技股份有限公司 HTTP streaming media live broadcasting method and system based on multiple TCP links
CN108476208A (en) * 2015-12-28 2018-08-31 亚马逊技术股份有限公司 Multi-path transmission designs

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007043678A (en) * 2005-06-29 2007-02-15 Ntt Docomo Inc Communication terminal and communication method
US8806030B2 (en) * 2010-12-06 2014-08-12 Microsoft Corporation Multichannel connections in file system sessions
CN102158344B (en) * 2011-05-20 2012-12-05 苏州安源汇信软件有限公司 Parallel multicasting network file system
US9064106B2 (en) * 2012-04-25 2015-06-23 Hitachi, Ltd. Method and apparatus to keep consistency of ACLs among a meta data server and data servers
US10264071B2 (en) * 2014-03-31 2019-04-16 Amazon Technologies, Inc. Session management in distributed storage systems
CN109286663A (en) * 2018-09-14 2019-01-29 郑州云海信息技术有限公司 A kind of distributed system method for distributing business, device and equipment
CN111970197A (en) * 2020-08-14 2020-11-20 苏州浪潮智能科技有限公司 Method, system, terminal and storage medium for improving read-write performance of network file system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103457956A (en) * 2013-09-17 2013-12-18 网宿科技股份有限公司 HTTP streaming media live broadcasting method and system based on multiple TCP links
CN108476208A (en) * 2015-12-28 2018-08-31 亚马逊技术股份有限公司 Multi-path transmission designs

Also Published As

Publication number Publication date
CN112689011A (en) 2021-04-20

Similar Documents

Publication Publication Date Title
CN109561171B (en) Configuration method and device of virtual private cloud service
CN110166570B (en) Service session management method and device, and electronic device
CN110430274A (en) A kind of document down loading method and system based on cloud storage
KR101805458B1 (en) Method for supporting websocket and web server and web application server using the same
JP4398354B2 (en) Relay system
CN114077480B (en) Method, device, equipment and medium for sharing memory between host and virtual machine
US20150088995A1 (en) Method and apparatus for sharing contents using information of group change in content oriented network environment
CN101895520B (en) Widget system data sharing method, server and data sharing system
US20140122723A1 (en) Dynamic registration of listener resources for cloud services
CN113259415B (en) Network message processing method and device and network server
CN115686875A (en) Method, apparatus and program product for transferring data between multiple processes
CN112104679B (en) Method, apparatus, device and medium for processing hypertext transfer protocol request
CN113452778B (en) Session holding method, device, equipment, system and storage medium
CN112968965B (en) Metadata service method, server and storage medium for NFV network node
CN112689011B (en) Service transmission method, device, equipment and medium based on NFS protocol
CN102833287A (en) Distributed file system and method for visiting data resource in distributed system
CN112511440B (en) Message forwarding method, system, storage medium and electronic equipment
CN115242882A (en) Method and device for accessing k8s container environment based on transport layer route
CN109600452B (en) Server cluster, message pushing method and related server
CN114500341A (en) Terminal real-time control method and control server under wide area network
JP2023522785A (en) Harmony Comprehensive Proxy Service
CN114095502B (en) Service processing method, system, device and medium
CN112769960A (en) Active flow control method and system based on Nginx server
CN111901689A (en) Streaming media data transmission method and device, terminal equipment and storage medium
AU2016267247B2 (en) Systems and methods for server failover and load balancing

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