Hi,
Am 22.05.2013 18:33, schrieb Rohit Pathak:
>> I would do this via some traditional network file system (NFS?) or
>> maybe MongoDB's GridFS, mounted on all the processing machines,
>> and then only send small messages between the hosts involved, not
>> the whole file.
>
> But I would want to add and remove nodes on demand at runtime, so I
> would prefer my own services to communicate for file transfer and not
> rely on NFS. But I don't quiet know about MongoDB. Will it be able to
> provide me such dynamism.
I guess I don't understand the limitation of NFS in that case. If you
have one NFS server plus your web server accepting the files and storing
them in the NFS mount. Then your actual processing machines could also
just boot, mount the NFS share, do the processing, shut down. Where is
the problem with adding and removing nodes then?
Tobias