Login Page - Create Account

Support Board


Date/Time: Tue, 11 Mar 2025 17:41:53 +0000



Post From: Connecting to external MySQL database server

[2021-03-15 20:41:16]
enemyspy - Posts: 306
Another way you can do it is wait until sc.Index = sc.ArraySize-1 and send all the data in 1 big batch or series of batches at the end of the chart loading. It depends on what you are trying to do. It is even less complicated, particularly for non real time submissions. You just have a persistent int that tracks if data was already submitted or not. Also avoids having to keep a connection open on the heap.