Date: Wed, 19 Jun 1996 11:22:13 -0400 From: dsantry@maccs.dcss.McMaster.CA (Douglas Santry) To: freebsd-smp@freebsd.org Subject: threads Message-ID: <199606191522.LAA17989@church.dcss.mcmaster.ca>
index | next in thread | raw e-mail
I have built a threads prototype for FreeBSD. You can malloc mem after creating a thread and the address space is kept consistant etc. I also built a user level threads library which provides the interface to the kernel thread routines, and also implements user mutexes in user level code which I believe are MP safe. I thought since you guys are building a SMP version of FreeBSD, you probably want to build applications that scale to the # of CPUs in the system. Sooooo, if you are interested in trying these threads out, you can get'em at ftp.inna.net under pub/FreeBSD/Threads Lemme know if they are interesting to you! DJShelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606191522.LAA17989>
