Nobuyoshi Nakada wrote: > Hi, > > At Thu, 20 Sep 2007 04:22:09 +0900, > Wayne E. Seguin wrote in [ruby-talk:269902]: >> Does a C extension running in a ruby-thread block all ruby threads >> from running while it executes? > > Yes. > ...except when you call back into ruby from your C code (right?). Then the thread scheduler could get a chance to do its thing. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407