From: Edward Garson Date: 2007-04-13T16:59:46+09:00 Subject: Re: How does Ruby VM works? use the source, emilio. eigenclass.org has a good 'self-study' guide: http://eigenclass.org/hiki/ruby+internals+guide have fun edward On Apr 11, 4:42 pm, "Emilio Tagua" wrote: > On 4/11/07, evanw...@gmail.com wrote: > > > On Apr 11, 6:42 am, "Emilio Tagua" wrote: > > > I want to read about RVM, how does ruby handle threads, the interface > > > with the OS, and some other stuff, any low level book/paper > > > recommended? > > > > Thanks > > > You could search for the hacking guide, there is an english > > translation in the works. > > > Do you have any specific questions? I can probably answer them for ya. > > Thanks you! > I don't have a very specific question i want to get involved in how > ruby works deep inside. > > I started programming RoR apps but now im getting to pure Ruby > apps/script/daemons. Atm i'm coding a multithread daemon that use > log/process info/syscal/open-uri/etc... > > And i'm very interesting about hacking Ruby > > Thanks all for your reply