I am having a hard time finding information about spawning tasks in a
clustered environment. I have a process for ingesting data from a web
service that will queue up service calls in the task server using
xdmp:spawn. It works fine and does what we need, but when we run it in a
clustered environment, only one node ends up with all the work.

It seems that the node where the xdmp:spawn call was made is the node where
the task server will handle the work. Is there a way to have the nodes in
the cluster work off of one task server queue, or is it node-specific? Is
it a matter of simply queuing up work on each node in order to leveral all
nodes in the cluster?

Thanks,
Harry
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to