Hi All, I am creating an application that allows public users to add content, it could be anything from images to videos to text. So once the content is added by the user to public instance it needs to be pushed back to author, so author can edit, or moderate etc... I seen some examples where this can be done using clustering with shared repositories, however i dont want to use DB to store media, not that performant .... :/
I was thinking of keeping the images on each instance and synch them across (ftp?), but this also seems a bit iffy..., also it could result in inconstancies, plus you have huge duplication of the data. Ideally i would want media to sit somewhere, where it can be accessible by all of the nodes. Any suggestions? Many thanks! Ged -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f5a17009-cc91-4044-9a5f-f7731cf69858 ---------------------------------------------------------------- For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
