Hi, If Raphael is reading this, can you shed any light on the subject?
Basically, I have the FD parallel search sort of working on a single multi-core PC, executing multiple threads but i'm confused about the mechanism for executing over multiple machines. I can imagine that linux boxes MAY happily create running threads remotely using ssh or some such protocol, but how would this work for example on a remote windoze machine? Is there some procedure that must be followed to enable a machine with mozart installed/setup to accept incoming requests for parallel search? Regards Mark -----Original Message----- From: Torsten Anders <[EMAIL PROTECTED]> To: Mozart users <[EMAIL PROTECTED]> Date: Fri, 31 Oct 2008 18:27:44 +0000 Subject: Re: FD parallel search question Dear Mark, On 31 Oct 2008, at 14:43, mark richardson wrote: > What I meant was, surely you must have to have the ozengine running > somehow on the remote machine or at least make it aware that it is to > receive work? This should be answered by someone who knows how distributed programming internally works in Mozart, like Raphael. Anyway, as far as I know from experience Mozart processes are spawn "automagically" on remote hosts. Best Torsten _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
