removed some debugging comments, removed transaction from Row->get_from_storage,...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Mon, 7 Jul 2008 18:58:37 +0000 (18:58 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Mon, 7 Jul 2008 18:58:37 +0000 (18:58 +0000)
commitbbafcf262b74716a37f4265512ba5c1ecd92e15b
treec92e091df55b0eeb696a25c1d5c0d5501eb9ba64
parent87d4dd9d4a9961d87577dbd1cc227e7765d42945
removed some debugging comments, removed transaction from Row->get_from_storage, enabled support for new resultset attribute "execute_reliably" which signals the Balancer to send read requests to the   Also refactored connect_replicants to break down functionality into two methods and added new Balancer method to roll the replicant to the next in the queque.  added tests for all the above.
lib/DBIx/Class/Row.pm
lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm
lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm
t/93storage_replication.t