[#144] Another implementation of Bignum — "Dmitry Antipov" <dmitry.antipov@...>

Hello Ruby hackers,

15 messages 2002/06/06

Re: Steps to get multiple interpreters per process...

From: matz@... (Yukihiro Matsumoto)
Date: 2002-06-25 07:39:14 UTC
List: ruby-core #190
Hi,

In message "Re: Steps to get multiple interpreters per process..."
    on 02/06/25, Matt Armstrong <matt@lickey.com> writes:

|I imagine there might also be issues with Ruby stuff that touches the
|process' global state: signal handlers, cwd, etc.  Multiple
|interpreters might have to communicate with each other somehow for
|this.  Or maybe not.

process-wise states are often ignored by multiple interpreter
implementations (they are just shared), for example by tcl and perl.

							matz.

In This Thread