Hi,

At Thu, 4 Sep 2003 19:45:24 +0900,
Thomas Sondergaard wrote:
> I have a scenario where a ruby extension module starts real/os/heavy-weight
> threads that may call back to ruby. As far as I understand the ruby
> interpreter itself is not thread safe. How can I handle this thread-safety
> problem?

Run the ruby interpreter in a particular os-thread, and use
system provided queue.

-- 
Nobu Nakada