Thursday, October 11, 2007

Catalyst::Plugin::PickComponents

I have written another Catalyst module to pick up desired components for Catalyst App.

Catalyst::Plugin::PickComponents

When I develop Foorum, I find the Controller/Model pm are expanding quickly. and it's not good for mod_perl since it will load all modules into the process. it costs memories.

that's why I wrote this. to reduce memory usage of mod_perl.

Thanks.

Labels:

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home