James M wrote:
Hi All,


Hi James,

I want to get rid of database module to achieve more efficiency. The
whole process is divided to three phases:
        1> Remove "Base" link from start menu.
        2> Remove database related projects from the packaging process.
        3> Remove database related projects from building process.
I got stuck in phase One. Is there any suggestion?


Yes: just donĀ“t do it there is no "efficiency" gained for the user at all.

Consider the concept of Dynamic Linking on Demand and that this is already heavily used inside OpenOffice.org. Thus code specific to a base module or to a calc module is only loaded by the soffice.bin executable when needed.

http://en.wikipedia.org/wiki/Dynamic_library#Dynamic_linking


Thanks
James


Kind regards,
Bernd Eilers


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to