Hi All, I have a system that consists of a crawler and a filemgr that reads and extracts few metadata from the files submitted to the staging area, then submits the extracted metadata keys and their values over to a ruby middleware. The system is already kind of slow. I am wondering if sending the metadata keys and values via a set of restful commands are faster or leaving the metadata file somewhere for the middleware to grab. Let me know what you think.
Thanks, Faranak
