if I create a class with static members in it, and then fork it, will the static members shared between the process? ie, if in 1 proc, I increment the variable, and if I retreive in the other, will it reflect the changes? i am thinking no...but what say thou? and y?