At 03:20 PM 7/23/02 -0700, Marc M. Adkins wrote:
>I'd be interested in any accumulated wisdom on how ithreads scale to large
>programs wrt the copying required to create a new thread.  I suppose I could
>write some test scripts...if they don't already exist somewhere...

Maybe an addition to Benchmark.pm, which would just benchmark creating an 
empty thread thus:

    threads->new( sub {} )->join;

would give some indication?


Liz

Reply via email to