WO2020077832A1 - Procédé, appareil et dispositif d'accès à un bureau dans le nuage et support de stockage - Google Patents

Procédé, appareil et dispositif d'accès à un bureau dans le nuage et support de stockage Download PDF

Info

Publication number
WO2020077832A1
WO2020077832A1 PCT/CN2018/123188 CN2018123188W WO2020077832A1 WO 2020077832 A1 WO2020077832 A1 WO 2020077832A1 CN 2018123188 W CN2018123188 W CN 2018123188W WO 2020077832 A1 WO2020077832 A1 WO 2020077832A1
Authority
WO
WIPO (PCT)
Prior art keywords
tcp
access request
connection
long
cloud desktop
Prior art date
Application number
PCT/CN2018/123188
Other languages
English (en)
Chinese (zh)
Inventor
穆骏
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2020077832A1 publication Critical patent/WO2020077832A1/fr

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/14Session management
    • H04L67/141Setup of application sessions
    • 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/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Definitions

  • the present application relates to the field of cloud desktop access technology, and in particular, to a cloud desktop access method, device, equipment, and storage medium.
  • CloudStack is an open source cloud computing platform with high availability and scalability, as well as an open source cloud computing solution.
  • the platform also has a built-in user interface and programming interface to manage computing resources such as computing, networking, and storage. Therefore, using CloudStack as a foundation, data center operators can quickly and easily create cloud services through existing infrastructure.
  • CloudStack can accelerate the deployment, management and configuration of highly scalable public and private cloud environments.
  • access to the cloud desktop provided by CloudStack usually requires a separate application for accessing the cloud desktop to be installed on the user's machine, that is, in the implementation process, a proxy server to support the work of the application needs to be set, and the proxy server Assist the user machine to interact with the cloud desktop provided by CloudStack, which will undoubtedly increase the implementation cost.
  • a transmission control protocol Transmission
  • TCP Transmission Control Protocol
  • HTTP Hyper Text Transfer Protocol
  • CloudStack Hyper Text Transfer Protocol
  • the main purpose of this application is to provide a cloud desktop access method, device, equipment and storage medium, aiming to solve the high access cost of cloud desktop in the prior art, and user machine resources are prone to appear during the process of accessing the cloud desktop Take up too many questions.
  • the present application provides a cloud desktop access method.
  • the method includes the following steps:
  • the access request is sent to the cloud computing platform, and the response information made by the cloud computing platform is received to achieve access to the cloud desktop provided by the cloud computing platform.
  • the present application also provides a cloud desktop access device, the device including:
  • a page identifier acquisition module configured to receive a cloud desktop access request triggered by a user through a web browser, and extract the page identifier of the web browser from the access request;
  • a TCP long connection search module configured to search for a TCP long connection required for communication between the web browser and the cloud desktop from a pre-built TCP connection pool according to the page identifier;
  • the cloud desktop access module is used to send the access request to the cloud computing platform using the long TCP connection, and receive the response information made by the cloud computing platform to implement access to the cloud desktop provided by the cloud computing platform .
  • the present application also proposes a cloud desktop access device, the device includes: a memory, a processor, and a cloud desktop accessible on the memory and capable of running on the processor.
  • Read instructions the cloud desktop access readable instructions are configured to implement the steps of the cloud desktop access method described above.
  • the present application also proposes a storage medium on which the cloud desktop access readable instructions are stored, and the cloud desktop access readable instructions are implemented by the processor as described above Steps of the cloud desktop access method.
  • the cloud desktop access method, device, device, and storage medium of this embodiment access the cloud desktop provided by the cloud platform by using web browsing, so that there is no need to separately install a cloud desktop access application on the user's machine, and therefore also in the implementation process There is no need to additionally set up a proxy server to support the work of accessing the cloud desktop application, thereby effectively reducing the access cost of the cloud desktop.
  • the TCP length required for the web browser initiating the cloud desktop access request to communicate with the cloud desktop is found from the pre-built TCP connection pool according to the web browser's page identifier Connection, directly use the existing TCP long connection to exchange with the cloud desktop, to achieve access to the cloud desktop, in the process of accessing the cloud desktop, there is no need to repeatedly perform the operation of creating a TCP connection, just use it for reuse, so that Effectively reduce the occupation of user machine resources and solve the problem of flickering and jamming of user machine operation interface.
  • FIG. 1 is a schematic structural diagram of a cloud desktop access device of a hardware operating environment according to an embodiment of the present application
  • FIG. 2 is a schematic flowchart of a first embodiment of a cloud desktop access method according to this application;
  • FIG. 3 is a schematic flowchart of a second embodiment of a cloud desktop access method according to this application.
  • FIG. 4 is a structural block diagram of a first embodiment of a cloud desktop access device of the present application.
  • FIG. 1 is a schematic structural diagram of a cloud desktop access device of a hardware operating environment according to an embodiment of the present application.
  • the cloud desktop access device may include: a processor 1001, such as a central processor (Central Processing Unit, CPU), communication bus 1002, user interface 1003, network interface 1004, memory 1005.
  • the communication bus 1002 is used to implement connection communication between these components.
  • the user interface 1003 may include a display screen (Display), an input unit such as a keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface and a wireless interface.
  • the network interface 1004 may optionally include a standard wired interface and a wireless interface (such as a wireless fidelity (WIreless-FIdelity, WI-FI) interface).
  • WIreless-FIdelity WI-FI
  • the memory 1005 may be a high-speed random access memory (Random Access Memory (RAM) memory can also be a stable non-volatile memory (Non-Volatile Memory, NVM), such as disk storage.
  • RAM Random Access Memory
  • NVM Non-Volatile Memory
  • the memory 1005 may optionally be a storage device independent of the foregoing processor 1001.
  • FIG. 1 does not constitute a limitation on the cloud desktop access device, and may include more or less components than shown, or combine certain components, or arrange different components .
  • the memory 1005 as a storage medium may include an operating system, a network communication module, a user interface module, and a cloud desktop access program (that is, cloud desktop access readable instructions).
  • the network interface 1004 is mainly used for data communication with the cloud computing platform; the user interface 1003 is mainly used for data interaction with the user; the processor in the cloud desktop access device of this application 1001.
  • the storage 1005 may be provided in a cloud desktop access device.
  • the cloud desktop access device calls the cloud desktop access readable instructions stored in the memory 1005 through the processor 1001, and executes the cloud desktop provided by the embodiment of the present application. Access method.
  • FIG. 2 is a schematic flowchart of a first embodiment of a cloud desktop access method of the present application.
  • the cloud desktop access method includes the following steps:
  • Step S10 Receive a cloud desktop access request triggered by a user through a web browser, and extract a page identifier of the web browser from the access request.
  • the execution subject in this embodiment is the user machine used by the user.
  • the user machine may be any terminal device capable of accessing the network, such as a personal computer, a smart phone, a tablet computer, etc., which are not listed here one by one, and there is no limitation on this.
  • the aforementioned web browser namely Web browser, referred to as Web browser
  • Web browser is a Hyper Text Markup language (Hyper Text Markup Language, HTML) developed to display the HTML file content of the web server or file system, and allow users to interact with these files, a software that usually comes on the user's machine, so in this case by using a web browser to trigger An access request to access the cloud desktop, that is, a remote desktop access protocol based on noVNC, which realizes the interactive operation between the user machine and the cloud desktop provided by the cloud computing platform (CloudStack).
  • HTML Hyper Text Markup Language
  • the noVNC mentioned above is a remote desktop access protocol opposite to VNC.
  • the use of the VNC remote desktop access protocol must install the corresponding application program on the user, that is, the method used by the existing user machine to access the cloud desktop; and noVNC does not need to install a separate application on the user machine to access the cloud desktop Program, so there is no need to additionally set a proxy server to support the work of accessing the cloud desktop application during the implementation process, which not only facilitates the convenience of creating cloud services based on CloudStack, but also effectively reduces the implementation cost.
  • Hypertext Transfer Protocol HyperText Transfer Protocol, HTTP.
  • the content carried in the access request may specifically be various information carried in the HTTP request, such as the request header and the request body.
  • the purpose of extracting the page identifier of the web browser from the access request is to enable CloudStack to recognize the operating system, version, and CPU of the user machine
  • the types, the version of the web browser, the rendering engine of the web browser, the language of the web browser, the plug-ins of the web browser, etc., are not listed here one by one, and there is no restriction on this.
  • step S20 according to the page identifier, a long TCP connection required for communication between the web browser and the cloud desktop is searched from a pre-built TCP connection pool.
  • TCP Transmission Control Protocol
  • TCP Transmission Control Protocol
  • TCP Transmission Control Protocol
  • the TCP connection needs to complete three handshakes during the establishment process, and the release process needs to complete the four handshake. Therefore, the establishment of each TCP connection requires resource consumption and time consumption.
  • the TCP long connection After the TCP long connection is established, even if the communication parties (user machine and cloud desktop) complete a read and write operation, the TCP long connection will not be automatically closed, so subsequent read and write operations can continue to take the TCP long connection In this way, there is no need to repeatedly perform the creation operation during the entire process of the user machine accessing the cloud desktop, so it can effectively reduce the occupation of the user machine resources.
  • a TCP connection pool for storing these long TCP connections can be constructed in advance , So that after receiving the access request triggered by the user through the web browser, directly find the TCP long connection required for the communication between the web browser and the cloud desktop from the TCP connection pool according to the web page identifier extracted from the access request That's it.
  • a key-value pair will be used, and the unique page identifier will be stored in the record table as the key information required for retrieval. key area, and then store the identification number of the TCP long connection corresponding to each page ID into the value area corresponding to the key where each page ID is stored. Therefore, when searching for the TCP long connection required for communication between the web browser and the cloud desktop, first use the page identifier to search for the TCP long connection corresponding to the page identifier from a pre-recorded TCP long connection record table Identify and then carry out subsequent search operations, which is not only convenient to search, but also easy to expand and manage.
  • the TCP long connection corresponding to the identification number is found from the pre-built TCP connection pool according to the identification number, and the found
  • the long TCP connection serves as a long TCP connection required for communication between the web browser and the cloud desktop.
  • each TCP long connection will have its own identification number, so according to the found identification number, the TCP long corresponding to the identification number can be quickly and accurately found from the pre-built TCP connection pool connection.
  • the number of long TCP connections added in the pre-built TCP connection pool is limited, so there may be found TCP long connection is currently in use. Therefore, before using the found TCP long connection as the TCP long connection required for the web browser to communicate with the cloud desktop, you can also first determine whether the found TCP long connection is idle. If it is in idle state, it is directly used for multiplexing; otherwise, a long TCP connection is recreated.
  • TCP long connection is created as the TCP long connection required for the web browser to communicate with the cloud desktop, and the created TCP The identification number of the long connection is updated to the TCP long connection record table.
  • the cloud computing platform After receiving the handshake request sent by the user machine, the cloud computing platform makes a handshake response so that the user machine determines that the cloud computing platform has successfully received the handshake request.
  • the first parameter information fed back is specifically the parameter types and specific formats that the cloud computing platform can support, such as the digital types (integer, floating point, currency) that support various system versions (32-bit or 64-bit) Etc.), date type (format: XX year-XX month-XX day), string type, no longer list one by one here, nor limit this.
  • digital types integer, floating point, currency
  • system versions 32-bit or 64-bit
  • date type format: XX year-XX month-XX day
  • string type no longer list one by one here, nor limit this.
  • the second parameter information mentioned here is the type of parameters that the user machine can support, the specific format, etc. It can also be a digital type (integer, float) that supports various system versions (32-bit or 64-bit) Point type, currency type, etc.), date type (format: XX year-XX month-XX day), string type, no longer list them one by one, and do not limit them.
  • the process of accessing the cloud desktop is an interaction process between the user machine and the cloud computing platform
  • the selected parameters need to be supported by both, such as a string type parameter that takes up 10 bytes of storage space. Therefore, by performing intersection processing on the first parameter information and the second parameter information here, the parameters in the candidate parameter set obtained are parameters supported by both parties.
  • any one of the parameters from the candidate parameter set is selected as a parameter required for establishing a long TCP connection to complete the handshake operation.
  • any one parameter from the alternative parameter set can be used as the parameter required for establishing a long TCP connection to complete the handshake operation.
  • the user machine when the user machine completes the handshake operation with the cloud computing platform and starts to access the cloud desktop, it initiates an HTTP request to the cloud computing platform through the pre-bound HTTP server address or IP port, and the cloud computing platform responds to the HTTP request.
  • the user machine returns the HTML file of the cloud desktop, and then the user machine executes the JS (that is, javascrip, a scripting language belonging to the network) script in the HTML file to complete the creation of the TCP long connection.
  • JS that is, javascrip, a scripting language belonging to the network
  • the TCP long connection existing in the above TCP connection pool may be specifically created when the user machine first receives the access request, and when the TCP long connection is idle, the The TCP long connection periodically sends heartbeat packets to ensure that the TCP long connection can always be in a connected state during use.
  • Step S30 Use the TCP long connection to send the access request to the cloud computing platform, and receive the response information made by the cloud computing platform to implement access to the cloud desktop provided by the cloud computing platform.
  • the implementation of the access operation to the cloud desktop provided by the cloud computing platform is roughly as follows:
  • the communication channel between the web browser and the cloud desktop is connected and connected
  • the cloud computing platform will push the cloud desktop related data to the user machine through the TCP long connection.
  • the user machine can render the cloud desktop by triggering a callback mechanism to perform the rendering operation on the data
  • the user can operate the cloud service virtual device (hereinafter referred to as a virtual machine) built on CloudStack through the cloud desktop presented in the web browser.
  • the user machine After detecting the user's operation in the web browser, the user machine encapsulates the data generated during the operation of the cloud desktop into the agreed data format according to the pre-agreed data format, and then communicates through the TCP long connection The channel is sent to the cloud computing platform.
  • the cloud computing platform interprets the data sent by the user machine according to the agreed data packet protocol, and then executes the data packet to control the virtual machine.
  • the cloud desktop access method provided by this embodiment uses web browsing to access the cloud desktop provided by the cloud platform, so that there is no need to separately install an application to access the cloud desktop on the user machine. There is no need to additionally set up a proxy server that supports the work of accessing the cloud desktop application, thereby effectively reducing the access cost of the cloud desktop.
  • the TCP length required for the web browser initiating the cloud desktop access request to communicate with the cloud desktop is found from the pre-built TCP connection pool according to the web browser's page identifier Connection, directly use the existing TCP long connection to exchange with the cloud desktop, to achieve access to the cloud desktop, in the process of accessing the cloud desktop, there is no need to repeatedly perform the operation of creating a TCP connection, just use it for reuse, so that Effectively reduce the occupation of user machine resources and solve the problem of flickering and jamming of user machine operation interface.
  • FIG. 3 is a schematic flowchart of a second embodiment of a cloud desktop access method according to this application.
  • the cloud desktop access method of this embodiment further includes:
  • Step S00 Determine whether the access request meets the preset requirements.
  • whether the access request meets the preset requirement is determined according to the preset access request rule.
  • access request rules may specifically include the standard format of the access request, the fields required to be carried, and the adopted protocol, which are not listed here one by one, nor are they limited.
  • step S30 is entered to perform the operation of sending the access request to the cloud computing platform using the TCP long connection, so as to ensure that After receiving the access request, the cloud computing platform can make a correct response to ensure that the cloud desktop access can proceed smoothly.
  • step S00 may also include:
  • Step S40 Obtain the abnormal log file corresponding to the access request, and send the access request and the abnormal log file to the terminal device of the administrator.
  • management personnel mentioned in this embodiment may specifically be workers who create cloud services based on CloudStack.
  • the terminal device of the management personnel may specifically be a development device used by the management personnel, such as a personal computer, a server, etc., which will not be listed here one by one, and there is no limitation on this.
  • the exception log file and the pre-stored compare the normal log files and mark the inconsistent content to obtain the marked version of the abnormal log file; then send the access request and the marked version of the abnormal log file to the terminal device of the administrator, so that the The management personnel can locate the reason that the access request does not meet the preset requirements based on the access request and the abnormal log file of the marked version.
  • the local parameters of the user machine can also be sent to the terminal device of the manager together, so that The management personnel use the same user machine and the same version of the web browser to trigger the access request to access the cloud desktop, reproduce the problem encountered by the user, and thus can better solve the problem.
  • the local parameters of the user machine are various parameter information recorded under the "About this machine" function option in the setting interface of the phone, such as the network connected to the mobile phone, the total capacity, Available capacity, version, operator, model, serial number, wireless LAN address, etc., are not listed here, nor are there any restrictions.
  • the operation may be performed automatically by the user machine, or after determining that the access request does not meet the preset requirements, first An abnormal prompt pops up on the operation interface of the user machine, reminds the user that the current access request is illegal, and reminds the user to re-initiate the access request, while allowing the user machine to perform the operation in step S40.
  • the method may further include the following operations: The first system time of the machine, reporting the first system time to the assessment system for evaluating the manager; receiving the abnormal release notification sent by the manager's terminal device, and triggering a test access request through the web browser Operation to obtain a test access request; determine the test access request according to a preset judgment rule, and determine that the test access request meets the preset requirements; obtain the second system time of the machine, and set the second system time
  • the time is reported to the assessment system for assessing the management personnel, so that the assessment system determines the time taken by the management personnel to resolve the abnormality according to the first system time and the second system time, and will resolve the abnormality
  • the time used serves as a reference factor for the performance evaluation of the managers.
  • the cloud service created based on CloudStack can be component-developed according to the function and independently deployed, which can facilitate the later modification of any function, and after the modification, there is no need to update the entire service, greatly reducing the cloud
  • the degree of coupling of the various functional modules in the service improves convenience for subsequent horizontal expansion.
  • the cloud desktop access method before using the found TCP long connection to send the access request to the cloud computing platform, by judging the access request, before determining that the Only when the requirements are set, will the access request be sent to the cloud computing platform, so as to ensure that the cloud computing platform can make a correct response after receiving the access request, and ensure that the cloud desktop access can proceed smoothly;
  • the preset requirements are not met, by sending the access request and the exception log file corresponding to the access request to the terminal device of the management personnel, the management personnel can be enabled according to the access request and the exception log file To locate the cause of the access request that does not meet the preset requirements, quickly resolve the abnormal phenomenon, and then ensure the user experience.
  • the computer-readable instructions may be stored in In a non-volatile computer-readable storage medium, the aforementioned non-volatile readable storage medium may be a read-only memory, a magnetic disk, or an optical disk.
  • FIG. 4 is a structural block diagram of a first embodiment of a cloud desktop access device of the present application.
  • the cloud desktop access device includes: a page identifier acquisition module 4001, a TCP long connection search module 4002, and a cloud desktop access module 4003.
  • the page identifier acquisition module 4001 is used to receive a cloud desktop access request triggered by a user through a web browser, and extract the page identifier of the web browser from the access request;
  • the TCP long connection search module 4002 is used to The page identifier, from a pre-constructed TCP connection pool, to find a long TCP connection required for communication between the web browser and the cloud desktop;
  • a cloud desktop access module 4003 is used to use the long TCP connection to transfer the The access request is sent to the cloud computing platform, and the response information made by the cloud computing platform is received to implement access to the cloud desktop provided by the cloud computing platform.
  • the operations performed by the TCP long connection search module 4002 may be specifically divided, and the refined operations are allocated to different functional modules.
  • the TCP long connection search module 4002 may be divided into: an identification number search sub-module, a TCP long connection search sub-module, and a TCP long connection creation sub-module.
  • the identification number searching submodule is used to search for the identification number of the TCP long connection corresponding to the page identification from a pre-recorded TCP long connection record table using the page identification as an index item;
  • the TCP long The connection search submodule is used to search for the TCP long connection corresponding to the identification number from the pre-built TCP connection pool according to the identification number when the identification number of the TCP long connection corresponding to the page identification is found, and Use the found TCP long connection as the TCP long connection required for the web browser to communicate with the cloud desktop;
  • the TCP long connection creation sub-module is used to find the TCP corresponding to the page identifier when the page identifier is not found When the identification number of the long connection is created, create a TCP long connection as the TCP long connection required for the web browser to communicate with the cloud desktop, and update the identification number of the created TCP long connection to the TCP long connection record table in.
  • the operation of the TCP long connection creation submodule to create a TCP long connection can be roughly as follows: send a handshake request to the cloud computing platform to access the cloud desktop, negotiate the parameters required to establish a TCP long connection; receive the cloud computing platform The first parameter information of the handshake response and feedback made; obtaining the second parameter information of the local machine; performing an intersection processing on the first parameter information and the second parameter information to obtain a candidate parameter set; from the backup Select any one of the parameter sets as the parameter required to establish a long TCP connection to complete the handshake operation; send the first hypertext transfer protocol server address and the first Internet protocol port bound to the TCP long connection to the cloud computing platform And receive the second hypertext transfer protocol server address and the second Internet protocol port bound to the cloud desktop delivered by the cloud computing platform to complete the creation of a long TCP connection.
  • the cloud desktop access device provided in this embodiment may further include a state detection module.
  • the state detection module is configured to determine whether the found TCP long connection is used as the TCP long connection required for communication between the web browser and the cloud desktop as the TCP long connection found Idle.
  • the long TCP connection found is used as the long TCP connection required for communication between the web browser and the cloud desktop.
  • the cloud desktop access device accesses the cloud desktop provided by the cloud platform by using web browsing, so that there is no need to install a separate application for accessing the cloud desktop on the user machine. There is no need to additionally set up a proxy server that supports the work of accessing the cloud desktop application, thereby effectively reducing the access cost of the cloud desktop.
  • the TCP length required for the web browser initiating the cloud desktop access request to communicate with the cloud desktop is found from the pre-built TCP connection pool according to the web browser's page identifier Connection, directly use the existing TCP long connection to exchange with the cloud desktop, to achieve access to the cloud desktop, in the process of accessing the cloud desktop, there is no need to repeatedly perform the operation of creating a TCP connection, just use it for reuse, so that Effectively reduce the occupation of user machine resources and solve the problem of flickering and jamming of user machine operation interface.
  • the cloud desktop access device further includes an access request detection module.
  • the access request detection module is used to determine whether the access request meets the preset requirements.
  • the cloud desktop access module is triggered to perform the operation of “using the TCP long connection to send the access request to the cloud computing platform”.
  • the cloud desktop access device may further include a log acquisition module and an exception information sending module.
  • the log obtaining module is used to obtain an exception log file corresponding to the access request when the access request detection module determines that the access request does not meet the preset requirements by judging the access request; the exception information is sent A module for sending the access request and the abnormal log file to the terminal device of the manager, so that the manager can locate the access request and the abnormal log file according to the access request and the abnormal log file Reasons for meeting preset requirements.
  • the cloud desktop access device provided in this embodiment may further include an abnormality marking module.
  • the abnormality marking module is used to compare the abnormality log file with the normality log file pre-stored when the access request is initiated, and mark the inconsistent content to obtain a marked version of the abnormality log file.
  • the abnormal information sending module when sending abnormal information such as the access request and the abnormal log file corresponding to the access request, specifically sends the access request and the marked version of the abnormal log file to the management The terminal device of the personnel, so that the management personnel can locate the reason that the access request does not meet the preset requirements according to the access request and the abnormal log file of the marked version.
  • the cloud desktop access device provided in this example, before using the found TCP long connection to send the access request to the cloud computing platform, by judging the access request, it is determined that the Only when the requirements are set, will the access request be sent to the cloud computing platform, so as to ensure that the cloud computing platform can make a correct response after receiving the access request, and ensure that the cloud desktop access can proceed smoothly;
  • the preset requirements are not met, by sending the access request and the exception log file corresponding to the access request to the terminal device of the management personnel, the management personnel can be enabled according to the access request and the exception log file To locate the cause of the access request that does not meet the preset requirements, quickly resolve the abnormal phenomenon, and then ensure the user experience.
  • the method of the embodiment can be implemented by means of software plus the necessary general hardware platform, and of course it can also be implemented by hardware, but in many cases the former is the better implementation.
  • the technical solution can be embodied in the form of a software product in essence or part of the contribution to the existing technology.
  • the computer software product is stored in a storage medium (such as read-only memory (Read Only) Memory, ROM) / RAM, disk, optical Disk), including several instructions to enable a terminal device (which may be a mobile phone, a computer, a server, or a network device, etc.) to execute the method described in each embodiment of the present application.

