Summary: | dev-lang/ruby-1.8.6 - add USE flag to set --enable-threading | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Balint Dobai-Pataky <dpblnt> |
Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Balint Dobai-Pataky
2008-05-08 10:35:12 UTC
The only reference I found to that parameter is that discussion (including a grep through the Ruby source package). I admit that I haven't done much multithreaded programming, but isn't pthreads as native as you'll get? From what I understand, the Linux version of pthreads is NPTL included with glibc and that's the "native" threading system. We now have Ruby 1.9.1 which uses native threads. Please use this if you need them. |