From: ts Date: 2002-08-01T01:23:45+09:00 Subject: Re: [NothinkToDo] ThreadSafeRuby >>>>> "M" == Michal Rokos writes: M> struct RBasic { M> unsigned long flags; M> VALUE klass; M> + lock_t lck; M> }; be carefull with this and see [ruby-talk:5956] * currently each internal structure sizes are made strictly less than 5 pointer size for space efficiency. Guy Decoux