Landscapes

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

Abstract

La présente invention se rapporte au domaine technique des accès à un bureau dans le nuage. La présente invention concerne un procédé, un appareil et un dispositif d'accès à un bureau dans le nuage et un support de stockage. Le procédé consiste à : recevoir une requête d'accès d'un bureau dans le nuage déclenchée par un utilisateur au moyen d'un navigateur de page web, et extraire une identification de page du navigateur de page web à partir de la requête d'accès ; rechercher, en fonction de l'identification de page, une connexion longue TCP requise pour la communication entre le navigateur de page web et le bureau dans le nuage à partir d'un groupe de connexions TCP pré-construites ; et envoyer la requête d'accès à une plateforme informatique dans le nuage en utilisant la connexion longue TCP, et recevoir des informations de réponse définies par la plateforme informatique dans le nuage pour accéder au bureau dans le nuage fourni par la plateforme informatique dans le nuage.
PCT/CN2018/123188 2018-10-16 2018-12-24 Procédé, appareil et dispositif d'accès à un bureau dans le nuage et support de stockage WO2020077832A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811201590.9A CN109639749B (zh) 2018-10-16 2018-10-16 云桌面的访问方法、装置、设备及存储介质
CN201811201590.9 2018-10-16

Publications (1)

Publication Number Publication Date
WO2020077832A1 true WO2020077832A1 (fr) 2020-04-23

