01-07-09 16.39, skrev Jenda Krynicky p� [EMAIL PROTECTED] f�ljande:

>> 01-07-09 16.20, skrev Jenda Krynicky pl� [EMAIL PROTECTED] f�ljande:
>> 
>>> Is it possible to create an empty interpreter thread?
>> 
>> This is called fork() and openpipe :)
>> 
>> Artur
> 
> No it's not. When you fork() (in a perl compiled with ithreads) you
> CLONE the state of your interpreter. You copy all your variables to
> the new thread etc. etc. etc.
> 
> I don't want that!
> 
> I want a pure innocent naked empty new thread.
> 
> Jenda

I meant real fork on a real operating system ;)

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

Reply via email to