[Opensim-dev] HUGE ASSET CACHE

Frisby, Adam adam at deepthink.com.au
Mon Jun 1 07:01:59 UTC 2009


It will do that for you, to a degree.

Remember that File.Close is synchronous; not Async. It will wait for flush before returning. Ergo, we need to do a little bit of additional caching I think.

Adam

From: opensim-dev-bounces at lists.berlios.de [mailto:opensim-dev-bounces at lists.berlios.de] On Behalf Of Dahlia Trimble
Sent: Monday, 1 June 2009 12:00 AM
To: opensim-dev at lists.berlios.de
Subject: Re: [Opensim-dev] HUGE ASSET CACHE

shouldn't the OS do that for you? or are you syncing the disk on writes?

if the disk is thrashing, something else may be wrong
On Sun, May 31, 2009 at 11:55 PM, Frisby, Adam <adam at deepthink.com.au<mailto:adam at deepthink.com.au>> wrote:
I think the ideal disk cache needs to do things Async with a small memory cache.

Probably a 5 minute mem cache with a long-term store on disk. All disk operations need to be done ideally async for storage. (obviously retrieval is another matter entirely).

Adam

> -----Original Message-----
> From: opensim-dev-bounces at lists.berlios.de<mailto:opensim-dev-bounces at lists.berlios.de> [mailto:opensim-dev-<mailto:opensim-dev->
> bounces at lists.berlios.de<mailto:bounces at lists.berlios.de>] On Behalf Of Brianna
> Sent: Sunday, 31 May 2009 11:50 PM
> To: opensim-dev at lists.berlios.de<mailto:opensim-dev at lists.berlios.de>
> Subject: Re: [Opensim-dev] HUGE ASSET CACHE
>
> No Cigar for me.. thrashed my HD a while, was filling my test (7000
> prims)
> server disk fast and made lotsa noise.
> thanks though for the try
> so far .. the best cache is no cache :(
>
> ----- Original Message -----
> From: "Michael Cortez" <mcortez at gmail.com<mailto:mcortez at gmail.com>>
> To: <opensim-dev at lists.berlios.de<mailto:opensim-dev at lists.berlios.de>>
> Sent: Sunday, May 31, 2009 8:12 AM
> Subject: Re: [Opensim-dev] HUGE ASSET CACHE
>
>
> > Dan wrote:
> >> Is it possible to configure a huge disk asset-cache for region
> servers?
> > A disk cache is currently being tested.
> >
> > No guarantees, warranties, express or implied but the test patch is
> > available at
> >
> > http://code.google.com/p/flotsam/downloads/list
> >
> > This is just something I threw together in a couple minutes of coding
> as
> > a proof of concept for a file cache.  There is no limiting or
> expiration
> > mechanism, and as such is not appropriate for production use.  If
> > testing proves that it's useful, then I'll submit to mantis for
> > inclusion in OpenSim SVN.
> >
> > --
> > Michael Cortez
> > _______________________________________________
> > Opensim-dev mailing list
> > Opensim-dev at lists.berlios.de<mailto:Opensim-dev at lists.berlios.de>
> > https://lists.berlios.de/mailman/listinfo/opensim-dev
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de<mailto:Opensim-dev at lists.berlios.de>
> https://lists.berlios.de/mailman/listinfo/opensim-dev
_______________________________________________
Opensim-dev mailing list
Opensim-dev at lists.berlios.de<mailto:Opensim-dev at lists.berlios.de>
https://lists.berlios.de/mailman/listinfo/opensim-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20090601/208e7b20/attachment-0001.html>


More information about the Opensim-dev mailing list