01-07-09 16.55, skrev Jenda Krynicky p� [EMAIL PROTECTED] f�ljande:
>> I meant real fork on a real operating system ;)
>
> Well then I would not get a thread but a process :-)
The difference between an empty thread that isn't using any of its process
adress space and a new process is something I fail to see!
>> I meant it more like a joke, I want to do something that only clones
>> part of the space or nothing. I will reply soon when I got time.
>>
>> Artur
>
> Oops :-)
>
> Thanks, Jenda
thread->clone(\%foo::); clone everything under %foo;
thread->clone(""); nothing to clone
thread->clone(""); is very simple to implment just perl_alloc instead of
perl_clone() ;)
Artur