[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cgiapp] [OT] Config::Context && Windows


Ron

I use CGI::Application::Plugin::Config::Context under Windows . Basically I
ignored the test failures (naughty I know) ... I'm a bit hazy about the
failures now, but I think that they had to do with trying to use
UNIX-specific caching of the configuration in order to speed things up.
Perhaps the install could check the environment and then only run the
caching tests if required.

It also means that you'll need to turn caching off in your code, as
caching's on by default:

    $self->conf->init(
        -ConfigFile       => $self->param('config_file'),
        -CacheConfigFiles => 0,
    );

Anyway, I haven't encountered any problems with this module and windows to
date, and it's made maintaining multiple sites a breeze

Dan


> -----Original Message-----
> From: Ron Savage [mailto:suppressed
> Sent: Sunday, 23 October 2005 4:55 p.m.
> To: List - CGI-Application
> Subject: [cgiapp] [OT] Config::Context && Windows
> 
> Hi Michael
> 
> Does your module work reliably under Windows?
> 
> I ask because I get such a list of tests ignored or failed that I'm uneasy
> about
> using it. (I actually want to use CGI::App::Plugin::Config::Context).
> --
> Cheers
> Ron Savage, suppressed on 23/10/2005
> http://savage.net.au/index.html
> Let the record show: Microsoft is not an Australian company
> 
> 
> 
> ---------------------------------------------------------------------
> Web Archive:  http://www.mail-archive.com/suppressed/
>               http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
> To unsubscribe, e-mail: suppressed
> For additional commands, e-mail: suppressed



---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.