How to transfer large amount of data between websites
Hi everyone,
I have a real estate website which has about 7000 properties. This data I want to share and transfer to another website (also CF).
I made a nice remote cfc which gives XML which can be called with a <cfhttp url=".." >. Creating the XML takes pretty long 10 minutes, and then parsing the XML takes much longer, 1 hour or longer. Not really ideal.
Does anyone have any suggestions on how I can better do this?? The idea is that this transfer will be done every few days.
Thanks!
