[FX.php List] A question about synchronization

Leo R. Lundgren leo at finalresort.org
Fri Mar 26 17:28:15 MDT 2010


27 mar 2010 kl. 00.18 skrev Bob Patin:

> Jimmy Jones suggested doing it all in PHP--write to database A, then  
> take the same data and write to database B. The problem though, as  
> you guys know, is that the WPE can only connect to a single database  
> server.


I don't understand why you cannot do this. If you use FX.php to  
connect to database A and database B at the same time, and shuffle  
data between them (by reading from A and writing to B), why wouldn't  
that be possible? I am imagining that both databases listen to  
incoming XML requests of the type that FX does, so you should be able  
to connect to them both seperately.

-|


More information about the FX.php_List mailing list