Do the workers pull the files off the nfs mount, do their thing, and then place the completed files back on the mount? If not, how is the latency? I'd expect there to be significant performance considerations after the number of workers increases.

How is all of this configured?

--
Jon

On 9/4/12 1:28 PM, Christopher Brooks wrote:
Jon,

I assume Adam can answer this in more detail from our end, but we do
multiple workers with a single admin.  The workers can request all of
the files from the admin and hand files back, but even better is to
have them all use the same shared storage.  Thus a request for a file
is dealt with by having the worker just look on the NFS mount instead
of looking at a REST endpoint.

Chris

On Tue, 4 Sep 2012 13:06:57 -0700
Jonathan Felder <[email protected]> wrote:

Has anyone tried a configuration using multiple worker machines?

How do you handle the file management?  Do all of the workers utilize
shared storage with the admin server or can the admin server hand
files to the workers and the workers send back completed workflows?

--
Jon
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users



_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to