Re: [PATCH] sms blocks

2001-06-15 Thread Cliff Woolley
On Thu, 14 Jun 2001, Luke Kenneth Casson Leighton wrote: you are aware that strictly speaking you are _not_ supposed to treat memory addresses as contiguous? one of the reasons why void* _is_ void* is because potentially, areas of memory allocated by a system may be from different regions,

Re: nested mutexes

2001-06-15 Thread Jeff Trawick
Jeff Trawick [EMAIL PROTECTED] writes: 1. It looks to me that on Unix APR mutexes are always nesting if APR_HAS_THREADS and APR mutexes are never nesting (subject to their underlying implementation of course). This is not cool. I meant to say It looks to me that on Unix APR mutexes are