Tagged Questions
The buildfarm tag has no wiki summary.
6
votes
7answers
1k views
Operating System compile time
This is just a general question - I was sitting and waiting for a bit of software to compile (we use Incredibuild here but can still take 10/15 mins) and it got me wondering, does anyone know how long ...
3
votes
1answer
112 views
Buildfarms : Options
We use Incredibuild here to compile our code in a distributed fashion. I was wondering if there are any open source (or free) alternatives to use on a home network?
Failing that, are there any other ...
2
votes
4answers
178 views
Using make to execute independent tasks in parallel
I have a bunch of commands I would like to execute in parallel. The commands are nearly identical. They can be expected to take about the same time, and can run completely independently. They may look ...
1
vote
2answers
84 views
Different Versions of an application in same java application server
We are utilizing citrix netscalar with more than 20 glassfish java application servers. Unfortunately we have to remove previous application before deploying a new version of it since we have same ...