Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Asynchronous (non-blocking) downloading using TCastleDownload class, and other HTTP c (https://www.delphipraxis.net/204971-asynchronous-non-blocking-downloading-using-tcastledownload-class-other-http-c.html)

DP News-Robot 19. Jul 2020 03:55

Asynchronous (non-blocking) downloading using TCastleDownload class, and other HTTP c
 
The new class TCastleDownload allows to download data over http and https asynchronously, without blocking the main thread of the application. This means that you can trivially continue rendering and game logic, while some resource are being downloaded over the network. I made a demo in examples/network/asynchronous_download/. It demonstrates multiple simultaneous downloads, and underneath a …


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:23 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz