CN108009977B - Method and system for supporting multiple remote graphic terminals in multi-thread environment - Google Patents

Method and system for supporting multiple remote graphic terminals in multi-thread environment Download PDF

Info

Publication number
CN108009977B
CN108009977B CN201711106708.5A CN201711106708A CN108009977B CN 108009977 B CN108009977 B CN 108009977B CN 201711106708 A CN201711106708 A CN 201711106708A CN 108009977 B CN108009977 B CN 108009977B
Authority
CN
China
Prior art keywords
terminal
graphic
remote
virtual
terminals
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
CN201711106708.5A
Other languages
Chinese (zh)
Other versions
CN108009977A (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.)
Shanghai Huayuan Chuangxin Software Co ltd
Original Assignee
Shanghai Huayuan Chuangxin Software 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 Shanghai Huayuan Chuangxin Software Co ltd filed Critical Shanghai Huayuan Chuangxin Software Co ltd
Priority to CN201711106708.5A priority Critical patent/CN108009977B/en
Publication of CN108009977A publication Critical patent/CN108009977A/en
Application granted granted Critical
Publication of CN108009977B publication Critical patent/CN108009977B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • 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/461Saving or restoring of program or task context

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Digital Computer Display Output (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method and a system for supporting a plurality of remote graphic terminals in a multithreading environment. The window instance module is loaded to a target system and is bound on the virtual graphic terminal; the target system executes window instance drawing through an event callback mechanism, synchronizes an event to the multi-terminal manager, and the multi-terminal manager distributes a drawing result to corresponding virtual graphic terminal equipment; and activating each remote graphic terminal, sending the drawing result received by the virtual graphic terminal equipment to the remote graphic terminal, and displaying the drawing result and providing a graphical interactive environment by the remote graphic terminal. The invention has low requirements on software and hardware resources, and reduces the system cost and power consumption; and multi-terminal graphic display support is provided for the multi-thread embedded operating system, and the application capability of the embedded operating system is improved.

Description

Method and system for supporting multiple remote graphic terminals in multi-thread environment
Technical Field
The invention relates to the field of computer application, in particular to basic display control and window system management interaction of a remote graphic terminal, and particularly relates to a method and a system for supporting a plurality of remote graphic terminals (simple graphic terminals) without operating systems in a multithread embedded operating system environment.
Background
Multithreading is a frugal multitask operation mode, the multithreading environment has the advantages of simple program logic and control mode, shared memory of all threads, no need of crossing process boundaries, less resource consumption compared with a process mode and the like, and is generally applied to lightweight embedded equipment. However, each thread and the main program share an address space, the target system can only have one GUI thread, and all windows can only be created, controlled and destroyed in the GUI thread, so that code involvement is strong, development must be transparent, system resources occupy a large amount, and the breakdown of a single window causes the breakdown of the whole GUI thread, even the system breakdown.
A remote graphic terminal is mainly applied to remote computer graphic interface interaction, and a relatively common solution at present is a mode that a graphic system (such as X Window) based on a C/S framework and a local system intercept display data and transmit the display data to the remote display terminal. For the X Window class C/S architecture, the remote graphic terminal equipment needs hardware resources such as a CPU (central processing unit), a memory and the like, and also needs to be provided with an operating system, so that the hardware cost is high, the resource consumption is high, and the method is not suitable for a multi-thread embedded operating system; the solution of intercepting and capturing the display data cannot meet the requirement of multiple terminals, namely, a scheme for managing and controlling multiple remote graphic terminal nodes is lacked.
Disclosure of Invention
In view of the deficiencies in the prior art, it is an object of the present invention to provide a method and system for supporting multiple remote graphics terminals in a multi-threaded environment.
The method for supporting a plurality of remote graphic terminals in a multithreading environment provided by the invention comprises the following steps:
step 1: establishing a multi-terminal manager in a multi-thread environment, and realizing interconnection with a remote graphic terminal;
step 2: and activating each remote graphic terminal to provide a graphical interactive environment.
Preferably, the step 1 comprises:
step 1.1: creating at least one window instance module for the target system;
step 1.2: a multi-terminal manager is established in a target system, and a plurality of virtual graphic terminals are established according to the number of the remote graphic terminals and are in one-to-one correspondence with the remote graphic terminals;
step 1.3: configuring the attribute of the virtual graphic terminal according to the physical parameters of the remote graphic terminal, and allocating an independent memory space for each virtual graphic terminal;
step 1.4: the window instance module is loaded to a target system and bound on the virtual graphic terminal;
step 1.5: and the target system executes window instance drawing through an event callback mechanism, synchronizes the event to the multi-terminal manager, and the multi-terminal manager distributes a drawing result to corresponding virtual graphic terminal equipment.
Preferably, the step 1.4 comprises:
one-to-one binding: a single window instance is displayed on a single virtual graphic terminal;
binding one to many, and displaying a single window instance on a plurality of virtual graphic terminals;
many-to-one binding, multiple window instances are displayed on a single virtual graphical terminal.
Preferably, in step 1.3, the attributes of the virtual graphic terminal include the length and width of the screen, the resolution and bit depth of the image.
Preferably, the step 2 comprises:
step 2.1: constructing a virtual graphic terminal context resource;
step 2.2: the multi-terminal manager and the virtual graphic terminal messages are aggregated and managed, and pre-starting is carried out;
step 2.3: the multi-terminal manager is in communication interconnection with each remote graphic terminal, graphical data and equipment acquisition data are interacted, and the related interaction states of the multi-terminal manager and the remote graphic terminals of the target system are updated;
step 2.4: and (3) carrying out graphic data transmission, wherein the drawing result received by the virtual graphic terminal equipment is sent to the remote graphic terminal, and the remote graphic terminal interprets and displays the drawing result after receiving the data.
Preferably, said step 2.1 comprises:
the human engineering equipment brings in non-necessary but important resources, and the rest resources are automatically distributed by the virtual graphic terminal on the basis of not influencing the interaction of the basic graphic;
the graphic display basic module and the internal communication protocol incorporate necessary and important resources, and carry out the most basic initialization and the connectivity test.
Preferably, the pre-starting in step 2.2 comprises:
and finishing information registration and interconnection confirmation, abstracting the remote graphic terminal into layers, and constructing a basic mapping matrix of the actual remote graphic terminal equipment coordinate, the target system world coordinate and the logical coordinate.
Preferably, in step 2.3:
the format of the graphical data is negotiated and determined by the remote graphic terminal and the multi-terminal manager, so that the consistency of the graphic data stream is controlled together, and the synchronous updating of the two ends is ensured;
the data collected by the equipment is generated by the interactive operation of users, real-time feedback is adopted, and full duplex communication is realized.
Preferably, the remote graphic terminal is a remote simple graphic terminal, and the virtual graphic terminal is a virtual simple graphic terminal.
According to the present invention, there is provided a system for supporting a plurality of remote graphic terminals in a multi-threaded environment, comprising:
the multi-terminal manager: establishing a multithreading environment and interconnecting with a remote graphic terminal;
a plurality of virtual graphic terminals: the number of the remote graphic terminals is equal to that of the remote graphic terminals and the remote graphic terminals correspond to each other one by one;
a window instance module: creating at least one window instance module to a target system;
the window instance module is loaded to a target system and is bound on the virtual graphic terminal; the target system executes window instance drawing through an event callback mechanism, synchronizes an event to the multi-terminal manager, and the multi-terminal manager distributes a drawing result to corresponding virtual graphic terminal equipment; and activating each remote graphic terminal, sending the drawing result received by the virtual graphic terminal equipment to the remote graphic terminal, and displaying the drawing result and providing a graphical interactive environment by the remote graphic terminal.
Compared with the prior art, the invention has the following beneficial effects:
1. the requirements on software and hardware resources are low, and the system cost and the power consumption are reduced;
2. multi-terminal graphic display support is provided for a multi-thread embedded operating system, and the application capability of the embedded operating system is improved;
3. the graphic terminal is realized on a terminal (simple terminal) without an operating system, the application scene of the embedded equipment is expanded, and the expandable capability of the graphic terminal prolongs the life cycle of the embedded product.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments with reference to the following drawings:
FIG. 1 is a flow chart of step 1 of the present invention;
FIG. 2 is a flow chart of step 2 of the present invention;
FIG. 3 is a system diagram of one-to-one binding of a window instance module with a virtual simple graphic terminal in accordance with the present invention;
FIG. 4 is a system diagram of one-to-many binding of a window instance module with a virtual simple graphic terminal in accordance with the present invention;
FIG. 5 is a block diagram of a system for many-to-one binding of a window instance module with a virtual simple graph terminal in accordance with the present invention;
FIG. 6 is a timing diagram illustrating the synchronous interaction of the multi-terminal manager with a remote simple graphic terminal according to the present invention.
Detailed Description
The present invention will be described in detail with reference to specific examples. The following examples will assist those skilled in the art in further understanding the invention, but are not intended to limit the invention in any way. It should be noted that it would be obvious to those skilled in the art that various changes and modifications can be made without departing from the spirit of the invention. All falling within the scope of the present invention.
The invention provides a method for supporting a plurality of remote graphic terminals in a multithreading environment, which mainly comprises the following steps:
step 1: establishing a multi-terminal manager in a multi-thread environment, and realizing interconnection with a remote graphic terminal;
step 2: and activating each remote graphic terminal to provide a graphical interactive environment.
As shown in fig. 1, step 1 includes:
step 1.1: at least one window instance module is created for the target system, and can be dynamically loaded and unloaded to the target system, so that flexibility, closure and independence are provided for the target system.
The stretchability means: a user can dynamically load or unload the module according to the resource use condition of the target system so as to ensure the performance of the system;
the sealing property is as follows: the modules are independent from each other and can be provided in a binary form to support module source program confidentiality, the application can be divided into a plurality of modules according to an application structure, and the modules can be developed in parallel;
the independence means that: the target graphic system is independent of the code of the window program, the dynamic loading module creates a window, the dynamic unloading module destroys the window, and the target system provides a modular management mechanism for the window instance.
Step 1.2: and a multi-terminal manager is established in the target system, and a plurality of virtual graphic terminals are established according to the number of the remote graphic terminals and are in one-to-one correspondence with the remote graphic terminals.
Step 1.3: according to the physical parameters of the remote graphic terminal, the attributes of the virtual graphic terminal are configured, including the length and the width of a screen, the resolution ratio and the bit depth of an image and the like, and an independent memory space is allocated for each virtual graphic terminal.
Step 1.4: and the window instance module is loaded to the target system and is bound on the virtual graphic terminal.
The binding of the window instance module and the virtual graphic terminal is as follows:
one-to-one binding as shown in FIG. 3: a single window instance is displayed on a single virtual graphical terminal, as shown in fig. 4 for one-to-many binding: a single window instance is displayed on multiple virtual graphical terminals, and a many-to-one binding as shown in fig. 5: multiple window instances are displayed on a single virtual graphics terminal.
Step 1.5: and the target system executes window instance drawing through an event callback mechanism, synchronizes the event to the multi-terminal manager, and the multi-terminal manager distributes a drawing result to corresponding virtual graphic terminal equipment.
As shown in fig. 2, step 2 includes:
step 2.1: and constructing virtual graphic terminal context resources.
The human engineering equipment brings in non-necessary but important resources, and the rest resources are automatically distributed by the virtual graphic terminal on the basis of not influencing the interaction of the basic graphic;
the graphic display basic module and the internal communication protocol incorporate necessary and important resources, and carry out the most basic initialization and the connectivity test.
Step 2.2: and the multi-terminal manager and the virtual graphic terminal messages are aggregated and managed, and the pre-starting is carried out.
Pre-starting a state similar to 'handshake completion', mainly completing information registration and interconnection confirmation, abstracting and layering the remote graphic terminal, and constructing a basic mapping matrix of actual remote graphic terminal equipment coordinates, target system world coordinates and logical coordinates.
Step 2.3: as shown in fig. 6, the multi-terminal manager communicates with each remote graphic terminal, interacts graphic data and device acquisition data, and updates the related interaction state of the multi-terminal manager and the remote graphic terminal of the target system.
The format of the graphical data is negotiated and determined by the remote graphic terminal and the multi-terminal manager, the part has updating delay and is influenced by network bandwidth and transmission rate, a 'producer consumer' strategy is adopted, the multi-terminal manager and the remote graphic terminal jointly control the consistency of the graphical data stream, and the synchronous updating of the two ends is ensured;
the data collected by the equipment is generated by user interactive operation, real-time feedback is adopted, and full duplex communication is realized, so that the synchronization of two ends can be well kept.
Step 2.4: and (3) carrying out graphic data transmission, wherein the drawing result received by the virtual graphic terminal equipment is sent to the remote graphic terminal, and the remote graphic terminal interprets and displays the drawing result after receiving the data.
On the basis of the method for supporting a plurality of remote graphic terminals in the multithreading environment, the invention also provides a system for supporting a plurality of remote graphic terminals in the multithreading environment, which comprises the following steps:
the multi-terminal manager: establishing a multithreading environment and interconnecting with a remote graphic terminal;
a plurality of virtual graphic terminals: the number of the remote graphic terminals is equal to that of the remote graphic terminals and the remote graphic terminals correspond to each other one by one;
a window instance module: creating at least one window instance module to a target system;
the window instance module is loaded to a target system and is bound on the virtual graphic terminal; the target system executes window instance drawing through an event callback mechanism, synchronizes an event to the multi-terminal manager, and the multi-terminal manager distributes a drawing result to corresponding virtual graphic terminal equipment; and activating each remote graphic terminal, sending the drawing result received by the virtual graphic terminal equipment to the remote graphic terminal, and displaying the drawing result and providing a graphical interactive environment by the remote graphic terminal.
In the invention, the remote graphic terminal is a remote simple graphic terminal, the virtual graphic terminal is a virtual simple graphic terminal, and the simple terminal is a terminal without an operating system. The graphic terminal is realized on the simple terminal, the application scene of the embedded equipment is expanded, and the expandable capability of the graphic terminal prolongs the life cycle of the embedded product.
The invention provides a solution for managing and controlling the display and interaction of a plurality of remote graphic terminals by taking a multi-thread target system as a main control module aiming at the multi-terminal requirements on an embedded multi-thread operating system, thereby not only giving consideration to the pain of insufficient resources of the embedded system, but also effectively solving the problems of requirements on the management, control, interaction and the like of a remote graphic system and fully meeting the requirements of a lightweight embedded system.
Those skilled in the art will appreciate that, in addition to implementing the system and its various devices, modules, units provided by the present invention as pure computer readable program code, the system and its various devices, modules, units provided by the present invention can be fully implemented by logically programming method steps in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Therefore, the system and various devices, modules and units thereof provided by the invention can be regarded as a hardware component, and the devices, modules and units included in the system for realizing various functions can also be regarded as structures in the hardware component; means, modules, units for performing the various functions may also be regarded as structures within both software modules and hardware components for performing the method.
The foregoing description of specific embodiments of the present invention has been presented. It is to be understood that the present invention is not limited to the specific embodiments described above, and that various changes or modifications may be made by one skilled in the art within the scope of the appended claims without departing from the spirit of the invention. The embodiments and features of the embodiments of the present application may be combined with each other arbitrarily without conflict.

Claims (8)

1. A method for supporting a plurality of remote graphics terminals in a multithreaded environment, comprising the steps of:
step 1: establishing a multi-terminal manager in a multi-thread environment, and realizing interconnection with a remote graphic terminal;
step 2: activating each remote graphic terminal to provide a graphical interaction environment;
the step 1 comprises the following steps:
step 1.1: creating at least one window instance module for the target system;
step 1.2: a multi-terminal manager is established in a target system, and a plurality of virtual graphic terminals are established according to the number of the remote graphic terminals and are in one-to-one correspondence with the remote graphic terminals;
step 1.3: configuring the attribute of the virtual graphic terminal according to the physical parameters of the remote graphic terminal, and allocating an independent memory space for each virtual graphic terminal;
step 1.4: the window instance module is loaded to a target system and bound on the virtual graphic terminal;
step 1.5: the target system executes window instance drawing through an event callback mechanism, synchronizes an event to the multi-terminal manager, and the multi-terminal manager distributes a drawing result to corresponding virtual graphic terminal equipment;
the step 2 comprises the following steps:
step 2.1: constructing a virtual graphic terminal context resource;
step 2.2: the multi-terminal manager and the virtual graphic terminal messages are aggregated and managed, and pre-starting is carried out;
step 2.3: the multi-terminal manager is in communication interconnection with each remote graphic terminal, graphical data and equipment acquisition data are interacted, and the related interaction states of the multi-terminal manager and the remote graphic terminals of the target system are updated;
step 2.4: and (3) carrying out graphic data transmission, wherein the drawing result received by the virtual graphic terminal equipment is sent to the remote graphic terminal, and the remote graphic terminal interprets and displays the drawing result after receiving the data.
2. The method for supporting multiple remote graphics terminals in a multithreaded environment of claim 1, wherein step 1.4 comprises:
one-to-one binding: a single window instance is displayed on a single virtual graphic terminal;
binding one to many, and displaying a single window instance on a plurality of virtual graphic terminals;
many-to-one binding, multiple window instances are displayed on a single virtual graphical terminal.
3. The method for supporting multiple remote graphics terminals in a multithreaded environment as recited in claim 1, wherein in step 1.3, the attributes of the virtual graphics terminal include length and width of a screen, resolution and bit depth of an image.
4. The method of claim 1, wherein the step 2.1 comprises:
the human engineering equipment brings in non-necessary but important resources, and the rest resources are automatically distributed by the virtual graphic terminal on the basis of not influencing the interaction of the basic graphic;
the graphic display basic module and the internal communication protocol incorporate necessary and important resources, and carry out the most basic initialization and the connectivity test.
5. The method of claim 1, wherein the pre-booting in step 2.2 comprises:
and finishing information registration and interconnection confirmation, abstracting the remote graphic terminal into layers, and constructing a basic mapping matrix of the actual remote graphic terminal equipment coordinate, the target system world coordinate and the logical coordinate.
6. The method for supporting multiple remote graphics terminals in a multithreaded environment as recited in claim 1, wherein in step 2.3:
the format of the graphical data is negotiated and determined by the remote graphic terminal and the multi-terminal manager, so that the consistency of the graphic data stream is controlled together, and the synchronous updating of the two ends is ensured;
the data collected by the equipment is generated by the interactive operation of users, real-time feedback is adopted, and full duplex communication is realized.
7. The method of claim 1, wherein the remote graphics terminal is a remote simple graphics terminal and the virtual graphics terminal is a virtual simple graphics terminal.
8. A system for supporting a plurality of remote graphics terminals in a multithreaded environment, comprising:
the multi-terminal manager: establishing a multithreading environment and interconnecting with a remote graphic terminal;
a plurality of virtual graphic terminals: the number of the remote graphic terminals is equal to that of the remote graphic terminals and the remote graphic terminals correspond to each other one by one;
a window instance module: creating at least one window instance module to a target system;
the window instance module is loaded to a target system and is bound on the virtual graphic terminal; the target system executes window instance drawing through an event callback mechanism, synchronizes an event to the multi-terminal manager, and the multi-terminal manager distributes a drawing result to corresponding virtual graphic terminal equipment; activating each remote graphic terminal, sending the drawing result received by the virtual graphic terminal equipment to the remote graphic terminal, and displaying the drawing result and providing a graphical interactive environment by the remote graphic terminal;
the system supporting a plurality of remote graphics terminals in a multithreaded environment performing the method of claim 1.
CN201711106708.5A 2017-11-10 2017-11-10 Method and system for supporting multiple remote graphic terminals in multi-thread environment Active CN108009977B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711106708.5A CN108009977B (en) 2017-11-10 2017-11-10 Method and system for supporting multiple remote graphic terminals in multi-thread environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711106708.5A CN108009977B (en) 2017-11-10 2017-11-10 Method and system for supporting multiple remote graphic terminals in multi-thread environment

Publications (2)

Publication Number Publication Date
CN108009977A CN108009977A (en) 2018-05-08
CN108009977B true CN108009977B (en) 2021-06-29

Family

ID=62051604

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711106708.5A Active CN108009977B (en) 2017-11-10 2017-11-10 Method and system for supporting multiple remote graphic terminals in multi-thread environment

Country Status (1)

Country Link
CN (1) CN108009977B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109726023B (en) * 2018-12-12 2023-05-23 中国航空工业集团公司西安航空计算技术研究所 Graphic task synchronous management method supporting multithreading and multiple contexts
CN109886867A (en) * 2019-01-16 2019-06-14 周口师范学院 A kind of image processing method for mobile intelligent terminal
CN111580816B (en) * 2020-05-08 2022-08-09 深圳市九洲智和科技有限公司 Intelligent tablet terminal based on interactive graphic software

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104102488A (en) * 2014-07-18 2014-10-15 无锡梵天信息技术股份有限公司 Multithread parallelization based 3D (three dimensional) engine system
CN104467187A (en) * 2014-12-16 2015-03-25 重庆邮电大学 Intelligent power grid remote monitoring system based on IOS
CN104813309A (en) * 2012-11-28 2015-07-29 辉达公司 Method and system for cloud based virtualized graphics processing for remote displays
CN106506230A (en) * 2016-11-30 2017-03-15 中国电信股份有限公司常州分公司 Method and system based on wireless network remote maintenance field apparatus

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW198107B (en) * 1991-02-28 1993-01-11 Ibm
US6266666B1 (en) * 1997-09-08 2001-07-24 Sybase, Inc. Component transaction server for developing and deploying transaction- intensive business applications
US7689664B2 (en) * 2006-08-10 2010-03-30 Sony Ericsson Mobile Communications Ab System and method for installing and configuring software applications on a mobile networked terminal
CN103177571B (en) * 2013-02-04 2016-04-20 上海仪电电子股份有限公司 A kind of monitoring and dispatching system and implementation method in real time
CN104144087A (en) * 2014-06-13 2014-11-12 国家电网公司 Remote desktop detection system and detection method thereof
CN104834505B (en) * 2015-05-13 2017-04-26 华中科技大学 Synchronization method for NUMA (Non Uniform Memory Access) sensing under multi-core and multi-thread environment
CN106776286A (en) * 2016-11-24 2017-05-31 工业和信息化部电信研究院 Mobile terminal APP remote detecting methods, mobile terminal and client

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104813309A (en) * 2012-11-28 2015-07-29 辉达公司 Method and system for cloud based virtualized graphics processing for remote displays
CN104102488A (en) * 2014-07-18 2014-10-15 无锡梵天信息技术股份有限公司 Multithread parallelization based 3D (three dimensional) engine system
CN104467187A (en) * 2014-12-16 2015-03-25 重庆邮电大学 Intelligent power grid remote monitoring system based on IOS
CN106506230A (en) * 2016-11-30 2017-03-15 中国电信股份有限公司常州分公司 Method and system based on wireless network remote maintenance field apparatus

Also Published As

Publication number Publication date
CN108009977A (en) 2018-05-08

Similar Documents

Publication Publication Date Title
CN109582425B (en) GPU service redirection system and method based on cloud and terminal GPU fusion
CN108009977B (en) Method and system for supporting multiple remote graphic terminals in multi-thread environment
CN103761139B (en) General purpose computation virtualization implementation method based on dynamic library interception
EP3627319B1 (en) Display resource scheduling method and device for embedded system
US7937452B2 (en) Framework for rendering plug-ins in remote access services
CN106155811B (en) Resource service device, resource scheduling method and device
US8549093B2 (en) Updating a user session in a mach-derived system environment
US8065255B2 (en) Management of sub-problems in a dynamic constraint satisfaction problem solver
US20170301312A9 (en) Information processing methods for displaying parts of an object on multiple electronic devices
CN104778022B (en) A kind of data processing method and electronic equipment
US20210042155A1 (en) Task scheduling method and device, and computer storage medium
CN112306636B (en) Cloud rendering platform and intelligent scheduling method thereof
CN115048216B (en) Resource management scheduling method, device and equipment of artificial intelligent cluster
CN115686346A (en) Data storage method and device and computer readable storage medium
CN105653353A (en) Multi-system interactive communication method and device based on container
CN117130571A (en) Display method, device, chip and storage medium based on multi-core heterogeneous system
CN104951346A (en) Process management method for embedded system as well as system
CN111290744B (en) Stream type computing job processing method, stream type computing system and electronic equipment
CN115361382B (en) Data processing method, device, equipment and storage medium based on data group
CN103309658A (en) Agent-based dynamic evolution system and method
CN107291561A (en) A kind of figure synthetic method, information interacting method and system
CN115378937A (en) Distributed concurrency method, device and equipment for tasks and readable storage medium
CN104144176A (en) Method for connecting intelligent desktop system clients and servers
CN111195919B (en) Robot teaching platform and construction method thereof
CN111045623B (en) Method for processing graphics commands in multi-GPU splicing environment

Legal Events

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