> > You could easily fix this by having the reader create a hard link > > to the > > index file. e.g. > > > > ln foo foo-client.my.org-$$ > > open("foo-client.my.org-$$"); > > .... > > read() > > ... > > close() > > rm foo-client.my.org-$$
What happens when a client exits prematurely (without removing the hard link)? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]