[Catalyst] Reloading Controllers on a change

Danijel Milicevic Danijel.Milicevic at rawmode.org
Thu Jun 30 15:30:32 CEST 2005


Am Donnerstag, den 30.06.2005, 14:33 +0200 schrieb KXCG Maas:
> 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.
> 
> Regards Boy

Currently there is no other way to reload Controllers and like others
already said: Apache::Reload is not really reliable.

That's the reason why most of use develop using the (lighweight)
standalone server. It won't load modified Controllers, but at least it's
fast and well suited during development.

Deploying on Apache afterwards is a matter for a couple of minutes.

Regards,
Danijel Milicevic




More information about the Catalyst mailing list