I need to use the global store for a project about distributed components,
however I have tried to run this example
functor
import
GlobalStore(newStore:NewStore)
System
define
Ls
try
{NewStore ?Ls}
% pickle LS and offer it to clients
{Pickle.save {Connection.offerUnlimited Ls $} './gsticket'}
{System showInfo 'GS'}
catch
gs(failed_globalstore_creation) then
{System showInfo 'error' }
[] error(url(_ _) debug:_) then {System showInfo 'cannot create url or file
'}
[] error(connection(_ _) debug:_) then {System showInfo 'connection Module
error'}
end
end
but when I run this functor I get next error
C:\Documents and Settings\it\Mis documentos\mozart>gs.exe
%********************** Error: module manager *******************
%**
%** Could not link module
%**
%** Could not load functor at URL: c:/Documents%20and%20Settings/it/Mis%20docume
ntos/mozart/GlobalStore.ozf
%**--------------------------------------------------------------
I was looking for "GlobalStore.ozf" in the path of my mozart installation, but
I couldn“t find it.
how can I get the "GlobalStore.ozf" file?
Best Regards :)
LEIDY
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users