delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2001/03/27/09:22:24

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-developers/>
List-Post: <mailto:cygwin-developers AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-developers-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com
Date: Tue, 27 Mar 2001 18:21:12 +0400
From: Egor Duda <deo AT logos-m DOT ru>
X-Mailer: The Bat! (v1.45) Personal
Reply-To: Egor Duda <cygwin-developers AT cygwin DOT com>
Organization: DEO
X-Priority: 3 (Normal)
Message-ID: <9100626763.20010327182112@logos-m.ru>
To: "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au>
CC: "Egor Duda" <cygwin-developers AT cygwin DOT com>
Subject: Re: whats a good magic number for fifo's?
In-reply-To: <016d01c0b6be$aea84a40$0200a8c0@lifelesswks>
References: <011201c0b6ae$c3f7de20$0200a8c0 AT lifelesswks>
<4895459403 DOT 20010327165505 AT logos-m DOT ru>
<016d01c0b6be$aea84a40$0200a8c0 AT lifelesswks>
Mime-Version: 1.0

Hi!

Tuesday, 27 March, 2001 Robert Collins robert DOT collins AT itdomain DOT com DOT au wrote:

>> how about using symlinks pointing to some special destination (for
>> example to '/cygdrive/fifo')? all we need to do in this case is to
>> slightly modify current symlink resolution code.

RC> Lets see if it passes the "poke holes in the idea test"

RC> because it doesn't work with todays code (using /dev/clipboard as an
RC> existing example):

RC> administrator AT LIFELESSWKS /dev
RC> $ ls

RC> administrator AT LIFELESSWKS /dev
RC> $ ls -s /dev/clipboard myclip
RC> ls: myclip: No such file or directory
RC>    0 /dev/clipboard

i'm not sure i see what do you mean here. should it read 'ln -s' ?
if so, you've probably misunderstood me. i don't suggest creating
fifos with 'ln -s'. they should be created with mknod of mkfifo, just
like unix ones. what i do suggest, that under the hood, hidden from
user, mknod or mkfifo may create file whose contents are identical to
cygwin symlink pointing to /cygdrive/fifo.

at this point fifo-handling code shouldn't worry, whether this symlink
is created as shortcut or old style "!<symlink>" file, all it have to
to is to call readlink() and to see, whether result is
'/cygdrive/fifo'.

RC> On the other hand there are questions about users modifying the
RC> shortcut, windows link tracking manager, and the time it takes to
RC> resolve the shortcut (vs checking it's exactly 3 bytes long and reading
RC> the special). note: I don't know the answers to these potential issues.

all this issues are not fifo-specific. they apply to _any_ cygwin
symlink, and recent experiences show that current symlink
implementation is doing quite well.

RC> Finally, if we want to do an external interoperable (via a new .lib ?)
RC> fifo implementation

i don't think this is a goal worth achieving. making non-cygwin apps
to understand cygwin-specific features by linking them with some lib
is, i believe, a bad practice. creating such lib we'll bound ourselves
to some current implementation of this particular feature.

If some application wants to use cygwin mounts, cygwin symlinks, cygwin
ttys, it should be linked with cygwin1.dll

RC> (it'd be neat to have mingw interoperate with this fir example)
RC> then shortcuts may not be the best way. (We've got two  shortcut
RC> formats in cygwin - if a user is running the old form, then  that
RC> code has to be exported as well.) 

Egor.            mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019