Boolean Buyers Beware ... AIX compiler bug --- PMR 26241,756110169 (4/30/2007 7:14:58 PM) Boolean Buyers Beware ... AIX compiler bug --- PMR 26241,756. Our code runs flawlessly in 32-bit mode. During a 24-hour torture test of our 64-bit implementation, the system mysteriously crashed 10 hours into... dick.dunbar(20)
The Hoard Scalable Memory Allocator75131 (10/5/2007 2:53:30 PM) The Hoard memory allocator is a fast, scalable, and memory-efficient memory allocator. It runs on a variety of platforms, including Linux, Solaris (x86 and Sparc), and Windows. Hoard is a drop-in replacement fo... emery.berger(2)
Do we need better cpu features?76107 (2/1/2008 2:54:01 PM) I've been following this ng and reading up a fair bit on lock free programing and it seems to me to be a very difficult and subtle thing to grasp. And lots of gotchas. So it got me wondering, do we need more ... fubar(2)
Condition variable vs semaphore361185 (1/9/2010 6:47:49 PM) Hello,
A quite basic question, I'm wondering for an example where a condition
variable is better than a semaphore.
Of course in case of a pthread_cond_broadcast there is a huge
diff�rence, but in the ... filh(7)
solutions manual for Principles of Physics 3rd ed Vol 1 by Serway, Jewett01124 (1/1/2011 8:32:19 PM) I have the comprehensive instructor's solutions manuals in an
electronic format for the following textbooks. They include full
solutions to all the problems in the text, but please DO NOT POST
HERE, instead ... Mark
B2B Marketplace - Mixet.se Media Center09018 (1/2/2011 9:36:00 AM) Mixet Media Center - Mixet B2B Marketplace S=C3=B6kord f=C3=B6r http://Mixe=
t.se
Annonser, boka bannerplats, gratis annonser, gratis radannonser, ring
annonsbokningen, mixet marknadsf=C3=B6ring, mobil tel:... Mr
Simple, Experimental Wait-Free RW-Mutex Algorithm on Windows...94218 (10/31/2007 2:06:30 AM) This simplistic reader/writer algorithm is wait-free in the sense that there are no loops; no CAS or LL/SC: http://appcore.home.comcast.net/misc/rwmutex_win_hpp.html So far, the counting algorithm looks ok... Chris
Global Lock-Free Proxy Collector Anchor Scheme...66158 (5/27/2007 11:43:54 PM) Using pc_sample.c: http://home.comcast.net/~vzoom/demos/pc_sample.c #define PDR_HASH_DEPTH() 128 #define PDR_DEPTH() (PDR_HASH_DEPTH() + 1) static pc_t pxy_master[PDR_DEPTH()]; #define PXY_HASHPTR(__ptr... Chris
Many threads in Linux61144 (12/10/2007 5:35:26 AM) Hello, I have a straightforward multi-threaded server I am working on. Each client has a socket and two threads: one thread blocks reading the socket, then parses any lines it reads and sends them on for proc... Scott