1. New computers have multiple cores and high speed graphic processors
- Posted by mindwalker Aug 03, 2011
- 1406 views
Does Euphoria have the ability to take advantage of these features? Or maybe a better way to state that is has anyone figured out yet how to tap into these features using Euphoria?
2. Re: New computers have multiple cores and high speed graphic processors
- Posted by javier07b9 Aug 28, 2011
- 1202 views
Hello, after several attempts, I found ways to exploit as many CPUs as your system has. The solution gives us the SDL library and its function SDL_thread. You'll encounter the problem that can not latch Euphoria with multithreading but if the same program you compile with Watcom euphoria then if you will get what you want.