0 Replies Latest reply on Jan 4, 2013 12:12 AM by umesh.awasthi

    Best approach to store files and digital data in Infinispan

    umesh.awasthi

      Hi All,

       

      We are using Infinispan as our cache provider and its working fine for us, currently we are using TreeCache to hold cache data for us.

      Now we need to store some files as well digital data (audio video) in Infinispan, i was just browsing through the online documentation and came across https://docs.jboss.org/author/display/ISPN/Grid+File+System

      GridFileSystem

       

      It seems a good appraoch to handle files and Digital data.

       

      My Question is what is the best way to handle such kind of data ?

      In order to avoid some out of memory issue, we might have to add passivation rules to inifispan and we need to show user what all files are there and there URL's to access them as well posibility to remove content.

       

      Thanks

      Umesh