On Fri, Jul 30, 2010 at 8:13 AM, Curtis Jewell <[email protected]>wrote:

> So the build process can't symlink without checking for support for it
> first. (Catalyst DOES run on Win32, after all, as well as the Unixen.)
>

Of course.


Here's an svn export of an app:

$ find . | wc -l
35677

$ fgrep 'model name' /proc/cpuinfo | uniq -c
      8 model name      : Intel(R) Xeon(R) CPU           E5335  @ 2.00GHz

(not that the number of cores makes a difference here)

$ time perl Makefile.PL
...
real    4m25.784s
user    0m4.670s
sys     0m5.110s


See any situations where symlink (as in attached diff) would not work?








>
> On Fri, 30 Jul 2010 07:46 -0700, "Bill Moseley" <[email protected]>
> wrote:
> > When I run Makefile.PL the Module::Install::Catalyst step can take a
> > number
> > of minutes -- it just took five minutes on one machine just now. I assume
> > that's because of the recursive copy.
> >
> > Does the build process require actual copies or could symlinks be used to
> > speed up this process?
> --
> Curtis Jewell
> [email protected]           http://csjewell.dreamwidth.org/
> [email protected]   http://csjewell.comyr.org/perl/
>
> "Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c
>
> Strawberry Perl for Windows betas: http://strawberryperl.com/beta/
>
>
> _______________________________________________
> 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/
>



-- 
Bill Moseley
[email protected]

Attachment: Module-Install-Catalyst.diff
Description: Binary data

_______________________________________________
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