Hi, >> Yes, I was thinking that way before noticing that during a generate, the CPU >> is not 100%. >> Would it be possible that my Python implementation doesn't use all available >> CPU ? >> I'm on Mac and I didn't install anything, just using default Python >> installation. >> >> Is there any Python option that I can use to reduce time for a generate >> build ? >> For example, allowing more memory ? Would it make sense, is it possible in >> Python ? >> Other idea ? >> > The generator only uses a single CPU core. During a build, that core is > definately at 100% on my system (using the default Python install that > comes with Ubuntu).
I'm not the python expert either but I know that the generator uses only one core for sure. We already have a bug report to change that: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2366 But as far as I can remember, thats not as easy in python. (correct me if i'm wrong). So there is nothing you can do right out of the box to split up the generator to run on multiple cores. Regards, Martin ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
