You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "ted stockwell (JIRA)" <ji...@apache.org> on 2009/05/21 22:00:45 UTC

[jira] Commented: (FELIX-465) Support a memory based bundle cache

    [ https://issues.apache.org/jira/browse/FELIX-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711779#action_12711779 ] 

ted stockwell commented on FELIX-465:
-------------------------------------

FYI, there is now a working bundle cache implementation in the felixgae project that supports a memory-based cache.
Also, you can now configure Felix to use a different cache via the felix.bundlecache.impl config property.

The felix4gae bundle cache uses Apache VFS.  
To use a ram-based cache set the org.osgi.framework.storage to ram:///felix-cache

You will have to extract and package the new cache yourself, its in src\main\java\org\apache\felix\framework\cache
In the future I will move this cache to its own package and jar it up separately so others can use it easier

> Support a memory based bundle cache
> -----------------------------------
>
>                 Key: FELIX-465
>                 URL: https://issues.apache.org/jira/browse/FELIX-465
>             Project: Felix
>          Issue Type: New Feature
>          Components: Framework
>    Affects Versions: felix-1.0.1
>         Environment: JDK 1.5.0_06 on Solaris/x86
>            Reporter: Sahoo
>            Priority: Minor
>
> The issue is discussed here in the forum mail thread:
> http://www.nabble.com/Turn-off-bundle-cache-td14843520.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.