|
Adaware mi trova degli MRU object
che sono?
li rimuovo?
grazie
--
questo articolo e` stato inviato via web dal servizio gratuito
http://www.newsland.it/news segnala gli abusi ad abuse@newsland.it
Started by diana_est@katamail.com on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
On Sun, 14 Dec 2008 22:44:00 +0100, roberto <rpoggiNOSPAM@softhome.net.invalid
diana_est ha scritto:
Most Recent Used
Sono le tracce delle ultime operazioni fatte: quello che trovi nei file
recenti, e nei menu a discesa del comando apri dei vari... .
|
|
Hi,
Does anyone know any implementation of a templated cache of objects?
You use a key to find object (the same as in std::map<>) You specify a maximum number of objects that can be in the cache at the same time There are facilities to create an...
Started by Nicolas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A sw cache would require memory-fetching through....
In an application I can hardly imagine it would speed/boost up performance to store objects that apparently can be re-created (hip: since they can be automatically discarded, when the cache tops).
|
|
I'm in the process of writing a template library for data-caching in C++ where concurrent read can be done and concurrent write too, but not for the same key. The pattern can be explained with the following environment:
A mutex for the cache write. A ...
Started by Andrea Cuneo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Note that in Java, every single object instance contains a mutex, and Java.
Roundtrips to the kernel.
|
Ask your Facebook Friends
|
Is it possible to store a .Net object in the registry?
I want to store a generic List<> in the registry, and then retrieve it and parse it back to the List.
Is this possible, or do I need to manually serialize it and then deserialize it back?
[UPDATE...
Started by Andreas Grech on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Some applications do store a Most Recently Used (MRU) list in the registry only want to do it if the size of the object was relatively small, but it shouldn't be a problem/whitespace) and store the object as....
And concurrency needs.
|
|
I need to cache objects in Java using a proportion of whatever RAM is available. I'm aware that others have asked this question, but none of the responses meet my requirements.
My requirements are:
Simple and lightweight Not dramatically slower than a...
Started by sanity on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not ....
If GC go on with Google Collections...
Perhaps you can voice your opinion there as well
Using your existing cache, store WeakReference rather than normal object refererences.
Against MapMaker to provide LRU/MRU functionality.
|
|
I'm using Microsoft's WSSv3 demo Virtual PC demo and the VHD is growing out of control.
Using Folder Size I was able to trace it down to the WSS log files.
Today I have two log files that grew to excessive size.
1) 2.5GB within 30 minutes and then
2) ...
Started by Steve on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hey Steve,
It's possible to set limits on the log files through the object model.
|
|
I've several long-standing apps written in Delphi that persist their settings in the registry. I've used HKEY_LOCAL_MACHINE for 'hard' settings such as configuration preferences and HKEY_CURRENT_USER for 'soft' info such as window positions, MRU lists...
Started by Brian Frost on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Access out into a separate COM library and instantiate it as an elevated COM object as and when you.
|
|
Our customers have hundreds of projects per application server.
Every project has its own metadata descriptor (~1MB in memory , ~1sec to load from DB). The metadata is used to validate every request to the server in various aspects (permissions, valid...
Started by LiorH on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here are a couple of generic examples:
News Content - articles are added on a daily basis and rarely if ever modified - cache is used to reduce demand on the database... .
The optimal eviction strategy may depend a lot on the specific data and how it's used .
|
|
I want a simple class that implements a fixed-size circular buffer. It should be efficient, easy on the eyes, generically typed.
EDIT: It need not be MT-capable, for now. I can always add a lock later, it won't be high-concurrency in any case.
Methods...
Started by Cheeso on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
[]) new Object[n]; tail = 0; head = 0; } public void add(T toAdd) { if (head != (tail - 1)) { buffer.
|
|
I have followed the steps in this forum
I seem to have a few problems and have had for quite some time.
Trojan.startpage
coolwebsearch
about:blank
I have deleted all of these for quite a few weeks and they seem to keep coming back.
I have and run Norton...
Started by isisrider1 on
, 17 posts
by 3 people.
Answer Snippets (Read the full thread at comcast):
"
" Include additional object information "
" Include negligible objects information "
" Include.
|