I would. if both machines can use cfhttp:

Schedule an invitation on MainServer (MS) to grab the data.
(Note: or trigger the data transfer when a record is created or updated. or 
other such event.)

MainServer - schedule a task using cfhttp or even containing img src= to 
initiate an invitation ro RemoteServer to pickup data. An encrypted ticket 
can hold details of the invitation. timestamp, datarecords, files names 
sizes etc.
cfhttp:> http://www.RS.com/invite.cfm?ticket=23987dsjfh8723rhawef7983

RemoteServer - when invited uses cfhttp to grab the data in question.
Gets invitation executes
cfhttp:> http://www.MS.com/pickupdata.cfm?ticket=confirmationticket

MainServer received the pickup data request and decrypts and interprets the 
confirmation ticket and prepares the XML or WDDX document.

the content is returned to the RemoteServer and appropriate data etc is 
updated.

Just my take on it.
Eric
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to