T.R | Title | User | Personal Name | Date | Lines |
---|
1010.1 | | FORTY2::PALKA | | Fri May 23 1997 11:45 | 8 |
| I suspect the key difference is that some presentation addresses
containing rfc1006 nsaps are displayed. The nsap is stored in binary,
and an attempt is made to convert it to the node name. This involves
use of the bind service to do a back-translation (gethostbyaddr).
Possibly your bind service is slow.
Andrew
|
1010.2 | DSA does not respond during the ncl-show | IJSAPL::DEWIJK | GJ from the Dutchlands | Mon May 26 1997 10:47 | 7 |
| Andrew,
rfc1006 nsaps could play a role, but during the activity, the DSA does
not respond to any ncl-command or dxim-search. ( on another terminal )
Is this normal?
GJ
|
1010.3 | | a-133.tunnel.crl.dec.com::FORTY2::PALKA | Andrew Palka Altavista Directory | Tue May 27 1997 16:50 | 10 |
| It is possible that the gethostbyaddr routine is not known as being
thread safe, so the global lock is taken out around it. This might
well cause other parts of the dsa to wait until the lock is released.
This would be unfortunate, but if this is the case there is not
much that we can do about it.
I will investigate this further.
Andrew
|