[plt-scheme] Setting timeslice for the thread in the embedding application
At Mon, 29 Mar 2004 12:41:12 +0400, Khorev Sergey wrote:
> Is there way to increase the time, that scheme_check_threads() can consume?
Assuming that MzScheme uses a timer to control thread quantums, you can
#define MZ_THREAD_QUANTUM_USEC (perhaps on the compiler command line
with -D) to something larger than 10000. That will increase the time
slice for each Scheme thread in the scheduler.
(Is that what you're asking, or am I on the wrong track?)
Matthew