Displaying 1 result from an estimated 1 matches for "mainappserver".
2011 Dec 22
0
Problems with database config and prepare_to method
In my production environment I have 1 server running as mainappserver (
ex. 10.10.10.10 ) ( Rails + Apache2 + Mysql ) and during heavy periods
we startup a second application server that just handle the Rails
application calls.
The second application server ( ex. 20.20.20.20 ) connects to the mysql
of the mainappserver as specified in the database.yml :
product...