<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-AU link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>As chief engineer aboard the USS OSgrid, I might want to
recommend against this. <o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Not having the sims cache assets will mean that every asset
request will hit the core asset server which in turn will result in higher
bandwidth requirements for it in the long run. It doesn’t appear to have made a
huge impact on our bandwidth charts for this week yet – however I wouldn’t be surprised
if it did if everyone did this.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Adam<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> opensim-dev-bounces@lists.berlios.de
[mailto:opensim-dev-bounces@lists.berlios.de] <b>On Behalf Of </b>Nebadon Izumi<br>
<b>Sent:</b> Wednesday, 20 May 2009 10:19 AM<br>
<b>To:</b> diva@metaverseink.com; opensim-dev@lists.berlios.de<br>
<b>Subject:</b> Re: [Opensim-dev] Memory cache<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Yay for mistakes that end in gains!!! of course if anyone
asks i planned this ;P  anyway i thought people would like to see my ini
changes.. this is what lead to the discovery:<br>
<br>
[OpenSim.ini]<br>
    ; The following is the configuration section for the new
style grid servers<br>
    ; If you don't know what this is, don't enable it. It will
eat your data,<br>
    ; format your hard drive and make all meat in your fridge
spoil.<br>
    ; You have been warned.<br>
    ; Some of this is starting to work!<br>
[Modules]<br>
    ; Choose one <br>
    ;AssetServices = "LocalAssetServicesConnector"<br>
    AssetServices = "RemoteAssetServicesConnector"<br>
    ;AssetServices = "HGAssetBroker"<br>
<br>
    ; If you don't want asset caching in the regions, comment
this<br>
    AssetCaching = "CoreAssetCache" 
;<<<---*** SEE ERROR HERE ***---->>><br>
<br>
    ; Choose one<br>
    ;UserServices = "LocalUserServicesConnector"<br>
    UserServices = "RemoteUserServicesConnector"<br>
<br>
<br>
[AssetService]<br>
    ; Parameters for local assets, formerly known as
"standalone"<br>
    LocalServiceModule =
"OpenSim.Services.AssetService.dll:AssetService"<br>
    StorageProvider = "OpenSim.Data.SQLite.dll"<br>
    ;StorageProvider = "OpenSim.Data.MySQL.dll"<br>
    ;ConnectionString = "Data
Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"<br>
    DefaultAssetLoader =
"OpenSim.Framework.AssetLoader.Filesystem.dll"<br>
    AssetLoaderArgs = "assets/AssetSets.xml"<br>
<br>
    ; Parameters for remote assets, formerly known as
"grid"<br>
    AssetServerURI = "<a
href="http://assets.osgrid.org:8003/">http://assets.osgrid.org:8003/</a>"<br>
<br>
    ; Paremeters for the Hypergrid connector<br>
    <br>
    ;; Parameters for the HG Broker<br>
    ; Use this one if you have a standalone grid<br>
    ;LocalGridAssetService =
"OpenSim.Services.AssetService.dll:AssetService"<br>
    ; Use this one if this sim is connected to a grid-wide asset
server<br>
    ;LocalGridAssetService =
"OpenSim.Services.Connectors.dll:AssetServiceConnector"<br>
    ;HypergridAssetService =
"OpenSim.Services.AssetService.dll:HGAssetService"<br>
<br>
[AssetCache]<br>
    ; Number of buckets for assets<br>
    CacheBuckets = 32768<br>
<br>
[UserService]<br>
    ;LocalServiceModule =
"OpenSim.Services.UserService.dll:UserService"<br>
<br>
[/OpenSim.ini]<br>
<br>
Please test this out and see if you see gains too and let us know.<br>
<br>
Neb<o:p></o:p></p>

</div>

</div>

</body>

</html>