Re: [Gambas-user] Locking files - best method

2010-12-28 Thread Benoît Minisini
> Benoît Minisini schrieb: > >> Sharing a file exclusively locked very briefly and getting everything > >> to work correctly amongst multiple programs can be brain-twisting. > >> With increasing use of mulit-cores, the possibility for sharing files > >> using any lock technique is more important th

Re: [Gambas-user] Locking files - best method

2009-02-17 Thread Rolf-Werner Eilert
ple computers. > > > ------ Original Message --- > From: Rolf-Werner Eilert > To: mailing list for gambas users > Sent: Mon, 16 Feb 2009 08:33:12 +0100 > Subject: Re: [Gambas-user] Locking files - best method > >> Benoît Minisini schrieb: >>>

Re: [Gambas-user] Locking files - best method

2009-02-17 Thread nando
multiple computers. -- Original Message --- From: Rolf-Werner Eilert To: mailing list for gambas users Sent: Mon, 16 Feb 2009 08:33:12 +0100 Subject: Re: [Gambas-user] Locking files - best method > Benoît Minisini schrieb: > >> Sharing a file exclusively locked very

Re: [Gambas-user] Locking files - best method

2009-02-15 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Sharing a file exclusively locked very briefly and getting everything >> to work correctly amongst multiple programs can be brain-twisting. >> With increasing use of mulit-cores, the possibility for sharing files >> using any lock technique is more important than ever be

Re: [Gambas-user] Locking files - best method

2009-02-14 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Benoît Minisini schrieb: Sharing a file exclusively locked very briefly and getting everything to work correctly amongst multiple programs can be brain-twisting. With increasing use of mulit-cores, the possibility for sharing files using any lock tech

Re: [Gambas-user] Locking files - best method

2009-02-14 Thread Benoît Minisini
> Benoît Minisini schrieb: > >> Sharing a file exclusively locked very briefly and getting everything > >> to work correctly amongst multiple programs can be brain-twisting. > >> With increasing use of mulit-cores, the possibility for sharing files > >> using any lock technique is more important th

Re: [Gambas-user] Locking files - best method

2009-02-14 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Sharing a file exclusively locked very briefly and getting everything >> to work correctly amongst multiple programs can be brain-twisting. >> With increasing use of mulit-cores, the possibility for sharing files >> using any lock technique is more important than ever be

Re: [Gambas-user] Locking files - best method

2009-02-14 Thread Benoît Minisini
> Sharing a file exclusively locked very briefly and getting everything > to work correctly amongst multiple programs can be brain-twisting. > With increasing use of mulit-cores, the possibility for sharing files > using any lock technique is more important than ever before > because all associated

Re: [Gambas-user] Locking files - best method

2009-02-14 Thread nando
can execute simultaneously. -- Original Message --- From: Rolf-Werner Eilert To: mailing list for gambas users Sent: Thu, 12 Feb 2009 17:18:36 +0100 Subject: Re: [Gambas-user] Locking files - best method > Stefano Palmeri schrieb: > > Il giovedì 12 febbraio 2009 08:2

Re: [Gambas-user] Locking files - best method

2009-02-12 Thread Rolf-Werner Eilert
Stefano Palmeri schrieb: > Il giovedì 12 febbraio 2009 08:27:18 Rolf-Werner Eilert ha scritto: >> Good morning, folks :-) >> >> Once upon a time, maybe some weeks or even months ago, we had a >> discussion about how to lock a file for other users while it is written. >> >> My usual way was (and sti

Re: [Gambas-user] Locking files - best method

2009-02-12 Thread Stefano Palmeri
Il giovedì 12 febbraio 2009 08:27:18 Rolf-Werner Eilert ha scritto: > Good morning, folks :-) > > Once upon a time, maybe some weeks or even months ago, we had a > discussion about how to lock a file for other users while it is written. > > My usual way was (and still is) using a xxx.lock file for

[Gambas-user] Locking files - best method

2009-02-11 Thread Rolf-Werner Eilert
Good morning, folks :-) Once upon a time, maybe some weeks or even months ago, we had a discussion about how to lock a file for other users while it is written. My usual way was (and still is) using a xxx.lock file for indication. Someone on the list pointed me to the danger of overlapping fil