bug#12789: threads - proc-map - multicore issue

2012-11-03 Thread Ludovic Courtès
Hi David, David Pirotte skribis: > in the following example, the cores, 4 in my case, are used for a couple of > seconds, > then at some point only one core is used: > > guile -c '(begin (use-modules (ice-9 threads)) (par-map 1+ (iota 40)))' I fixed it just after we discussed it on IRC, in

bug#12789: threads - proc-map - multicore issue

2012-11-02 Thread David Pirotte
Hello, in the following example, the cores, 4 in my case, are used for a couple of seconds, then at some point only one core is used: guile -c '(begin (use-modules (ice-9 threads)) (par-map 1+ (iota 40)))' Cheers, David