Notice (8): file_put_contents(): Write of 271 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: Write of 1108 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 7651 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 2562 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 5131 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 3154 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 920 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 3153 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 190 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 2793 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512): long cache was unable to write '31009c3bf686afa79e97e08d195bd7fe' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 275]

Notice: file_put_contents() [function.file-put-contents]: Write of 2588 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 150 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 2793 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512): long cache was unable to write 'c3066345d644b1090d12feab1e1c90e2' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 275]

Notice: file_put_contents() [function.file-put-contents]: Write of 2588 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): unserialize() [<a href='https://secure.php.net/function.unserialize'>function.unserialize</a>]: Error at offset 4041 of 4085 bytes [APP/Controller/NewsController.php, line 5571]

Notice: file_put_contents() [function.file-put-contents]: Write of 2490 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): unserialize() [<a href='https://secure.php.net/function.unserialize'>function.unserialize</a>]: Error at offset 12273 of 12277 bytes [APP/Controller/NewsController.php, line 5571]

Notice: file_put_contents() [function.file-put-contents]: Write of 2492 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Tencent's "Task Processing Method" Patent Leverages Blockchain for Efficiency Gains - AdminSo
Home > News list > Data >> Blockchain

Tencent's "Task Processing Method" Patent Leverages Blockchain for Efficiency Gains

Blockchain 2024-12-13 11:23:14 Source:

Tencent's "Task Processing Method" Patent Leverages Blockchain for Efficiency GainsA December 13, 2024 report from Financial World reveals that Tencent Technology (Shenzhen) Co., Ltd

Tencent's "Task Processing Method" Patent Leverages Blockchain for Efficiency Gains

A December 13, 2024 report from Financial World reveals that Tencent Technology (Shenzhen) Co., Ltd. filed a patent application in June 2023 for a "Task Processing Method, Apparatus, Device, and Storage Medium," with the publication number CN119109987A. This patent aims to improve task processing efficiency and trustworthiness using blockchain technology.

The patent abstract details a method focused on reducing wait times for task output while increasing resource utilization. The described method involves blockchain and task processing technologies, operating as follows:

Firstly, a blockchain scheduling node receives task processing requests from a task initiator. Based on the request information, the system maps the task to a Directed Acyclic Graph (DAG). This DAG, conforming to specified "simplification conditions" within the patent and containing at least two target graph nodes, represents the original task decomposed into subtasks.

The system then selects a specified number of target processing nodes from available candidates, verifying their suitability before allocation. At least one subtask from the DAG is assigned to different target processing nodes. The patent doesn't mandate assigning all subtasks to different nodes, suggesting flexible allocation based on task characteristics and node load.

After processing their assigned subtasks, nodes return results to the blockchain scheduling node. Upon receiving all subtask results, the scheduling node integrates them and returns the complete result to the task initiator. Blockchain technology ensures data integrity and prevents tampering. Task decomposition and parallel processing reduce overall processing time and improve resource utilization.

The patent's "simplification conditions," while not explicitly detailed in the abstract, likely relate to DAG complexity, inter-node dependencies, and task characteristics. These conditions aim to simplify the DAG structure for improved efficiency without compromising correctness, showcasing the technology's practicality.

This method effectively mitigates single points of failure by decomposing complex tasks and using blockchain for coordination. If a node fails, others can continue processing, maintaining task completioncrucial for real-time applications.

Blockchain also enhances transparency and traceability. All stepstask allocation, processing, and result feedbackare recorded on the blockchain, enabling auditability. This is significant for applications demanding high security and reliability, such as financial transactions and medical record management.

In essence, Tencent's patent cleverly combines blockchain and task decomposition to address inefficiencies and reliability issues in traditional task processing. By parallelizing subtasks and leveraging blockchain for trustworthiness and transparency, this technology promises broad applicability in cloud computing, big data, and AI, enhancing efficiency and reliability. Future applications could span finance, gaming, and IoT, boosting efficiency, reducing costs, and driving digital transformation. The patent's success will significantly impact Tencent and the broader tech industry, offering a more efficient, reliable, and secure digital experience.

This task processing method isn't limited to internal Tencent use; its approach provides a valuable reference for other companies. It demonstrates the potential of blockchain in enhancing task processing efficiency, fostering industry advancements. We can anticipate further innovation based on similar approaches, accelerating the digital age. The patent's publication signals further breakthroughs in blockchain application are imminent.

Tag: Tencent Task Processing Method Patent Leverages Blockchain for Efficiency


Disclaimer: The content of this article is sourced from the internet. The copyright of the text, images, and other materials belongs to the original author. The platform reprints the materials for the purpose of conveying more information. The content of the article is for reference and learning only, and should not be used for commercial purposes. If it infringes on your legitimate rights and interests, please contact us promptly and we will handle it as soon as possible! We respect copyright and are committed to protecting it. Thank you for sharing.

AdminSo

http://www.adminso.com

Copyright @ 2007~2025 All Rights Reserved.

Powered By AdminSo

Open your phone and scan the QR code on it to open the mobile version


Scan WeChat QR code

Follow us for more hot news

AdminSo Technical Support