M martyguy Member Licensed User Longtime User Dec 11, 2012 #1 Does Basic4Android support multiprocessing with multicore processors like the quadcore Tegra 3? That is, can I start multiple threads that run on different cores in the Tegra 3? Thanks for your help
Does Basic4Android support multiprocessing with multicore processors like the quadcore Tegra 3? That is, can I start multiple threads that run on different cores in the Tegra 3? Thanks for your help
Erel B4X founder Staff member Licensed User Longtime User Dec 12, 2012 #2 Yes, threads are assigned to different cores automatically by the OS. Note that usually in Basic4android only libraries create background threads. Upvote 0
Yes, threads are assigned to different cores automatically by the OS. Note that usually in Basic4android only libraries create background threads.