<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I believe the general concensus was to support all three (four?) asset server configs (internal, local, grid, hg(?))  but refactor the code paths.<BR>
 <BR>
While I do understand the confusion, I have already shown how we could re-arrange the services so that we get a uniform set of interfaces - ideally, the config option should turn from specifying a mode to specifying a module and its config.<BR>
 <BR>
Best regards,<BR>Stefan Andersson<BR>Tribal Media AB<BR><BR>> Date: Sun, 1 Feb 2009 22:29:18 +0000<BR>> From: melanie@t-data.com<BR>> To: opensim-dev@lists.berlios.de<BR>> Subject: Re: [Opensim-dev] asset_database = "local" or "grid"?<BR>> <BR>> Hi,<BR>> <BR>> funny you would suggest that. That is one of the code paths I <BR>> suggested removing a long time ago, and was booed and rejected.<BR>> <BR>> Melanie<BR>> <BR>> <BR>> Justin Clark-Casey wrote:<BR>> > Chris Hart wrote:<BR>> >> Setting asset_database to "local" will store your assets in a .db sqlite<BR>> >> database on your file system, and not in MySQL at all. If you run in<BR>> >> grid mode, you should always set this to "grid" to avoid confusion<BR>> >> unless you are connecting to someone else's grid and want your assets to<BR>> >> be stored locally and not on their asset server. <BR>> >> <BR>> >> I have to say I made that same mistake when first starting out with<BR>> >> opensim and had to migrate all my assets over to my database server.<BR>> >> Several others have made the same mistake and I've had to help them to<BR>> >> migrate their assets too - is the local storage model really that widely<BR>> >> used? Should it actually be the default? For standalone I'm guessing it<BR>> >> is ignored(?), but in grid mode I've found it just causes pain and<BR>> >> confusion.<BR>> > <BR>> > Chris is right - I find the asset_database switch annoying because it catches me out on occasion.<BR>> > <BR>> > The problem with using local assets on a grid is one of grid asset blakanization - people coming to your region can't <BR>> > see your assets (because their requests go to the grid asset service rather than your local asset store) and when you go <BR>> > to other people's regions you can't rez objects you created on your local region.<BR>> > <BR>> > But it strikes me that now, if you wanted to retain your regions assets locally, you could set up your region as a <BR>> > hypergrid enabled region, as Hypergrid regions use the local asset store (there is conceptually no global).<BR>> > <BR>> > In view of this, I'd like to completely remove the asset_database option. This would mean that in standalone and <BR>> > hypergrid modes, the db used would always be local and in grid mode the grid asset service would always be used.<BR>> > <BR>> > Are there any objections to this?<BR>> > <BR>> >> <BR>> >> Chris / Strawberry Fride<BR>> >> <BR>> >> -----Original Message-----<BR>> >> From: opensim-dev-bounces@lists.berlios.de<BR>> >> [mailto:opensim-dev-bounces@lists.berlios.de] On Behalf Of Ai Austin<BR>> >> Sent: 01 February 2009 17:12<BR>> >> To: opensim-dev@lists.berlios.de<BR>> >> Subject: [Opensim-dev] asset_database = "local" or "grid"?<BR>> >> <BR>> >> I have MySQL running on the same system that the UGAIM servers are <BR>> >> running on at the moment, though we want to separate some of them out...<BR>> >> <BR>> >> I am wondering if I set asset_database = "grid" rather than <BR>> >> asset_database = "local" is there any performance penalty... or will <BR>> >> it run identically if the assets are in fact local anyway?<BR>> >> <BR>> >> _______________________________________________<BR>> >> Opensim-dev mailing list<BR>> >> Opensim-dev@lists.berlios.de<BR>> >> https://lists.berlios.de/mailman/listinfo/opensim-dev<BR>> >> <BR>> >> No virus found in this incoming message.<BR>> >> Checked by AVG - www.avg.com <BR>> >> Version: 8.0.233 / Virus Database: 270.10.16/1926 - Release Date:<BR>> >> 01/30/09 17:31:00<BR>> >> _______________________________________________<BR>> >> Opensim-dev mailing list<BR>> >> Opensim-dev@lists.berlios.de<BR>> >> https://lists.berlios.de/mailman/listinfo/opensim-dev<BR>> >> <BR>> > <BR>> > <BR>> _______________________________________________<BR>> Opensim-dev mailing list<BR>> Opensim-dev@lists.berlios.de<BR>> https://lists.berlios.de/mailman/listinfo/opensim-dev<BR><BR></body>
</html>