On Mon, Jan 18, 2016 at 8:35 AM, David Holmes wrote:
> On 18/01/2016 3:08 AM, Andreas Lundblad wrote:
>>
>> On Fri, Jan 15, 2016 at 10:59:08AM +0100, Volker Simonis wrote:
>>>
>>> Maybe the timeout of five seconds is too small?
>>>
>>> Our AIX boxes are not the fastest and we also have a lot of st
> >> Interesting observation. The code for waiting for valid port file values
> >> basically looks like
> >>
> >> for (int i = 0; i < 10; i++) {
> >> checkPortFile();
> >> if (successful)
> >> break;
> >> sleep(500);
> >> }
> >>
> >> so the fact tha
On Mon, Jan 18, 2016 at 3:34 PM, Andreas Lundblad
wrote:
>> >> Interesting observation. The code for waiting for valid port file values
>> >> basically looks like
>> >>
>> >> for (int i = 0; i < 10; i++) {
>> >> checkPortFile();
>> >> if (successful)
>> >> break