please don't blame me if I'm wrong here. just point it out and I'll apologize :-)

the first is to load all modules at beginning. I want to ask why? for $c->forward()? I think $c->model() can load when called. why I hate this is because it eats too many memory. one of my App has 80+ pm then it takes 150+M. I can't afford that!

the second one is hard to use model in cron pl. I know we can do something like my $c = MyApp->prepare(); or Catalyst::Model::Adaptor (trust me, that's not so easy or fast) why I can't get a simple $c without function forward, without req, without res. just get $c->model and $c->cache like?
I don't want this $c to load any Controller modules or View modules.

anyway, Catalyst is a great framework. it ease our development a lot.
Thanks for all your work, Catalyst Team!

--
Fayland Lam // http://www.fayland.org/ Foorum based on Catalyst // http://www.foorumbbs.com/

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to