Added an item about thread death. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-06-28 21:42:15 +00:00
Родитель 3062631535
Коммит ef1080cbf4
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,11 @@ implementation
housecleaning
-------------
* I have a sneaking suspicion that the thread might be getting killed
but not cleaned up when the last nsILDAPConnection::Release is
called. But I don't know if that's really the case. Need to check
this out.
* currently nsILDAPOperation::SimpleBind is called as though it were
asynchronous (ie from the UI thread), which it mostly is -- the call
to connect() can stall. We could use the ASYNC_CONNECT flag,