worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

Rewrote multiprocessing parts to only require one database connection #25

Closed Wessie closed 10 years ago

Wessie commented 10 years ago

List of changes:

These changes should remove some of the blocks @pguridi had while implementing the SQLAlchemy backend.

worldveil commented 10 years ago

So, the business with after_fork... it is no longer needed? (and never was?).

Wessie commented 10 years ago

At the very least we never called it. I was, and still am very sure it was needed (with these changes it is not needed anymore). Most likely due to lack of fingerprint_directory usage we never noticed.

pguridi commented 10 years ago

:clap:

pguridi commented 10 years ago

when this gets merged Ill update my branch. for sure my changes will be much simpler now.