yarv-dev-en:286
From: SASADA Koichi <ko1 atdot.net>
Date: Wed, 21 Mar 2007 21:54:16 +0900
Subject: [yarv-dev-en:286] Re: multiple VMs in a process?
Hi, Sorry for late response. Meinrad Recheis wrote: > 1) > i am evalutating YARV as embedded interpreter for my business > solutions and the first thing i need to know is how to embed multiple > interpreters in a single process. how would this to be done? You can't create multiple VM instance. It's my current/next research :) > 2) > there is an issue in latest yarvs irb in locale.rb > > def search_file(path, file) > if File.exists?(p1 = path + lc_path(file, "C")) > if File.exists?(p2 = path + lc_path(file)) > return p2 > else > end > return p1 > else > end > nil > end > > it should be File.exist? instead of File.exists? It's not YARV's matter but 1.9 (matz) matter. Pls report on ruby-core. > 3) > i did check out the latest revision from yarv trunk and it compiled > well on my machine (intel 32 / win32) > on annother machine of mine (AMD 64 dual core / win32) it compiled but > then miniruby.exe crashes on a call to IO.popen during configuration > tasks at the end. any clues? Please check ruby/trunk. YARV repository is not touched any more. Regards, -- // SASADA Koichi at atdot dot net -- ML: yarv-dev-en quickml.atdot.net Info: http://www.atdot.net/~ko1/quickml
280 2007-03-06 05:03 [meinrad.recheis gmai] multiple VMs in a process? 284 2007-03-08 06:14 ┣[ruby-forum-incoming ] 287 2007-03-21 21:55 ┃┗[ko1 atdot.net ] -> 286 2007-03-21 21:54 ┗[ko1 atdot.net ]