well, could you write on the usb disk? You could install the bundles by reference which will leave you with a very small amount of data in the cache ...
regards, Karl On Mon, Oct 27, 2008 at 5:20 PM, Paul <[EMAIL PROTECTED]> wrote: > Hi Karl and Kristof, thanks for your quick answers. > > I should have given more details about the environment. > The application is run from an usb disk and _must not_ write on the computer > hard drive. Plus it must be usable without admin rights so installing a > ramdisk is not possible. > > It seems felix is not my buddy on this one :) > > Any other idea ? > > Paul > > > > Le Monday 27 October 2008 17:04:04 Karl Pauls, vous avez écrit : >> Hi Paul, >> >> the simple answer is no. Currently, there is no way to configure felix >> without the bundle cache stored on disk. However, it should be >> possible to replace the cache implementation with an in memory >> implementation (with the exception of native libraries which wouldn't >> work like this). Unfortunately, It is not easily plugable so you would >> need to look around a little to get this done. >> >> Notice, many bundles assume that they get access to the disc as well. >> Couldn't you just mount a ramdisk and configure felix to use that one >> as cache location? >> >> regards, >> >> Karl > > > Le Monday 27 October 2008 17:04:05 Kristof Taveirne, vous avez écrit : >> Hi, >> >> Don't know if this will work for you but you could just install RamDisk and >> put your bundlecache on a virtual disk in memory... >> Ofcourse your bundlecache will be empty on restart, but if you run felix >> embedded you can easily download and install them on your ramdisk from a >> remote location. >> >> Just an idea. >> >> Grtz, >> Kristof Taveirne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Karl Pauls [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

