Stas Bekman wrote in perl.perl5.porters : > It's time to write CLONE2 which should be a method, identical to DESTROY,which should be called by perl_clone(), when it sees that the> object->can('CLONE2'). Names that match /^\w+\d+$/ suck. What about "OBJCLONE", "INSTCLONE" or something else that indicates that it's the instance version ?
This discussion has happened many time before in the past years. It was felt that a method being called on each object at clone time was simply too much. That's why I made Thread::Bless.
If Thread::Bless does not do what you need, please let me know how I can fix that.
The advantage would be that you wouldn't need blead to run a threaded mod_perl2, right?
Liz
