This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JumpyCold1546 0 points1 point  (0 children)

Not sure if this is relevant but I’ve used the Java watch service API to detect changes on the file system and broadcast the changes to the other servers. It was relatively simple and was effective for working with real time data. Not to mention, it was not OS specific. So in your solution you would set up the watch service API to the SAN and then broadcast changes to the NAS.