[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: test if the ldap connection is alive



I have no idea about libldap but in Jldap we have implemented a method LdapConnection.isConnectionAlive() which does similar kind of thing you are looking for.


Regards
Sunil

>>> François Beretti <francois.beretti@enatel.com> 12/8/2003 9:09:10 PM >>>
Hello all

I am writing a program using libldap
I would like to write a function to test if the LDAP connection I use is 
still alive (eg if the user hasn't unplugged its network cable, or if 
the server hasn't been shutdown)

Has anyone already done this ? I have no idea about how to write it.

than you

Francois