Re: semantics of file changes notification

2002-06-12 Thread Thomas Bushnell, BSG
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > the way I read the diskfs code, requesting file notifications doesn't > add a reference to the node. So when you request notifications as a > user, you have to keep the port around to receive notifications. > Is this how it is intended to be? Seems

semantics of file changes notification

2002-06-12 Thread Marcus Brinkmann
Hi, the way I read the diskfs code, requesting file notifications doesn't add a reference to the node. So when you request notifications as a user, you have to keep the port around to receive notifications. Is this how it is intended to be? Just wanna make sure, Marcus ___