From: James Gray Date: 2007-12-08T05:33:41+09:00 Subject: at_exit() Inherited Across fork() I'm not saying this is wrong, just clarifying what I am seeing. Is it intended that at_exit() handlers are inherited by a fork()ed process? For example: at_exit { puts "Doing something important for #{Process.pid}." } fork James Edward Gray II