|
From: Jim W. <jw...@dr...> - 2011-04-07 14:21:30
|
G Horiske <pr...@gm...> writes: > Is there threading support planned for NetBSD in the future? I see > that FreeBSD is supported experimentally, but have read nothing about > NetBSD. I'd planned to do development with Hunchentoot and SBCL or > CMUCL on a NetBSD box, but neither of them had working threads. (ECL > and CLisp didn't work either, but I wanted to stick with CM/SB > anyway)... > > Thanks in advance. There's not really any work (at least in-tree) on sb-thread support for NetBSD at this time -- unfortunately, looking at the FreeBSD support, it doesn't look like its directly applicable, as it uses the FreeBSD umtx support. -- Jim Wise jw...@dr... |