Hi,

In message "[ruby-talk:17623] Re: Pthreads"
    on 01/07/11, Mathieu Bouchard <matju / sympatico.ca> writes:

|Btw I have a question about Ruby's current Thread system. How do I adjust
|the thread switching granularity? it was so coarse that I decided to use
|fork() instead of Thread for generating timers (Linux goes down to the
|1..10 msec range). This is why the profiler I posted the other day calls
|fork() with a while/kill/sleep/end loop.

Currently there's no way to adjust the size of the tick from outside.
Sorry.

							matz.