[REBOL] Locking mechanism Re:

2000-03-28 Thread deadzaphod
so I need a usable solution for this myself. Unfortuantely I can't use the client-server system I wrote with the web-hosting setup where I have my CGI's...) Cal Dixon ([EMAIL PROTECTED]) -><- >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED]

[REBOL] Locking mechanism Re:

2000-03-26 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: > Hi, > > is there a way to achieve locking in Rebol? > I mean, physical or advisor locking to achieve controlled access to a > resource (file, or others). > This subject is pretty much platform-dependent, however it is an > important issue when concurrent programs need

[REBOL] Locking mechanism

2000-03-26 Thread bregolin
Hi, is there a way to achieve locking in Rebol? I mean, physical or advisor locking to achieve controlled access to a resource (file, or others). This subject is pretty much platform-dependent, however it is an important issue when concurrent programs need to share access to common resources. Th