Program occasionally stuck when writing to ldap
Posted
by djerry
on Stack Overflow
See other posts from Stack Overflow
or by djerry
Published on 2010-06-02T10:20:48Z
Indexed on
2010/06/02
10:23 UTC
Read the original article
Hit count: 248
hey guys,
I have 2 databases for my program : mysql and ldap. All transactions happen to mysql, but i need ldap to connect to ip-phones. There's an option to synchronise the ldap database. So when the ldap is brand new, and mysql contains like 200+ records, it may want to update. But when inserting all those entries, it "freezes". It never happens at the same record, it's very random. Sometimes after 70 records, sometimes at 200 the program quits inserting, and gets stuck. This is very annoying. My best guess is that ldap can't handle that much inserts in a short time. Code isn't the problem, as it is a random problem.
Does this seem familiar to somebody or is it just me?
Thanks in advance.
© Stack Overflow or respective owner