Will a script 'take a message' when the database is busy?
Posted: Fri Mar 17, 2006 11:13 pm
Context: Using 4 or 5 'mirrors' of os-commerce shopping cart (to keep any one site from getting to busy).
Content: I want to do the above, and send data from all four 'stores' towards a single PHP affiliate script. Testing (in a 'quite' environment) the affiliate script credits sales when the customer reaches the 'Thank You' page (no problem).
-If the script and database get busy (in the real world), can incoming data be 'held' until the database can react?
-I know the answer 'depends on the program', just in general (the shopping cart is not waiting for a response from the affiliate program) what happens to the 'PHP transfered' data if the MySQL database is 'busy'?
Thanks
MGH
Content: I want to do the above, and send data from all four 'stores' towards a single PHP affiliate script. Testing (in a 'quite' environment) the affiliate script credits sales when the customer reaches the 'Thank You' page (no problem).
-If the script and database get busy (in the real world), can incoming data be 'held' until the database can react?
-I know the answer 'depends on the program', just in general (the shopping cart is not waiting for a response from the affiliate program) what happens to the 'PHP transfered' data if the MySQL database is 'busy'?
Thanks
MGH