If I’m doing an open() to a Resource Manager in another node (QNET)
and right before I get a chance to close() the fd, I get disconnected,
Whats going to happen to the fd?? How should I release the resource?
TB
If I’m doing an open() to a Resource Manager in another node (QNET)
and right before I get a chance to close() the fd, I get disconnected,
Whats going to happen to the fd?? How should I release the resource?
TB
When you say “disconnected”, I guess you mean the 2 nodes disconnected.
Next time you use the fd, you will most likely hit a EBADF.
-xta g
TBL <tburhan@dodo.com.au> wrote in message news:c5l5ft$dr4$1@inn.qnx.com…
If I’m doing an open() to a Resource Manager in another node (QNET)
and right before I get a chance to close() the fd, I get disconnected,
Whats going to happen to the fd?? How should I release the resource?TB