[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Late SoC 2006 Suggestions

xmlblog

5/19/2006 7:13:00 PM

I was browsing the SoC 2006 suggestions at Ruby Central
(http://www.rubycentral.or...) and came up with another related
to ActiveRecord.

I think it would be cool to optionally split reads and writes to
different db servers. The canonical example would be to write data to a
replication master and read it from one of several slaves.

Something like:

production:
adapter: mysql
database: read_alot
username: root
password:
writer_hosts: 192.168.1.100
reader_hosts: 192.168.1.101, 192.168.1.102, 192.168.1.103
port: 3306

2 Answers

gabriele renzi

5/20/2006 9:41:00 AM

0

xmlblog (Christian Romney) ha scritto:
> I was browsing the SoC 2006 suggestions at Ruby Central
> (http://www.rubycentral.or...) and came up with another related
> to ActiveRecord.

I think you' reareally too much late, the time for students' application
lasted more than one week ago :)

xmlblog

5/23/2006 3:40:00 AM

0

Yeah, I figured as much but perhaps someone will like the idea as a pet
project.