[Catalyst] Why load modules two times?

2009-08-04 Thread Malloy
Please check my error.log:

I find the modules  were loaded two times?

Why?

[Tue Aug 04 01:05:14 2009] [notice] caught SIGTERM, shutting down
*[debug] Debug messages enabled*
[debug] Statistics enabled
[debug] Loaded plugins:
..
| Catalyst::Plugin::ConfigLoader  0.20

blabla

*[info] myapp powered by Catalyst 5.7014*
*[debug] Debug messages enabled*
[debug] Statistics enabled
[debug] Loaded plugins:
..
| Catalyst::Plugin::ConfigLoader  0.20
|

blabla

*[info] myapp powered by Catalyst 5.7014*
[Tue Aug 04 01:05:18 2009] [notice] Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1
mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations

-- 
Jack Malloy
___
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/


Re: [Catalyst] Why load modules two times?

2009-08-04 Thread Lars Balker Rasmussen
On Tue, Aug 4, 2009 at 10:07 AM, Malloyjackwor...@gmail.com wrote:
 I find the modulesĀ  were loaded two times?
 [info] myapp powered by Catalyst 5.7014
 [Tue Aug 04 01:05:18 2009] [notice] Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1
 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations

That's how mod_perl rolls.  I think you'll find that the standalone
server doesn't load the modules twice.

http://perl.apache.org/docs/2.0/user/handlers/server.html

Best way to avoid this: don't use mod_perl.
-- 
Lars Balker RasmussenConsult::Perl

___
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/


Re: [Catalyst] Why load modules two times?

2009-08-04 Thread Malloy
Thanks.

On Tue, Aug 4, 2009 at 4:28 PM, Lars Balker Rasmussen l...@balker.dkwrote:

 On Tue, Aug 4, 2009 at 10:07 AM, Malloyjackwor...@gmail.com wrote:
  I find the modules  were loaded two times?
  [info] myapp powered by Catalyst 5.7014
  [Tue Aug 04 01:05:18 2009] [notice] Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1
  mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations

 That's how mod_perl rolls.  I think you'll find that the standalone
 server doesn't load the modules twice.

 http://perl.apache.org/docs/2.0/user/handlers/server.html

 Best way to avoid this: don't use mod_perl.
 --
 Lars Balker RasmussenConsult::Perl

 ___
 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/




-- 
Jack Malloy
___
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/


Re: [Catalyst] Why load modules two times?

2009-08-04 Thread Malloy
Thanks.

But Apache2 has not ServerType option, how to set standalone?

On Tue, Aug 4, 2009 at 4:28 PM, Lars Balker Rasmussen l...@balker.dkwrote:

 On Tue, Aug 4, 2009 at 10:07 AM, Malloyjackwor...@gmail.com wrote:
  I find the modules  were loaded two times?
  [info] myapp powered by Catalyst 5.7014
  [Tue Aug 04 01:05:18 2009] [notice] Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1
  mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations

 That's how mod_perl rolls.  I think you'll find that the standalone
 server doesn't load the modules twice.

 http://perl.apache.org/docs/2.0/user/handlers/server.html

 Best way to avoid this: don't use mod_perl.
 --
 Lars Balker RasmussenConsult::Perl

 ___
 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/




-- 
Jack Malloy
___
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/


Re: [Catalyst] Why load modules two times?

2009-08-04 Thread Lars Balker Rasmussen
On Tue, Aug 4, 2009 at 11:20 AM, Malloyjackwor...@gmail.com wrote:
 But Apache2 has not ServerType option, how to set standalone?

Standalone server = perl script/myapp_server.pl

Check http://dev.catalystframework.org/wiki/deployment for
alternatives to mod_perl.
-- 
Lars Balker RasmussenConsult::Perl

___
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/