From: matz@... (Yukihiro Matsumoto) Date: 2002-06-25T16:39:14+09:00 Subject: Re: Steps to get multiple interpreters per process... Hi, In message "Re: Steps to get multiple interpreters per process..." on 02/06/25, Matt Armstrong 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.