Re: What happens when persistent outrigger gets full
Shay Hassidim <[email protected]>
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <002201c56834$e3451270$29c8fea9@pcshayibm> |
You may find such with GigaSpaces. Here are some of them:
- Ability to control JavaSpace max # of entries
- Ability to evict entries based on JVM available memory
- Ability to evict entries based on LRU policy
- Ability to use indexed file as persistent media and recover from this file
- Ability to cache data at the client side and sync with space
- Ability to partition the space data into multiple physical spaces
- Scalable iterator that reads data from the space in batches to reduce
space and client JVM memory consumption
- Special Entry interface that optimize network traffic and memory usage
IExternalizable
- No Serialization mode which reduce the amount of memory used to store
entries with user defined attributes within the space and transport the
entries much faster when wrapped with MarshalledObject.
Please note all these are available with Gigaspaces community edition that
can be downloaded from:
http://www.gigaspaces.com/downloads.html
Regards,
Shay
-----Original Message-----
From: rohit dhawan [mailto:[email protected]]
Sent: Thursday, June 02, 2005 16:32
To: [email protected]
Subject: Re: What happens when persistent outrigger gets full
Hi,
is there any data structure being used for the management of the
objects in the javaspace i.e. for the management of the Javaspace
memory or is it a simple dump of unordered data into the javaspace.
effective memory management ,replication and caching would defintely
improve the performance and reliability of the space over a period of
time
Rohit Dhawan
[email protected]
On 6/2/05, Gary Kendall <[email protected]> wrote:
> Hi,
>
>
>
> I've been running some performance/scalability tests using persistent
> outrigger.
>
>
>
> As expected, I've managed to exceed the 2GB limit of PSE Pro for the
> persistent space. However, to my surprise, the space has carried on
working.
> The only problem is that I now have many LogStore entries that are no
longer
> getting consolidated into the PSE file.
>
>
>
> I just wondered if this configuration is supposed to carry on working,
> albeit impacting performance, or whether I should mistrust anything that
> comes out of outrigger in this state.
>
>
>
> Does anyone care to share their experience on this matter?
>
>
>
> Thanks,
>
>
>
> Gary.
>
>
>
===========================================================================
> To unsubscribe, send email to [email protected] and include in the
body
> of the message "signoff JAVASPACES-USERS". For general help, send email
to
> [email protected] and include in the body of the message "help".
>
> To view past JAVASPACES-USERS postings, please see:
> http://archives.java.sun.com/archives/javaspaces-users.html
>
> JDC members can download the JavaSpaces(tm) Technology from:
> http://developer.java.sun.com/developer/products/jini/
>
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JAVASPACES-USERS". For general help, send email to
[email protected] and include in the body of the message "help".
To view past JAVASPACES-USERS postings, please see:
http://archives.java.sun.com/archives/javaspaces-users.html
JDC members can download the JavaSpaces(tm) Technology from:
http://developer.java.sun.com/developer/products/jini/
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JAVASPACES-USERS". For general help, send email to
[email protected] and include in the body of the message "help".
To view past JAVASPACES-USERS postings, please see:
http://archives.java.sun.com/archives/javaspaces-users.html
JDC members can download the JavaSpaces(tm) Technology from:
http://developer.java.sun.com/developer/products/jini/