* made store method safe for multiple processes doing simultaneous storing by...
* made store method safe for multiple processes doing simultaneous storing by using INSERT IGNORE and getting count of actually stored * also removed dbh->do statements and replaced with dbh->prepare
Please register or sign in to comment