Multi-Item Clipboard Buffer for Virtual Desktop Infrastructure

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In virtual desktop infrastructure (VDI) environments, the existing system clipboard typically loses previously stored clipboard items when a new item is copied, as it can only store a single item at a time, leading to content loss and user frustration, especially when multiple clipboard items need to be accessed across multiple servers.

Innovation Solution

Implementing a client and server clipboard service that buffers clipboard items and synchronizes them across client and server virtual channel endpoints, allowing multiple clipboard items to be stored and accessed seamlessly, even when new items are copied, by copying items to a buffer and synchronizing them between client and server clipboard buffers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a single-item system clipboard is used in VDI environment, then the system maintains simplicity and compatibility with standard operating systems, but previously stored clipboard items are lost when new items are copied

Engineering Contradiction:
Improveclipboard item preservationVSAvoidclipboard structure
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The clipboard functionality is segmented into two distinct components: the standard system clipboard that maintains single-item storage for compatibility, and a separate buffer that stores historical clipboard items. This segmentation allows the system to preserve multiple items without modifying the core clipboard structure, resolving the contradiction between reliability and complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A buffer acts as an intermediary between the system clipboard and the user interface. When items are copied to the system clipboard, they are simultaneously stored in the buffer, which preserves them even after the system clipboard overwrites them. This intermediary mechanism enables multi-item preservation while maintaining the simple single-item clipboard structure.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If clipboard items are buffered locally only, then access to multiple clipboard items is improved, but synchronization across multiple VDI servers is not achieved

Engineering Contradiction:
Improvemulti-server clipboard accessVSAvoidsynchronization mechanism
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The buffer is designed with multi-functionality to serve both local clipboard history storage and as a synchronization source for multiple VDI servers. The same buffer structure and communication mechanism enable both local retrieval of pasted items and cross-server clipboard synchronization, achieving adaptability without proportionally increasing complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system implements feedback mechanisms where the buffer continuously monitors system clipboard changes and automatically synchronizes with connected VDI servers. When an item is copied to the system clipboard, the buffer detects this change and propagates it to all associated servers, enabling automatic multi-server synchronization without complex manual configuration.

Inventive Principle:
Principle #23Feedback

3Ease of manufacture

If standard clipboard overwrite behavior is maintained, then system compatibility is preserved, but content loss occurs in VDI environments with multiple concurrent connections

Engineering Contradiction:
Improvesystem compatibilityVSAvoidclipboard content
Core Design Contradiction:
Ease of manufactureVSLoss of information

Solution Approach 1:

The system performs preliminary action by storing clipboard items in the buffer before the system clipboard overwrites them. This advance storage ensures that even when the system clipboard replaces previous items according to standard behavior, the buffer has already preserved the historical items, preventing information loss while maintaining system compatibility.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system allows the system clipboard to discard (overwrite) previous items as per standard behavior, while the buffer simultaneously recovers and preserves these items for later retrieval. This discarding and recovering mechanism enables the system to maintain compatibility with standard clipboard operations while preventing actual information loss through the buffer's preservation capability.

Inventive Principle:
Principle #34Discarding and recovering

Data Source

PatentUS10404797B2Supporting multiple clipboard items in a virtual desktop infrastructure environment
Publication Date: 2019.09.03 DELL MARKETING CORP
  • US10404797B2 patent drawing
  • US10404797B2 patent drawing
  • US10404797B2 patent drawing

AI summary

Multiple clipboard items are supported in a VDI environment. A client clipboard service can monitor the system clipboard to detect when a clipboard item is added to the system clipboard. The client clipboard service can copy any item added to the system clipboard to a client clipboard buffer. The client clipboard service can also interface with a client virtual channel endpoint to send items in the client clipboard buffer to a server virtual channel endpoint. A server clipboard service can then copy the received items to a server clipboard buffer to thereby synchronize the client and server clipboard buffers. The server clipboard service can function in a similar manner to copy items added to the server's system clipboard to the server clipboard buffer and then interface with the server virtual channel endpoint to cause such items to be synchronized back to the client clipboard buffer.