glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] Re: New tutorial so wonderfull!


From: Stéphane Magnenat
Subject: Re: [glob2-devel] Re: New tutorial so wonderfull!
Date: Thu, 2 Mar 2006 20:19:40 +0100
User-agent: KMail/1.9.1

On Sunday 26 February 2006 23:32, Bradley Arsenault wrote:
> New tutorial, second revision, available here:
> www.genixpro.com/tutorial.map.tar.gz

Very nice, thanks.

But there is deadlocks, those code can deadlock :
show("..")
space
hide
wait(Inn(0,0) > 0)

if the Inn got constructed too fast, so I fixed them by using

show("...")
wait(Inn(0,0) > 0)
hide

An updated version (without deadlocks) is in maps, get it through ./syncmaps
Please base further improvements on it.

Steph




reply via email to

[Prev in Thread] Current Thread [Next in Thread]