CN110825537B - Method, device and equipment for calling remote application based on C/S architecture - Google Patents

Method, device and equipment for calling remote application based on C/S architecture Download PDF

Info

Publication number
CN110825537B
CN110825537B CN201911063737.7A CN201911063737A CN110825537B CN 110825537 B CN110825537 B CN 110825537B CN 201911063737 A CN201911063737 A CN 201911063737A CN 110825537 B CN110825537 B CN 110825537B
Authority
CN
China
Prior art keywords
application
client
authenticated
remote
calling
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
CN201911063737.7A
Other languages
Chinese (zh)
Other versions
CN110825537A (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.)
Liansi Zhiyun Beijing Technology Co ltd
Original Assignee
Liansi Zhiyun Beijing 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 Liansi Zhiyun Beijing Technology Co ltd filed Critical Liansi Zhiyun Beijing Technology Co ltd
Priority to CN201911063737.7A priority Critical patent/CN110825537B/en
Publication of CN110825537A publication Critical patent/CN110825537A/en
Application granted granted Critical
Publication of CN110825537B publication Critical patent/CN110825537B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • G06F9/548Object oriented; Remote method invocation [RMI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/541Client-server

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a method, a device and equipment for calling a remote application based on a C/S architecture, wherein a calling request of a target application sent by a client is obtained; generating data information of an execution process of the calling request; based on the remote service corresponding to the target application attribute, the data information is sent to the client, so that the client displays the execution process after analyzing the data information, a bottom operating system of the remote service is consistent with the target application, the application does not need to be issued through a virtual machine, the operation effect is good, the content displayed by the client is consistent with the three-dimensional design software of the server, the acceptance degree of people is high, and the practicability of the three-dimensional design application remote application is improved.

Description

Method, device and equipment for calling remote application based on C/S architecture
Technical Field
The invention relates to the technical field of remote services, in particular to a method, a device and equipment for calling remote application based on a C/S (client/server) architecture.
Background
The main technical difficulty of running three-dimensional design application on a cloud desktop is that a conventional virtual machine cannot provide high-performance graphic processing capability, and the virtual machine has no independent display card and can only finish graphic operation by means of a CPU (central processing unit), so that the three-dimensional model is unsmooth and unsmooth in moving, zooming and rotating. With the increasing demand of the cloud desktop for structural design in the manufacturing industry, companies such as vmware and ctrix cooperate with display card manufacturers such as nvidia and AMD to develop a display card virtualization technology, so that a virtual display adapter can be installed in an operating system of a virtual machine, and when a three-dimensional design application on the cloud desktop runs, a graphic processing resource of a server can be called. However, the running effect of the application is not ideal because virtualization causes the performance loss of the graphics card.
Subsequently, cloud platform service providers such as vmware, ctrix and Microsoft develop a remote application technology, that is, a three-dimensional design application runs on a remote server, a user completes operation at a terminal through a remote protocol, and the server displays a final result to a terminal user. The vmware \ ctrix product can start an application program through a special client application, and the front-end experience is good. However, because the bottom operating system is linux, the application can be issued only through the virtual machine, and the application running effect is not good; although the Microsoft product can realize pure physical machine deployment, the Microsoft product can only be issued based on the RDWeb, remote applications need to be started through a browser, connection is established through shortcut icons of the browser, and the method is greatly different from the use habit of engineers.
Therefore, the problem of poor application running effect still exists when the current three-dimensional design is applied to remote application, so that the practicability of the three-dimensional design application remote application is not high.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method, an apparatus and a device for calling a remote application based on a C/S architecture, so as to overcome the problem that the practicability of the remote application is not high in the current three-dimensional design application.
In order to achieve the purpose, the invention adopts the following technical scheme:
a calling method of a remote application based on a C/S architecture comprises the following steps:
acquiring a calling request of a target application sent by a client based on a preset C/S architecture;
generating data information of the execution process of the calling request;
and sending the data information to the client based on a preset remote service corresponding to the attribute of the target application, so that the client displays the execution process after analyzing the data information.
Further, before acquiring the call request of the target application sent by the client, the method for calling the remote application based on the C/S architecture further includes:
acquiring connection information sent by the client;
after the connection information is verified successfully, connection based on the remote service is established with the client;
and determining an authenticated application corresponding to the connection information, and sending the authenticated application to the client based on the remote service so that the client determines the target application from the authenticated application.
Further, the method for invoking a remote application based on a C/S architecture further includes:
acquiring a starting request of an application to be authenticated, which is sent by the client;
detecting whether the application to be authenticated exists in a preset application database;
and if the application to be authenticated exists in the application database, executing the starting request after acquiring authentication information.
Further, the above method for invoking a remote application based on a C/S architecture further includes:
if the application to be authenticated does not exist in the application database, generating a request record of the application to be authenticated;
and if the request record reaches a preset resource alarm threshold value, generating an installation prompt of the application to be authenticated so as to prompt a worker to install the application to be authenticated.
Further, the method for invoking the remote application based on the C/S architecture, which sends the authenticated application to the client based on the remote service, includes:
acquiring the use frequency of all the authenticated applications in a preset time;
arranging the authenticated applications in a descending order of the frequency of use;
transmitting the authenticated applications arranged in descending order of the usage frequency to the client based on the remote service.
Further, the above method for invoking a remote application based on a C/S architecture further includes:
acquiring installation information of the same type of application of the authenticated application;
and sending the installation information to the client to remind the user of installation of the applications of the same type and suggest the user to use.
Further, the above method for invoking a remote application based on a C/S architecture further includes:
acquiring disconnection information of the client;
closing the target application according to the disconnection information;
and after the target application is closed, disconnecting the connection with the client.
The invention also provides a calling device of the remote application based on the C/S architecture, which comprises the following components:
the acquisition module is used for acquiring a calling request of a target application sent by a client;
the generation module is used for generating data information of the execution process of the calling request;
and the sending module is used for sending the data information to the client based on a preset remote service corresponding to the target application attribute so that the client displays the execution process after analyzing the data information.
Further, the above device for invoking a remote application based on a C/S architecture further includes: a checking module;
the acquisition module is further used for acquiring the connection information sent by the client;
the connection module is used for establishing the connection based on the remote service with the client after the connection information is verified successfully;
the sending module is further configured to determine an authenticated application corresponding to the connection information, and send the authenticated application to the client based on the remote service, so that the client determines the target application from the authenticated application.
The invention also provides a calling device of the remote application based on the C/S architecture, which comprises the following components: the system comprises a server and a client;
the server is connected with the client;
the client is used for sending a calling request of the target application based on a preset C/S architecture;
the server is used for acquiring a calling request of a target application sent by a client based on the C/S architecture; generating data information of the execution process of the calling request; and sending the data information to the client based on a preset remote service corresponding to the attribute of the target application, so that the client displays the execution process after analyzing the data information.
The invention provides a method, a device and equipment for calling a remote application based on a C/S (client/server) architecture, wherein a calling request of a target application sent by a client is obtained; generating data information of an execution process of the calling request; based on the remote service corresponding to the target application attribute, the data information is sent to the client, so that the client displays the execution process after analyzing the data information, a bottom operating system of the remote service is consistent with the target application, the application does not need to be issued through a virtual machine, the operation effect is good, the content displayed by the client is consistent with the three-dimensional design software of the server, the acceptance degree of people is high, and the practicability of the three-dimensional design application remote application is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart provided by a first embodiment of a method for invoking a remote application based on a C/S architecture according to the present invention;
FIG. 2 is a flowchart provided by a second embodiment of a method for invoking a remote application based on a C/S architecture according to the present invention;
FIG. 3 is a block diagram of a calling device for remote application based on C/S architecture according to an embodiment of the present invention;
FIG. 4 is a structural diagram of a second calling device for a remote application based on C/S architecture according to the present invention;
FIG. 5 is a block diagram provided by a calling device of a remote application based on the C/S architecture according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without any inventive step, are within the scope of the present invention.
FIG. 1 is a flowchart provided in an embodiment of a method for invoking a remote application based on a C/S architecture. As shown in fig. 1, the method for calling a remote application based on a C/S architecture of this embodiment may specifically include the following steps:
s101, acquiring a calling request of a target application sent by a client based on a preset C/S framework;
in this embodiment, the implementation may be realized through a client and a server based on a preset C/S architecture.
When the user calls the remote application, the user can firstly perform login operation. Specifically, checking information such as an account name and a password can be input first, a required target application is selected after login is successful, and the account name and the password do not need to be input again when different target applications are used before login quitting; the account name and the password can be input after the target application is selected, and the account name and the password need to be input again if the user enters other target applications after the user exits from a certain target application. For the convenience of use of the user, the password setting can be remembered in the two ways.
After the account name and the password input by the user are obtained, the account name and the password can be verified, and after the verification is successful, a calling request of the target application sent by the client is obtained.
S102, generating data information of an execution process of the calling request;
in this embodiment, after obtaining the call request of the target application, the call request of the target application may be executed, where the call request may include an open request of the target application, a specific operation request of the target application, and the like.
Further, this embodiment may also generate data information of the call request execution process, for example, generate data information of a picture or a video stream of the call request execution process.
And S103, sending the data information to the client based on the preset remote service corresponding to the attribute of the target application.
In this embodiment, a corresponding remote service may be selected or constructed according to the attribute of the target application.
Specifically, a common application is generally developed based on windows as a bottom operating system, if the bottom operating system of the remote service for establishing the connection is linux, the application must be issued through a virtual machine, so that the application running effect is poor, and if the called application is developed based on linux as the bottom operating system, if the bottom operating system of the remote service for establishing the connection is windows, the application running effect is also affected.
In order to avoid this problem, the attribute of the target application may be determined, that is, the type of the underlying operating system of the target application is determined, then the remote service corresponding to the attribute of the target application is determined, and the data information is sent to the client based on the remote service, so that the client displays the execution process after analyzing the data information.
In this embodiment, the target application mainly targeted is three-dimensional design software, and common three-dimensional design software is developed based on windows as a bottom operating system, so remotepapp is preferably used as a remote service in this embodiment, and an end user can run remotepapp as if using desktop application, and use computing resources and graphic processing resources of a physical server, thereby achieving the effect of smoothly running the three-dimensional design software.
Further, when the user no longer uses the target application, the operation content of the user can be stored, the operation content can be stored locally at the client, and the operation content can be stored at the cloud.
According to the calling method of the remote application based on the C/S architecture, a calling request of a target application sent by a client is obtained; generating data information of an execution process of the calling request; based on the remote service corresponding to the target application attribute, the data information is sent to the client, so that the client displays the execution process after analyzing the data information, the bottom operating system of the remote service is consistent with the target application, the application does not need to be issued through a virtual machine, the operation effect is good, the content displayed by the client is consistent with the three-dimensional design software of the server, the acceptance degree of people is high, and the practicability of the three-dimensional design application remote application is improved.
FIG. 2 is a flowchart provided by a second embodiment of a method for invoking a remote application based on a C/S architecture. As shown in fig. 2, the method for calling a remote application based on a C/S architecture in this embodiment may specifically include, before step S101 in the embodiment shown in fig. 1, the following steps:
s201, acquiring connection information sent by a client;
in this embodiment, remoteAPP is preferably used as a remote service, and before the target application is called, a connection needs to be established with the client, specifically, the client may send connection information from the client.
S202, after the connection information is successfully verified, connection based on remote service is established with the client;
specifically, after the connection information is acquired, the connection information may be checked, and after the check is successful, a connection based on remoteAPP remote service is established with the client.
After the connection is established, the user may use the target application, and when the user wants to use another target application, the current target application may be directly closed, and then the other target application may be opened. If the user wants to disconnect, disconnection information may be sent, and after receiving the disconnection information, the embodiment may perform the following steps: closing the target application according to the disconnection information; and after the target application is closed, disconnecting the connection with the client.
S203, determining an authenticated application corresponding to the connection information;
the connection information of different users corresponds to different authenticated applications, and in this embodiment, the authenticated application corresponding to the connection information may be determined.
S204, obtaining the use frequency of all authenticated applications in a preset time;
different users have different use habits and different application use frequencies, if a user has a high number of authenticated applications, the user searches for applications which need to be frequently used recently in a large number of authenticated applications, and a certain time of the user may be wasted to search for target applications.
S205, arranging the authenticated applications in a descending order of the use frequency;
specifically, after the use frequencies of all authenticated applications within the preset time are obtained, the authenticated applications are arranged in a descending order of the use frequencies, so that applications frequently used by the user in the near future are arranged in front of the authenticated applications, the user can find the applications conveniently, and the time of the user is saved.
And S206, based on the remote service, sending the authenticated applications which are arranged in a descending order of the use frequency to the client.
Further, the present embodiment may transmit the ranked authenticated applications to the user based on the remote service, so that the user may determine the target application from the authenticated applications.
In addition, the user may also adjust the arrangement of the authenticated applications according to the usage habit of the user, which is not limited in this embodiment.
In the method for calling the remote application based on the C/S architecture according to the embodiment, the connection information sent by the client is acquired, after the connection information is successfully checked, the connection based on the remote service is established with the client, the identity of the user is confirmed, and the authenticated application of the client can be sent to the client. The bottom operating system of the remote service of the calling method is consistent with the target application, and then the application does not need to be issued through a virtual machine, so that the operation effect is good, the content displayed by the client is consistent with the three-dimensional design software of the server, the acceptance degree of people is high, and the practicability of the three-dimensional design application remote application is improved.
Further, the applications included in the embodiment are limited, however, as the scientific technology is continuously advanced at any time, more and more new applications are developed, and if the applications are not updated timely, the normal use of the user is affected. In order to avoid this problem, the method for calling a remote application based on a C/S architecture according to this embodiment may further include the following steps based on the foregoing embodiment:
acquiring a starting request of an application to be authenticated, which is sent by a client; detecting whether an application to be authenticated exists in a preset application database; if the application to be authenticated exists in the application database, executing a starting request after acquiring authentication information; if the application to be authenticated does not exist in the application database, generating a request record of the application to be authenticated; and if the request record reaches a preset resource alarm threshold value, generating an installation prompt of the application to be authenticated so as to prompt a worker to install the application to be authenticated.
Specifically, the user may send a start request of the application to be authenticated through the client. After the start request is obtained, the embodiment may detect whether an application to be authenticated corresponding to the application request exists in a preset application database. And if the application to be authenticated corresponding to the application request exists in the preset application database, executing the starting request after the authentication information is acquired. In this embodiment, the authentication information may be payment information of the user or authorization information from an administrator, which is not limited in this embodiment. Moreover, after the authentication information is obtained, the application to be authenticated can be converted into an authenticated application of the user.
If the application to be authenticated corresponding to the application request does not exist in the preset application database, the application to be authenticated is not downloaded by the application database, and if the application is only required by one user, the application to be authenticated may not have statistical significance. Therefore, the embodiment can generate a request record of the application to be authenticated, and if the request record reaches the preset resource alarm threshold, it indicates that there are more users who want to use the application and the application needs to be installed, and can generate an installation prompt of the application to be authenticated to prompt a worker to install the application to be authenticated. By adopting the technical scheme of the embodiment, the timeliness of application updating is greatly improved, and the normal use of a user is not influenced.
Further, there may be multiple applications that can serve the same function, and the same application may contain different versions. Some versions or types of applications may not be stable enough and are not convenient to use, however, because the current version is not stable, the user can only use the version, and if the application updates the version or other better application types appear, the user may not know, and the work efficiency of the user is affected. In order to solve this problem, the present embodiment may further include the following steps on the basis of the above embodiment:
acquiring installation information of the same type of application of the authenticated application; and sending the installation information to the client to remind the user of the installation of the same type of application and suggest the user to use.
Specifically, if the same type of application as that in the authenticated application is installed in this embodiment, the installation information may be generated and sent to the client, so as to remind the user that the same type of application is installed, and the user may refer to the application. By adopting the technical scheme of the embodiment, the user can be reminded of new application installation, and the working efficiency of the user is improved.
In order to be more comprehensive, the application also provides a calling device of the remote application based on the C/S architecture, which corresponds to the calling method of the remote application based on the C/S architecture provided by the embodiment of the invention. Fig. 3 is a structural diagram provided in an embodiment of the calling apparatus for a remote application based on a C/S architecture of the present invention, and as shown in fig. 3, the calling apparatus for a remote application based on a C/S architecture of the present invention may include: the device comprises an acquisition module 101, a generation module 102 and a sending module 103;
an obtaining module 101, configured to obtain a call request of a target application sent by a client;
a generating module 102, configured to generate data information of an execution process of the call request;
and the sending module 103 is configured to send the data information to the client based on the remote service corresponding to the target application attribute, so that the client displays an execution process after analyzing the data information.
In the calling device of the remote application based on the C/S architecture of the embodiment, the obtaining module 101 obtains a calling request of a target application sent by a client; the generation module 102 generates data information of an execution process of the call request; based on the remote service corresponding to the target application attribute, the sending module 103 sends the data information to the client, so that the client displays an execution process after analyzing the data information, a bottom operating system of the remote service is consistent with the target application, and then the application is not required to be issued through a virtual machine, the operation effect is good, and the content displayed by the client is consistent with the three-dimensional design software of the server, so that the acceptance degree of people is high, and further the practicability of the three-dimensional design application remote application is improved.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
FIG. 4 is a block diagram of a second embodiment of the calling device for remote application based on C/S architecture according to the present invention. The calling device for remote application based on C/S architecture of this embodiment is based on the embodiment of fig. 3, and further describes the technical solution of the present invention in more detail.
As shown in fig. 4, the calling device of the remote application based on the C/S architecture of the present embodiment may further include a connection module 104;
the obtaining module 101 is further configured to obtain connection information sent by the client;
the connection module 104 is configured to establish a connection based on a remote service with the client after the connection information is successfully verified;
the sending module 103 is further configured to determine an authenticated application corresponding to the connection information, and send the authenticated application to the client based on the remote service, so that the client determines a target application from the authenticated application.
Further, the calling device of the remote application based on the C/S architecture of the present embodiment may further include a detection module 105 and an execution module 106;
the obtaining module 101 is further configured to obtain a start request of an application to be authenticated, which is sent by a client;
the detection module 105 is configured to detect whether an application to be authenticated exists in a preset application database;
and the execution module 106 is configured to execute the start request after the authentication information is acquired if the application to be authenticated exists in the application database.
Further, the calling device of the remote application based on the C/S architecture of the present embodiment may further include a recording module 107;
a recording module 107, configured to generate a request record of an application to be authenticated if the application to be authenticated does not exist in the application database; and if the request record reaches a preset resource alarm threshold value, generating an installation prompt of the application to be authenticated so as to prompt a worker to install the application to be authenticated.
Further, the calling device of the remote application based on the C/S architecture of the present embodiment may further include a ranking module 108;
the obtaining module 101 is further configured to obtain the use frequencies of all authenticated applications within a preset time;
a ranking module 108 for ranking the authenticated applications in descending order of frequency of use;
the sending module 103 is further configured to send the authenticated applications arranged in a descending order of usage frequency to the client based on the remote service.
Further, the obtaining module 101 of this embodiment is further configured to obtain installation information of applications of the same type of authenticated applications;
the sending module 103 is further configured to send the installation information to the client, so as to remind the user that the applications of the same type are installed, and suggest the user to use.
Further, the calling device of the remote application based on the C/S architecture of the present embodiment may further include a shutdown module 110;
the obtaining module 101 is further configured to obtain disconnection information of the client;
a closing module 110, configured to close the target application according to the disconnection information;
the closing module 110 is further configured to disconnect the connection with the client after the target application is closed.
In the method for calling a remote application based on a C/S architecture of this embodiment, the obtaining module 101 obtains connection information sent by a client, after the connection information is successfully checked, the connection module 104 establishes a connection based on a remote service with the client, confirms the identity of a user, and can send an authenticated application of the client to the client. The detection module 105 may detect whether an application to be authenticated corresponding to a start request of the application to be authenticated sent by the client exists in a preset application database, and the recording module 107 generates an installation prompt of the application to be authenticated to prompt a worker to install the application to be authenticated, so that the working efficiency of the user is improved. The sending module 103 can also send installation information of the same type of application of the authenticated application to the client, so that the user can be reminded of new application installation, and the working efficiency of the user is improved.
With regard to the apparatus in the above embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be described in detail here.
In order to be more comprehensive, the application also provides a calling device of the remote application based on the C/S architecture, which corresponds to the calling method of the remote application based on the C/S architecture provided by the embodiment of the invention. Fig. 5 is a structural diagram provided by a calling device of a remote application based on a C/S architecture according to the present invention, and as shown in fig. 5, the calling device of a remote application based on a C/S architecture according to this embodiment may include a server 21 and a client 22, where the server 21 is connected to the client 22, and preferably, the server 21 is connected to the client 22 through a wireless network in this embodiment, and the server 21 and the client 22 may be configured based on a C/S architecture.
Specifically, the client 22 may be configured to send a call request of the target application based on a preset C/S architecture;
the server 21 is configured to obtain a call request of a target application sent by a client based on a C/S architecture; generating data information of an execution process of the calling request; and sending the data information to the client 22 based on the preset remote service corresponding to the attribute of the target application, so that the client 22 displays the execution process after analyzing the data information.
Further, in this embodiment, a target application mainly targeted is three-dimensional design software, and common three-dimensional design software is developed based on windows as a bottom operating system, so remotepapp is preferably used as a remote service in this embodiment, and in order to improve the running effect of remotepapp, the server 21 and the client 22 of this embodiment preferably use a system for customizing and developing remotepapp, where the server 21 uses WiseOS and the client 22 uses WiseClient.
When the user establishes connection, a remotepapp remote connection may be established with the WiseOS of the server 21 through the WiseClient of the client 22. After the connection is established, a login operation may be performed, and then the remote application is called, and the process of the login operation and the process of the remote application are described in detail in the above embodiments, which is not described in detail in this embodiment.
The calling device of the remote application based on the C/S architecture of the embodiment includes a server 21 and a client 22, where the client 22 sends a calling request of a target application, and the server 21 generates data information of an execution process of the calling request; and sending the data information to the client 22 based on the preset remote service corresponding to the attribute of the target application, so that the client 22 displays the execution process after analyzing the data information. The bottom operating system of the remote service of the calling device is consistent with the target application, and then the application does not need to be issued through a virtual machine, so that the operation effect is good, and the content displayed by the client 22 is consistent with the three-dimensional design software of the server 21, so that the acceptance degree of people is high, and further the practicability of the three-dimensional design application is improved.
It is understood that the same or similar parts in the above embodiments may be mutually referred to, and the same or similar parts in other embodiments may be referred to for the content which is not described in detail in some embodiments.
It should be noted that the terms "first," "second," and the like in the description of the present invention are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. In addition, in the description of the present invention, the meaning of "a plurality" means at least two unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
It should be understood that portions of the present invention may be implemented in hardware, applications, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in an application or firmware stored in a memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware form, and can also be realized in an application function module form. The integrated module, if implemented in the form of an application function module and sold or used as a stand-alone product, may also be stored in a computer-readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (8)

1. A method for calling a remote application based on a C/S architecture is characterized by comprising the following steps:
acquiring a calling request of a target application sent by a client based on a preset C/S architecture;
generating data information of the execution process of the calling request;
sending the data information to the client based on a preset remote service corresponding to the attribute of the target application, so that the client displays the execution process after analyzing the data information; before the data information is sent to the client, determining the attribute of the target application, namely determining the type of a bottom operating system of the target application;
acquiring disconnection information of the client;
closing the target application according to the disconnection information;
after the target application is closed, the connection with the client is disconnected;
the calling method is applied to calling equipment of a remote application based on a C/S architecture, and the calling equipment comprises: a server and a client;
the server is connected with the client;
the client is used for sending a calling request of a target application based on a preset C/S framework and also used for acquiring disconnection information of the client;
the server is used for acquiring a calling request of the target application sent by the client based on the C/S architecture; generating data information of the execution process of the calling request; sending the data information to the client based on a preset remote service corresponding to the attribute of the target application, so that the client displays the execution process after analyzing the data information, and is further used for closing the target application according to the disconnection information and disconnecting the connection with the client after closing the target application;
the calling equipment aims at three-dimensional design software, the three-dimensional design software takes RemoteAPP as remote service, specifically, a RemoteAPP customized development system is selected for a server and a client, wherein the server uses WiseOS, and the client uses WiseClient;
when a user establishes connection, a remote connection of remotepAPP is established between the WiseClient of the client and the WiseOS of the server, login operation is performed after the connection is established, and remote application is called.
2. The method for invoking remote application based on C/S architecture of claim 1, wherein before obtaining the invocation request of the target application sent by the client, further comprising:
acquiring connection information sent by the client;
after the connection information is verified successfully, connection based on the remote service is established with the client;
and determining an authenticated application corresponding to the connection information, and sending the authenticated application to the client based on the remote service so that the client determines the target application from the authenticated application.
3. The calling method of a remote application based on C/S architecture according to claim 2, wherein said method further comprises:
acquiring a starting request of an application to be authenticated, which is sent by the client;
detecting whether the application to be authenticated exists in a preset application database;
and if the application to be authenticated exists in the application database, executing the starting request after acquiring authentication information.
4. The calling method of a remote application based on C/S architecture according to claim 3, wherein said method further comprises:
if the application to be authenticated does not exist in the application database, generating a request record of the application to be authenticated;
and if the request record reaches a preset resource alarm threshold value, generating an installation prompt of the application to be authenticated so as to prompt a worker to install the application to be authenticated.
5. The method for invoking a remote application based on C/S architecture of claim 2, wherein said sending said authenticated application to said client based on said remote service comprises:
acquiring the use frequency of all the authenticated applications within preset time;
arranging the authenticated applications in a descending order of the frequency of use;
based on the remote service, sending the authenticated applications arranged in a descending order of the usage frequency to the client.
6. The calling method of a remote application based on C/S architecture according to claim 2, wherein said method further comprises:
acquiring installation information of the same type of application of the authenticated application;
and sending the installation information to the client to remind the user of installation of the applications of the same type and suggest the user to use.
7. A calling device for a remote application based on C/S architecture, the calling device being implemented based on the calling method for a remote application based on C/S architecture of any one of claims 1-6, comprising:
the acquisition module is used for acquiring a calling request of a target application sent by a client; the client is also used for acquiring disconnection information of the client;
the generation module is used for generating data information of the execution process of the calling request;
the sending module is used for sending the data information to the client based on a preset remote service corresponding to the target application attribute so that the client displays the execution process after analyzing the data information;
and the disconnection module is used for closing the target application according to the disconnection information and disconnecting the connection with the client after closing the target application.
8. The calling device of the remote application based on the C/S architecture according to claim 7, further comprising: a connection module;
the acquisition module is further used for acquiring the connection information sent by the client;
the connection module is used for establishing the connection based on the remote service with the client after the connection information is verified successfully;
the sending module is further configured to determine an authenticated application corresponding to the connection information, and send the authenticated application to the client based on the remote service, so that the client determines the target application from the authenticated application.
CN201911063737.7A 2019-11-04 2019-11-04 Method, device and equipment for calling remote application based on C/S architecture Active CN110825537B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911063737.7A CN110825537B (en) 2019-11-04 2019-11-04 Method, device and equipment for calling remote application based on C/S architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911063737.7A CN110825537B (en) 2019-11-04 2019-11-04 Method, device and equipment for calling remote application based on C/S architecture

Publications (2)

Publication Number Publication Date
CN110825537A CN110825537A (en) 2020-02-21
CN110825537B true CN110825537B (en) 2023-03-14

Family

ID=69552424

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911063737.7A Active CN110825537B (en) 2019-11-04 2019-11-04 Method, device and equipment for calling remote application based on C/S architecture

Country Status (1)

Country Link
CN (1) CN110825537B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111917833B (en) * 2020-07-10 2023-06-02 沈阳先进医疗设备技术孵化中心有限公司 Application method, device and system of client program in cloud environment
CN112162873B (en) * 2020-09-28 2024-03-26 杭州安恒信息技术股份有限公司 Remote calling method, electronic device and storage medium
CN113760546B (en) * 2021-08-20 2023-08-22 上海酷栈科技有限公司 Cloud desktop management method and system for discrete distribution aggregation control

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6668327B1 (en) * 1999-06-14 2003-12-23 Sun Microsystems, Inc. Distributed authentication mechanisms for handling diverse authentication systems in an enterprise computer system
US9332058B2 (en) * 2001-11-01 2016-05-03 Benhov Gmbh, Llc Local agent for remote file access system
CN101378400B (en) * 2007-08-30 2013-01-30 国际商业机器公司 Method, server and system for polymerizing desktop application and Web application
WO2012142854A1 (en) * 2011-04-18 2012-10-26 北京新媒传信科技有限公司 Application service platform system and implementation method thereof
EP2891038B1 (en) * 2012-08-31 2020-06-24 Citrix Systems, Inc. Reverse seamless integration between local and remote computing environments
CN104598257B (en) * 2013-10-30 2019-01-18 华为技术有限公司 The method and apparatus of remote application operation
CN105187362B (en) * 2014-06-23 2020-01-10 中兴通讯股份有限公司 Method and device for connection authentication between desktop cloud client and server
CN105450589B (en) * 2014-07-31 2018-12-14 阿里巴巴集团控股有限公司 Remote invocation method and system
CN104360856B (en) * 2014-11-06 2017-08-25 上海电机学院 Cloud application delivery installation
CN105989110A (en) * 2015-02-12 2016-10-05 广东欧珀移动通信有限公司 Application recommendation method and application recommendation device
CN105871677B (en) * 2016-05-12 2019-05-07 北京奇虎科技有限公司 Using a method and device for shared VPN service
CN106201321B (en) * 2016-07-29 2019-08-20 维沃移动通信有限公司 A kind of application control method and mobile terminal
CN108139952B (en) * 2017-06-14 2022-08-05 北京小米移动软件有限公司 Application interaction method, interaction method and device
CN107770256A (en) * 2017-09-29 2018-03-06 安徽师范大学 A kind of tele-control system and method for service end and client
CN108900480B (en) * 2018-06-12 2021-12-07 新华三技术有限公司 Client authentication management method and device
CN108965312A (en) * 2018-07-30 2018-12-07 深圳高新兴物联科技有限公司 Remote invocation method, device, system and storage medium

Also Published As

Publication number Publication date
CN110825537A (en) 2020-02-21

Similar Documents

Publication Publication Date Title
CN110678844B (en) Controlling tenant services based on tenant rankings
CN107710157B (en) Multi-tenant computing system and computer implementation method thereof
US10956424B2 (en) Application recommending method and system, and server
CN110825537B (en) Method, device and equipment for calling remote application based on C/S architecture
US9384114B2 (en) Group server performance correction via actions to server subset
CN109429102B (en) Electronic device and server for displaying applications
US11385930B2 (en) Automatic workflow-based device switching
CN109844727B (en) Techniques for managing application configuration and associated credentials
US20130045729A1 (en) Location-based promotion of applications
US20120117189A1 (en) Method and apparatus for obtaining feedback from a device
US9990214B2 (en) Dynamic agent delivery
KR101395857B1 (en) Instant messaging service based on items of interest to users
WO2015106660A1 (en) Security check method and system, terminal, verification server
KR20150132155A (en) Diagnostics storage within a multi-tenant data center
CN103516851B (en) A kind of wireless product cloud test platform system
US10223407B2 (en) Asynchronous processing time metrics
US10025646B2 (en) Naming of nodes in NET framework
CN111338971A (en) Application testing method and device, electronic equipment and storage medium
CN102970207A (en) Instant communication method, client device and instant communication system
CN109948332A (en) A kind of physical machine login password remapping method and device
CN113010238A (en) Permission determination method, device and system for micro application call interface
WO2023169193A1 (en) Method and device for generating smart contract
CN114564249B (en) Recommendation scheduling engine, recommendation scheduling method and computer readable storage medium
CN114041275A (en) Confidential lifecycle management on a serverless platform
CN112005217A (en) Independent thread API call to service a request

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 2115a, 18 / F, No. 19, Madian East Road, Haidian District, Beijing 100089

Applicant after: Liansi Zhiyun (Beijing) Technology Co.,Ltd.

Address before: 1119-4, floor 11, building 1, No. 68, Beisihuan West Road, Haidian District, Beijing 100089

Applicant before: Liansi Zhiyun (Beijing) Technology Co.,Ltd.

CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100089 4007, 4th floor, building 32, Yangguang Nanli, Haidian District, Beijing

Applicant after: Liansi Zhiyun (Beijing) Technology Co.,Ltd.

Address before: 2115a, 18 / F, 19 Madian East Road, Haidian District, Beijing 100089

Applicant before: Liansi Zhiyun (Beijing) Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant