[#1026] Is this a bug? — Dave Thomas <Dave@...>

18 messages 2000/01/03

[#1084] Infinite loop — Dave Thomas <Dave@...>

17 messages 2000/01/11

[#1104] The value of while... — Dave Thomas <Dave@...>

24 messages 2000/01/11

[ruby-talk:01212] Re: File#flock

From: ts <decoux@...>
Date: 2000-01-31 15:46:53 UTC
List: ruby-talk #1212
>>>>> "Y" == Yukihiro Matsumoto <matz@netlab.co.jp> writes:

Y> I see.  File#flock can be used to exclude control flow within same
Y> process (i.e. threads),  but since threads share memory space, threads
Y> may share locked file descriptor.  On the other hand, there's no way
Y> to share locked file descriptor between processes, thus

 OK, I've understood.

 Thanks,

Guy Decoux

In This Thread

Prev Next