[KinoSearch] Re: Internal error: field_num 111 > max_field_num 6

Aaron Crane perl at aaroncrane.co.uk
Tue Jun 12 08:42:53 PDT 2007


Marvin Humphrey writes:
> Maintaining such a [CLONE] scheme is messy, labor-intensive and error-prone
> -- and that's the biggest reason among several why KS doesn't do threads.

That seems reasonable.  Am I right in thinking that adding something like
this to a suitable base class would help people avoid shooting themselves in
the foot?

    sub CLONE {
        croak "KinoSearch cannot currently run in a multi-threaded Perl";
    }

-- 
Aaron Crane



More information about the kinosearch mailing list