[Catalyst] Reloading Controllers on a change

Rob Kinyon rob.kinyon at gmail.com
Thu Jun 30 15:21:47 CEST 2005


On 6/30/05, KXCG Maas <boy.maas at gmail.com> wrote:
> Dear Catalyst hackers,
>      we are playing with Catalyst for a while and doing a project in it.
> 
> We noticed when developing using Catalyst in combination with the apache webserver that we have to restart the server
> whenever we make a change to a Controller or any other object in the framework.
> 
> We tried Apache::Reload but this gives us strange unpredictable behaviour. Is there any other way we can reload the controllers whenever one changes.

Apache::Reload has always been unpredictable for any serious
application. Whenever I've developed on Apache, I've had to restart
the webserver on every change. It's just the nature of the beast.

Rob



More information about the Catalyst mailing list