>Is anyone running 2.x w/ modules compiled for multiple cpu¹s and if so, is >it working ok?
Which modules you've compiled this way - for which OS? I think compiling the XS-code of a module with the -j switch should work, if your perl-core is compiled with the -j switch. I've never compiled perl using this switch - to get the multithreading perl, the '-Dusethreads' in '$>configure' is used. I've never cared about the resulting gcc- and link-switches. In normal case, the compiler (build) options are stored in perls config and will be used every time a new XS-code is compiled. Compiling a module and forcing other compiler options than the core is compiled for, should cause page faults or other kernel exceptions - most times the compilation should fail. How ever, to run ASSP V2 you need a perl that is compiled with the '-Dusethreads' switch. And all XS-code that is used, should be also compiled using this perl for 'perl Makefile.PL'. Thomas "Paul K. Dickson" <[email protected]> 05.06.2009 13:38 Bitte antworten an ASSP development mailing list <[email protected]> An ASSP development mailing list <[email protected]> Kopie Thema [Assp-test] Assp 2.x and -j3(multi-cpu) modules. Is anyone running 2.x w/ modules compiled for multiple cpu¹s and if so, is it working ok? Paul K. Dickson Systems Administrator Frederick County Government, IIT [email protected] 301-600-2399/x12399 ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test DISCLAIMER: ******************************************************* This email and any files transmitted with it may be confidential, legally privileged and protected in law and are intended solely for the use of the individual to whom it is addressed. This email was multiple times scanned for viruses. There should be no known virus in this email! ******************************************************* ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
