Basically, I'm writing a huge php song library, but retrieving >10,000 songs, weeding out a few of the broken ones, retrieving ID3 info from each one and putting it all into a database, then executing plenty of sql queries to INSERT each song into the database tends to take a while... So, I'm using Visual Basic to do all the really intensive stuff, and leaving php for the browsing and front-end part, which is good because it is allowed to take >5 minutes without everything dying on itself, but horrible due to complete lack of documentation.
I'd be using C++, but I'm really out of practice with it and would rather just get this part of the project done without relearning everything, plus the new stuff.
Any help, links, suggestions, "are you mad!?", etc. would be greatly appreciated, thanks guys