From: Matthias Ludwig Date: 2006-08-08T20:58:17+09:00 Subject: Re: AMD Dual Core and Ruby --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > does the ruby interpreter use both cores automagically or do I have > to do/program something special ? The interpreter doesn't support multithreading itself, so all ruby-scripts will only use 1 Core, even when they create ruby-threads. But maybe you can use more than 1 process (e.g. call "fork" instead creating a thread). Your OS will (hopefully) schedule the second=20 interpreter on the second core. best regards, Matthias --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (OpenBSD) iD8DBQFE2I0YbaBeCFlfXPMRArnUAJ9Ez9XX60nD8MyeBcun2VwFMs0CVgCfX9Wo 1SShuzzEW+shCquBb9tii44= =xZst -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8--