From: matz@... (Yukihiro Matsumoto) Date: 2001-05-15T13:17:04+09:00 Subject: [ruby-talk:15140] Re: threads and extensions Hi, In message "[ruby-talk:15120] threads and extensions" on 01/05/15, Avi Bryant writes: |Is explicitly using CHECK_INTS a good idea? Yes. |Does any rescheduling happen when using rb_funcall() to call back into ruby code? Possible, but not for sure. |What's the best way to do IO? How about making extension focus on data processing, separating IO to Ruby code, if situation allows? matz.