in reply to Re^6: Change DBI database on runtime
in thread Change DBI database on runtime

Yes, you're right, I think Catalyst::Model::Factory::PerRequest is not supposed to be extended by replacing ACCEPT_CONTEXT method, it's more like it should extend your class. I recommend you reuse caching from it though, note that it doesn't build new object for the same context twice. Otherwise I think everything is correct.

Replies are listed 'Best First'.
Re^8: Change DBI database on runtime
by miguelele (Beadle) on Nov 17, 2011 at 13:43 UTC

    Thank you for your assistance!
    I am happy just not doing stupid things in this stage. Optimization will come later.

    Regards