Re: msleep() on recursivly locked mutexes

2007-04-28 Thread Robert Watson
On Thu, 26 Apr 2007, Julian Elischer wrote: Further the idea that holding a mutex "except for when we sleep" is a generally bright idea is also a bit odd to me.. If you hold a mutex and release it during sleep you probably should invalidate all assumptions you made during the period before you

Re: msleep() on recursivly locked mutexes

2007-04-28 Thread Robert Watson
On Fri, 27 Apr 2007, Julian Elischer wrote: Basically you shouldn't have a recursed mutex FULL STOP. We have a couple of instances in the kernel where we allow a mutex to recurse, but they had to be hard fought, and the general rule is "Don't". If you are recursing on a mutex you need to swit

Mono XSP & mod_mono support on FreeBSD

2007-04-28 Thread Dominic Marks
Hackers, Currently XSP (Mono's ASP.NET implementation) does not run on FreeBSD. There is a brief post here about the reasons why from David Xu: http://lists.freebsd.org/pipermail/freebsd-threads/2005-March/002944.html Since that message is over 2 years old I hoped that it might no longer

Re: Mono XSP & mod_mono support on FreeBSD

2007-04-28 Thread Daniel Eischen
On Sat, 28 Apr 2007, Dominic Marks wrote: Hackers, Currently XSP (Mono's ASP.NET implementation) does not run on FreeBSD. There is a brief post here about the reasons why from David Xu: http://lists.freebsd.org/pipermail/freebsd-threads/2005-March/002944.html Since that message is over 2 y