Re: Multiple projects within a confilg.xml file

"John Burrows" <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
Steve,

This is usually done by setting the amount of Threads CC is to use in
the <Cruisecontrol> section of the config file:

<cruisecontrol>
	<system>
		<configuration>
			<threads count="2"/>
		</configuration>
	</system>
...
</Cruisecontrol>

The thread count value is usually set to the number of processors on the
machine that is doing the building so to not overwhelm the build
machine. In other words, the number of projects you want to build at the
same time is equal to the number you use as the thread count. If your
machine cannot handle it, you will bring it to a standstill.

John Burrows

-----Original Message-----
>
>Hi,
>I've created a config.xml file which contains multiple projects. Each
>project's description is contained within <project> ... </project>
pairs
>
>When I go to the CC dashboard, I am unable to manually start more than
one
>build at a time. As one is building it shows the spinning wheel, while
its
>running. But the others show that they are queued. How can I make them
all
>start/run simultaneously?
>
>Thanks in advance,
>Steve

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.