Linodes, Private IP, and MySQL
I have a 720 connected to a mysql db on a 360. The 720 accesses the remote db across the private ip. In my test setup I am seeing a lot of DB timeouts and perfomance is nearly unusable.
I've ran a similar setup on a gridlayer account (nice but I like Linodes pricing
Is there something I am missing here?
2 Replies
I'm assuming (almost certainly incorrectly) that you're running just the database on the 360 and just the httpd on the 720.
But anyway, even without reversing them, you should check to see how much RAM your database server is using. If it's eating into swap, it will destroy performance…
… But even then it shouldn't be timing out unless you're doing seriously heavy queries.