Re: [Jruby-devel] ThreadPool experiment.

2006-06-14 Thread Ola Bini
Hi. Ah, yes, I noticed that, on my machine the Thread creation isn't really anything heavy at all. I mean, it do take time, but not THAT much time. We'll see, but I think I'll delay that experiment for now. /O At 17:48 2006-06-14, you wrote: >It's probably worth a try, though I suspect that th

Re: [Jruby-devel] ThreadPool experiment.

2006-06-14 Thread Charles O Nutter
It's probably worth a try, though I suspect that the large part of the load from spinning off so many threads is not necessarily the fact that they're native, but the fact that they're native and they require standing up an entire ThreadContext and all its various stacks. The performance hit during