Plex 2E

  • 1.  How to download the files to RAM Local Cache memory using Plex

    Posted Mar 19, 2019 10:50 AM

    Hi,

     

    I need to write a logic to download the files present in some server location to RAM local catche memory. Is it possible through Plex or using some API's?

     

    Instead of Reading the documents form server, i would like to read the documents from RAM to increase the performance of application.

     

    Thanks in advance



  • 2.  Re: How to download the files to RAM Local Cache memory using Plex

    Posted Mar 28, 2019 08:52 PM

    G'day Vinod (?took a guess at your name!),

     

    I would look at using an Array structure in Plex - but be aware this may be implemented so that it pages to local disk depending on how memory is managed on the local computer.

     

    Are you generating for C++ or C# or Java? I think will determine how best to approach the problem.

     

    I use a lot of Source in WinC++ apps generated from Plex to do something similar to manage large objects locally.

     

    Regards,

     

    Darryl