From: Yogesh Sharma Date: 2005-04-03T03:29:44+09:00 Subject: Embedding Ruby Interpretor in threaded C / C++ Hi, Can someone please point me to documentation for embeding Ruby interpretor in C / C++ (C++ Prefered). What is the best way do embed Ruby interepretor in C/C++ threaded program. So that each thread can execute its own assigned set of script. I have seen that Python doesn't allows this kind of setup. It create a Global lock and even C/C++ is threaded scripts are executed in python's thread control. Is it same in Ruby also ? Thanks, Yogesh