Hi,
While I try the below code using Mozart 1.4.0 & Mozart 1.3.2 , the system hangs
and does not respond any more.
I run that code from a site
declare
fun {Fact N}
if N=<1 then 1 else N*{Fact N-1} end
end
{Pickle.save Fact "D:/programs/Apache2.2/htdocs/OZ/fact"}
And then from another site I run this and the system hangs.
declare
Fact={Pickle.load "http://localhost/OZ/fact"}
What may be the reason?
Tarik
Bu elektronik posta ve onunla iletilen butun dosyalar gizlidir ve sadece
gondericisi tarafindan almasi amaclanan yetkili gercek ya da tuzel kisinin
kullanimi icindir. Eger soz konusu yetkili alici degilseniz bu elektronik
postanin icerigini aciklamaniz, kopyalamaniz, yonlendirmeniz ve kullanmaniz
kesinlikle yasaktir ve bu elektronik postayi derhal silmeniz gerekmektedir.
SAMPAS bu mesajin icerdigi bilgilerin dogrulugu veya eksiksiz oldugu konusunda
herhangi bir garanti vermemektedir. Bu nedenle bu bilgilerin ne sekilde olursa
olsun iceriginden, iletilmesinden, alinmasindan ve saklanmasindan sorumlu
degildir. Bu mesajdaki gorusler yalnizca gonderen kisiye ait olup, her zaman
SAMPASin goruslerini yansitmayabilir. Bu e-posta bilinen butun bilgisayar
viruslerine karsi taranmistir.
This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed. If
you are not the intended recipient you are hereby notified that any
dissemination, forwarding, copying or use of any of the information is strictly
prohibited, and the e-mail should immediately be deleted. SAMPAS makes no
warranty as to the accuracy or completeness of any information contained in
this message and hereby excludes any liability of any kind for the information
contained therein or for the information transmission, reception, storage or
use of such in any way whatsoever.The opinions expressed in this message may
belong to sender alone and may not necessarily reflect the opinions of SAMPAS.
This e-mail has been scanned for all known computer viruses.
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users