Re: Task scheduler sluggish
- Posted by DerekParnell (admin) Jun 27, 2009
- 1429 views
penpal0andrew said...
So, how do I get a task to run every 200 ms, whether or not someone is doing something else at the same time. And yes, I still want other stuff to go on if the user chooses.
I see that this has been answered already so I'll just add that in Windows use the Windows timer or Windows threads and do not use Euphoria's tasks, as they are really meant for console applications and not GUI applications.
One day, I hope that Euphoria will be able to use the operating systems's threads/tasks directly but that will have to wait for a bit longer yet.

