Re: Generating JXTA_HOME directories for multiple peers for testing purposes
Iwan Birrer <[email protected]> Wed, 10 May 2006 13:18:32 +0200
| Newsgroups | gmane.comp.java.jxta.user |
|---|---|
| Message-ID | <[email protected]> |
some remarks on the in-memory configuration: James Todd wrote: > > work is underway to run j2se platform in memory only Do you refer to issue #1488 here? AFAIK, this issue addresses configuration only, i.e. that a peer can be configured without having to write a PlatformConfig file (in-memory configuration). However, it doesn't address other data that is stored by JXTA, e.g. the cache (stored in the cm directory). If you refer to another issue can you give me a pointer? By the way, I am using the patch of issue #1488 successfully to easily create different configurations for different peers (on the same host). > > basically passing of config data as objects vs a file ref and cache > management > refactoring > Iwan