> A safer architechture would be to use two machines. One to act as the > Web server and the other to process transactions. The Web server would > take the orders and request the transaction server to process them. > > The transcation server can only be accessed from the Web server. Nobody > should be able to reach the transaction server from the Internet. The > transaction server machine should have the database server too. The > database server should not accept network connections.
Manuel, Having never setup a multi-server web environment before, I'm a bit curious. How would the public server communicate with the private server, passing in database queries and getting results, if it can't connect directly to the database? Are we talking about building a SOAP interface between the two? Thanks, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php