Raph, when i execute any mozart program that use parallel search, the ozengine process throws the clasic "Dont Send" windows, I have test it in 3 machine on windows and the same thing happen, I have installed mozart 1.4.0. ------------------------------
Message: 5 Date: Tue, 12 May 2009 19:10:16 +0200 From: Raphael Collet <[email protected]> Subject: Re: Parallel Search Error To: Mozart users <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Dear Jose Enrique, Can you tell us what exception is thrown? Cheers, raph On Tue, May 12, 2009 at 7:03 PM, Jose Enrique Benitez Jimenez < [email protected]> wrote: > Hello friends, > I have been using parallel search, but ozengine throws an exception I can > not even catch that, I use the following code: > > functor > import > Search > Browser > Module > define > M Xs E X > > MyFunctor=functor > import > FD > export Script > define > > fun {Script} > proc {$ Row} > L1N ={MakeTuple c 200} > LM1N={MakeTuple c 200} > in > {FD.tuple queens 200 1#200 Row} > {For 1 200 1 proc {$ I} > L1N.I=I LM1N.I=~I > end} > {FD.distinct Row} > {FD.distinctOffset Row LM1N} > {FD.distinctOffset Row L1N} > {FD.distribute generic(value:mid) Row} > end > end > end > [M]={Module.apply [MyFunctor]} > try > E={New Search.parallel init(localhost:2)} > catch X then {Browser.browse '** '#X#' **'} end > Xs={E one(MyFunctor $)} > {Browser.browse Xs} > > end > > I am testing on Windows and have installed rsh service, I very much > appreciate your help, thanks > > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gforge.info.ucl.ac.be/pipermail/mozart-users/attachments/20090512/e564d15f/attachment.html ------------------------------ _______________________________________________ mozart-users mailing list [email protected] http://lists.gforge.info.ucl.ac.be/mailman/listinfo/mozart-users End of mozart-users Digest, Vol 31, Issue 14 ********************************************
<<winmail.dat>>
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
