Increase "cancellation pipe" Count?

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
bbrandt
Posts: 4
Joined: Mon Jan 26, 2015 5:25 pm

Increase "cancellation pipe" Count?

Post by bbrandt »

Is there an option anywhere to increase the number of "pipe instances"?

We've mostly run into this issue when we have two compiles that are linking and we try to start a third. The third will report the error instead of compiling. I assume that linking holds onto these pipe instances longer than is desired. It is potentially a big issue on a large build automation server where many builds may be running concurrently all sharing the TwineCompile "farm".

Code: Select all

JomiTech TwineCompile 4.1 - Copyright JomiTech 2014. All Rights Reserved.
        Couldn't compile files. Message: Can't create cancellation pipe: (E7) All pipe instances are busy.
        C:\Program Files (x86)\JomiTech\TwineCompile\TCTargetsXE7.targets(614,5): error MSB6006: "mtbcc32" exited with code 1.
Thanks,
Ben
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Increase "cancellation pipe" Count?

Post by jomitech »

Unfortunately, there is no way to increase the count. We'll fix this issue in the next update which should be available in a couple weeks.
Jon
bbrandt
Posts: 4
Joined: Mon Jan 26, 2015 5:25 pm

Re: Increase "cancellation pipe" Count?

Post by bbrandt »

Was this fixed in 4.2?

Thanks!
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Increase "cancellation pipe" Count?

Post by jomitech »

Yes, this was fixed in 4.2
Jon
Post Reply