On 08/17/2010 10:30 AM, Jean-Baptiste BRIAUD -- Novlog wrote: > 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). Unfortunately, I don't speak Python, so I don't know if there any options that might help here. But I'm pretty sure there are many people on this list who do. :)
> I know it is very unconventional but we are generating all the files > composing an entire application : > ... > We are doing that very often and the classical qooxdoo build time is then > part of our runtime. > This is because we are doing that automatically : we are developing that > generator. > We run it often, just like any other developer in the world are running their > app very often :-) > Ah. Yes, I can see your problem here. :) Marc ------------------------------------------------------------------------------ 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
