ignite_user2016 wrote > I have clustered web app,I would like to share files between web app > hosted on different machine. I am thinking I can make use of > IgniteFileSystem across both host ? > > How does it handle read and write across set of Ignite clusters ? and how > the files physically stored across cluster ? can any dead lock scenario > occur here ? > > And any insight on replication ? how does it replicate the file data ? is > it only delta being transferred OR entire file data will get transferred > on writes ?
IgniteFileSystem stores data in memory in distributed fashion. If you only need to share file between multiple servers, that can be an overkill. Or is there is something else that you're trying to address? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-as-a-shared-file-sysytem-tp10361p10363.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
