On 13 February 2015 at 13:39, Patrick Welche <[email protected]> wrote: > I just tried buildling rump with RUMPUSER_THREADS=none on > NetBSD-current/amd64. > > rump_allserver tells me: > > rumpuser: threads not available > > So, what should I be able to use after disabling threads? (Is compiling > without threads not a sane thing to do?)
The rump server itself needs threads, so that won't work. You should be able to write code directly against rump that works, if you don't use any drivers that require threads. It is quite limiting though, and not generally very useful. What was your use case? Justin ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
