Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Tleiades Lauridsen
Date: Thu, 29 Jan 2009 08:31:48 +0100 From: drscofi...@xyzzyxyzzy.net To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] proposal: cleanup and break up region modules Tleiades wrote: I'd be much more of a fan of having each module a seperate dll. Files are cheap too

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Dr Scofield
Tleiades Lauridsen wrote: Date: Thu, 29 Jan 2009 08:31:48 +0100 From: drscofi...@xyzzyxyzzy.net To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] proposal: cleanup and break up region modules Tleiades wrote: I'd be much more of a fan of having each module a seperate dll

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Stefan Andersson
Media AB Date: Thu, 29 Jan 2009 11:28:19 +0100 From: drscofi...@xyzzyxyzzy.net To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] proposal: cleanup and break up region modules Tleiades Lauridsen wrote: Date: Thu, 29 Jan 2009 08:31:48 +0100 From: drscofi...@xyzzyxyzzy.net

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Sean Dague
MW wrote: Putting aside the optimisations for now, as I think that is a different question. As if we are going to have a dynamic module system then those issues come with it. While I think having every module in a separate dll/project is too much. As Stefan said I think we have just

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Cristina Videira Lopes
Andersson Tribal Media AB Date: Thu, 29 Jan 2009 11:28:19 +0100 From: drscofi...@xyzzyxyzzy.net To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] proposal: cleanup and break up region modules Tleiades Lauridsen wrote: Date: Thu, 29

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Justin Clark-Casey
Sean Dague wrote: MW wrote: Putting aside the optimisations for now, as I think that is a different question. As if we are going to have a dynamic module system then those issues come with it. While I think having every module in a separate dll/project is too much. As Stefan said I think

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Sean Dague
Justin Clark-Casey wrote: Sean Dague wrote: MW wrote: Putting aside the optimisations for now, as I think that is a different question. As if we are going to have a dynamic module system then those issues come with it. While I think having every module in a separate dll/project is too

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Dr Scofield
Sean Dague wrote: [...] That being said, this isn't an all or nothing approach. I'd say step one, lets get the modules into a seperate dll (like diva suggested). Then we can experiment with some level break up and see if it does cause the end of the world. :) If so, we can quickly go back.

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Justin Clark-Casey
Sean Dague wrote: Justin Clark-Casey wrote: Sean Dague wrote: MW wrote: Putting aside the optimisations for now, as I think that is a different question. As if we are going to have a dynamic module system then those issues come with it. While I think having every module in a separate

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-28 Thread Dr Scofield
Justin Clark-Casey wrote: Dr Scofield wrote: i've been looking at where region modules live in our source tree --- OpenSim/Region/Modules and OpenSim/Region/Environment/Modules --- and how they get bundled: * modules in OpenSim/Region/Modules get their own private DLL *

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-28 Thread Tleiades
I'd be much more of a fan of having each module a seperate dll. Files are cheap too. :) And that makes it very clear to people what they are loading, and what they aren't loading. (On the fear of talking about performance prematurely) Won't that cause problems for the JIT'er? Normally

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-28 Thread Dr Scofield
Tleiades wrote: I'd be much more of a fan of having each module a seperate dll. Files are cheap too. :) And that makes it very clear to people what they are loading, and what they aren't loading. (On the fear of talking about performance prematurely) Won't that cause problems for the