Re: [Dev] Content repository for App Manager

2015-08-30 Thread Chathura Dilan
+1 for Amazon EFS. IMO that kind of a solution exactly what we need. On Sun, Aug 30, 2015 at 6:15 PM, Ruwan Abeykoon wrote: > Hi Dinusha, > For AWS customer can use EFS[1]. Most major cloud providers support > similar services. IMO we should not do much on storage side because storage > is best

Re: [Dev] Content repository for App Manager

2015-08-30 Thread Ruwan Abeykoon
Hi Dinusha, For AWS customer can use EFS[1]. Most major cloud providers support similar services. IMO we should not do much on storage side because storage is best managed by file systems and OS drivers. However we need to optimize our front end (HTTP) to get Zero-copy based serving, may be using

[Dev] Content repository for App Manager

2015-08-30 Thread Dinusha Senanayaka
Hi, For the mobile apps we need to store the .apk files. Currently we use the file system based storage which has used in EMM-1.0.0 (Stored in repository/resources/). In a cluster environment we need to have a shared file system. This become difficult in a could deployment like AWS. Also in futu