|
I do see a sense in an ExifTool Daemon. Imagine a non-Perl Web Application that wants to do metadata extraction for uploaded pics. Currently you have to call/exec exiftool on every uploaded pic which is a certain overhead - especially if you want to redirect the user to the results after the upload. A Daemon could improve performance in this case.
Can we expect any progress on this issue in near future? |