From: Ben Johnson Date: 2006-09-22T01:54:17+09:00 Subject: Question about drb and databases Let's say I have 2 servers. One has the database, the other doesn't. The main application is being ran on the one with the database. If I was to distribute ruby using DRb to the other server does that process need a different kind of database connection? Basically what I'm asking is do I need to connect to the database using localhost or the IP? Because wont the database calls go over the wire like all of the other calls therefore a localhost connection should work, right? Thanks for your help. -- Posted via http://www.ruby-forum.com/.