[Zope] Zope hangs

Nico Grubert nicogrubert at gmail.com
Thu Oct 2 06:08:34 EDT 2008


>     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


More information about the Zope mailing list