On 17 Aug 2010, at 14:59, [email protected] wrote:
Is that the part you're referring to as application-lifetime?

No.

When you say:

use MyApp;

(or require MyApp) then the application is loaded, and all of it's models, controllers and views are setup initially.

They persist for the lifetime of your perl interpreter. Any data those objects contains will also persist for the lifetime of the perl interpreter.

This is what I mean by 'application lifetime', and it's the default for components in Catalyst.

Cheers
t0m


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

Reply via email to