Re: SMP performance on drgonfly

2007-05-22 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: :If there is a reasonable expectation that Preview will perform :differently then I am happy to test it, but the way I read Matt's :email is that there has been no recent progress on SMP development :that might improve performance here. : :Kris I think they're gonna be

Re: SMP performance on drgonfly

2007-05-20 Thread Kris Kennaway
On 2007-05-19, Erik Wikström [EMAIL PROTECTED] wrote: On 2007-05-19 01:58, Kris Kennaway wrote: On Fri, May 18, 2007 at 04:46:27PM -0700, Matthew Dillon wrote: A large chunk of the kernel still runs under the big giant lock, including the light weight processes that libthread_xu

Re: SMP performance on drgonfly

2007-05-20 Thread Matthew Dillon
:I was hoping that Matt would reply to my questions above so I could :try to find a more level playing field on which to compare Dragonfly :and FreeBSD, but I'm afraid that the answer is that there currently :are *no* kernel subsystems that are not Giant-locked, so all workloads :will perform

Re: SMP performance on drgonfly

2007-05-19 Thread Erik Wikström
On 2007-05-19 01:58, Kris Kennaway wrote: On Fri, May 18, 2007 at 04:46:27PM -0700, Matthew Dillon wrote: A large chunk of the kernel still runs under the big giant lock, including the light weight processes that libthread_xu uses, so something like mysql is going to hit a lot of

Re: SMP performance on drgonfly

2007-05-19 Thread Kris Kennaway
On 2007-05-19, Gergo Szakal [EMAIL PROTECTED] wrote: On Fri, 18 May 2007 16:46:27 -0700 (PDT) Matthew Dillon [EMAIL PROTECTED] wrote: A large chunk of the kernel still runs under the big giant lock, including the light weight processes that libthread_xu uses, so something like

Re: SMP performance on drgonfly

2007-05-19 Thread Kris Kennaway
On 2007-05-19, Gergo Szakal [EMAIL PROTECTED] wrote: On Fri, 18 May 2007 19:58:24 -0400 Kris Kennaway [EMAIL PROTECTED] wrote: You may be able to get DragonFly to run on the machines you were having problems with by compiling it with SMP but without APIC_IO. With that

Re: SMP performance on drgonfly

2007-05-19 Thread Matthew Dillon
:If there is a reasonable expectation that Preview will perform :differently then I am happy to test it, but the way I read Matt's :email is that there has been no recent progress on SMP development :that might improve performance here. : :Kris I think they're gonna be about the same.

Re: SMP performance on drgonfly

2007-05-18 Thread Matthew Dillon
A large chunk of the kernel still runs under the big giant lock, including the light weight processes that libthread_xu uses, so something like mysql is going to hit a lot of BGL contention. You may be able to get DragonFly to run on the machines you were having problems

Re: SMP performance on drgonfly

2007-05-18 Thread Gergo Szakal
On Fri, 18 May 2007 16:46:27 -0700 (PDT) Matthew Dillon [EMAIL PROTECTED] wrote: A large chunk of the kernel still runs under the big giant lock, including the light weight processes that libthread_xu uses, so something like mysql is going to hit a lot of BGL contention.