Family

ID=66066405

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/123188 WO2020077832A1 (fr) 2018-10-16 2018-12-24 Procédé, appareil et dispositif d'accès à un bureau dans le nuage et support de stockage

Country Status (2)

Country Link
CN (1) CN109639749B (fr)
WO (1) WO2020077832A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113242149A (zh) * 2021-05-21 2021-08-10 中国农业银行股份有限公司 长连接配置方法、装置、设备、存储介质和程序产品
CN114422569A (zh) * 2021-12-30 2022-04-29 天翼云科技有限公司 一种云桌面的消息推送方法及装置
CN114598739A (zh) * 2022-02-28 2022-06-07 阿里巴巴(中国)有限公司 基于云应用的通信通道的处理方法、装置及系统

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111447176B (zh) * 2020-02-26 2023-07-21 中国平安人寿保险股份有限公司 内网安全访问外网的方法、装置、计算机设备及存储介质
CN113037541B (zh) * 2021-02-23 2023-05-12 深信服科技股份有限公司 网络设备管理方法、设备及存储介质
CN113794772B (zh) * 2021-09-15 2024-05-07 山东有人物联网股份有限公司 一种远程访问终端设备内置页面的方法及系统
CN114265655A (zh) * 2021-12-21 2022-04-01 奇安信科技集团股份有限公司 云应用数据处理方法及装置、系统和存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101990256A (zh) * 2010-08-27 2011-03-23 中兴通讯股份有限公司 长连接管理装置及长连接通讯的链路资源管理方法
CN104199957A (zh) * 2014-09-17 2014-12-10 合一网络技术(北京)有限公司 一种Redis通用代理的实现方法
CN105471869A (zh) * 2015-11-23 2016-04-06 珠海全志科技股份有限公司 一种互联网电视内容请求的连接复用方法及系统
CN106686038A (zh) * 2015-11-10 2017-05-17 中兴通讯股份有限公司 云桌面的调用方法及装置
US20170147323A1 (en) * 2015-11-25 2017-05-25 Le Holding (Beijing) Co., Ltd. Method and electronic device for upgrading software development kit of an application

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577392B (zh) * 2013-11-15 2017-07-18 北京奇虎科技有限公司 基于当前浏览页面的关键词推送方法及装置
CN105991575A (zh) * 2015-02-10 2016-10-05 北京神州泰岳信息安全技术有限公司 云桌面的登陆方法及系统
CN105338119A (zh) * 2015-12-03 2016-02-17 厦门法信公证云科技有限公司 一种基于云存储的电子证据固定保全系统
US10129155B2 (en) * 2016-11-21 2018-11-13 Microsoft Technology Licensing, Llc Delay based congestion control protocol co-existing with TCP
CN106850809A (zh) * 2017-02-09 2017-06-13 武汉烽火信息服务有限公司 基于桌面云平台用户门户使用虚拟桌面的装置
CN106936935B (zh) * 2017-04-28 2021-02-23 新华三技术有限公司 一种远程控制方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101990256A (zh) * 2010-08-27 2011-03-23 中兴通讯股份有限公司 长连接管理装置及长连接通讯的链路资源管理方法
CN104199957A (zh) * 2014-09-17 2014-12-10 合一网络技术(北京)有限公司 一种Redis通用代理的实现方法
CN106686038A (zh) * 2015-11-10 2017-05-17 中兴通讯股份有限公司 云桌面的调用方法及装置
CN105471869A (zh) * 2015-11-23 2016-04-06 珠海全志科技股份有限公司 一种互联网电视内容请求的连接复用方法及系统
US20170147323A1 (en) * 2015-11-25 2017-05-25 Le Holding (Beijing) Co., Ltd. Method and electronic device for upgrading software development kit of an application

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113242149A (zh) * 2021-05-21 2021-08-10 中国农业银行股份有限公司 长连接配置方法、装置、设备、存储介质和程序产品
CN113242149B (zh) * 2021-05-21 2024-02-02 中国农业银行股份有限公司 长连接配置方法、装置、设备、存储介质和程序产品
CN114422569A (zh) * 2021-12-30 2022-04-29 天翼云科技有限公司 一种云桌面的消息推送方法及装置
CN114598739A (zh) * 2022-02-28 2022-06-07 阿里巴巴(中国)有限公司 基于云应用的通信通道的处理方法、装置及系统

