Re: [RDBO] Too Many connections

2008-01-25 Thread maxim
Hi John, How it may work if I am using Rose::DB::Object::Loader and creating my Manager subclasses in the runtime ? I ran into the same problem with looping over thousand of My::Manager->get_someTable() calls Thanks, Maxim Grigoriev. > -Original Message- > From: [EMAIL PROTECTED]

Re: [RDBO] Too Many connections

2008-01-25 Thread John Siracusa
On 1/25/08 4:54 PM, maxim wrote: > How it may work if I am using Rose::DB::Object::Loader and creating my Manager > subclasses in the runtime ? You can pre-create the common base class for all your classes created by the Loader, then tell the Loader to use your base class using the base_class para