>     import time
>     T0 = time.time()
>     conn.simple_bind_s(user_dn, user_pwd)
>     T1 = time.time()
>     open('/tmp/timings.log','a').write('%s\n' % (T1-T0))

Thanks, Peter.

I tried that and the max value for T1-T0 I got was: 0.162416934967

Regards
Nico
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to