From: Joey Marino Date: 2008-03-27T07:36:31+09:00 Subject: fork ------=_Part_22122_3268633.1206571001558 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I want to fork a child process and use instantiated objects from the parent process. Is this possible? obj = Object.new fork do doSomething(obj) end -- Joey Marino ------=_Part_22122_3268633.1206571001558--