Also Published As

Publication number Publication date
CN109639749B (zh) 2021-09-21
CN109639749A (zh) 2019-04-16

Similar Documents

Publication Publication Date Title
WO2020077832A1 (fr) Procédé, appareil et dispositif d'accès à un bureau dans le nuage et support de stockage
WO2020147396A1 (fr) Procédé permettant de configurer de manière dynamique un nom de domaine de service, dispositif, appareil, et support de stockage
WO2020233077A1 (fr) Procédé, dispositif et appareil de surveillance de service de système et support d'informations
WO2020233073A1 (fr) Procédé, dispositif et appareil de traitement de test d'environnement de chaîne de blocs, et support de stockage
WO2021072881A1 (fr) Procédé, appareil et dispositif de traitement de demande fondée sur un stockage d'objet, et support de stockage
WO2020224246A1 (fr) Procédé et appareil de gestion de données fondée sur une chaîne de blocs, dispositif et support d'informations
WO2020253135A1 (fr) Procédé et dispositif d'analyse automatique, équipement utilisateur et support de stockage
WO2020186773A1 (fr) Procédé, dispositif et appareil de surveillance de demandes d'appel, et support d'informations
WO2014069787A1 (fr) Sécurité par le biais d'orchestrateurs de métadonnées
WO2012155709A1 (fr) Procédé, système et support de stockage pour pousser dynamiquement l'étiquette personnelle d'un utilisateur
WO2020015064A1 (fr) Procédé de traitement de défaillance de système, appareil, dispositif et support d'informations
WO2019109957A1 (fr) Procédé, appareil, et dispositif de fourniture de service basé sur un bus de service d'entreprise (esb), et support d'informations lisible
WO2020233060A1 (fr) Procédé et appareil de notification d'événement, serveur de notification d'événement et support de stockage
WO2014003505A1 (fr) Système et procédé de configuration d'aspect social d'un dispositif
WO2020233057A1 (fr) Procédé, appareil et dispositif d'empaquetage de fichiers, et support d'informations
WO2020143297A1 (fr) Procédé, appareil et dispositif de reprise après sinistre destinés à un centre d'appel, et support de stockage
WO2020042464A1 (fr) Procédé, appareil et dispositif d'interaction de données, et support d'informations lisible
WO2020073494A1 (fr) Procédé de détection de porte arrière de page web, dispositif, support d'informations et appareil
WO2020062644A1 (fr) Procédé, appareil et dispositif de détection du bogue de détournement json et support d'enregistrement
WO2012060669A1 (fr) Procédé de commande d'un dispositif distant par l'intermédiaire de sms et dispositif associé
WO2021003956A1 (fr) Procédé, appareil et dispositif de gestion d'informations de produit et support d'enregistrement
WO2020062640A1 (fr) Procédé, serveur et support de stockage pour changer une langue de rédaction dynamique d'application de terminal
WO2020062658A1 (fr) Procédé et appareil de génération de contrat, dispositif et support de stockage
WO2020253120A1 (fr) Procédé, système et dispositif d'enregistrement de page web, et support de stockage informatique
WO2020042471A1 (fr) Procédé, système, et dispositif de vérification de politique de pare-feu, et support de stockage lisible par machine

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18937370

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18937370

Country of ref document: EP

Kind code of ref document: A1