<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 01/09/2014 10:17 AM, Julien Jomier
wrote:<br>
</div>
<blockquote cite="mid:52CE6911.6050208@kitware.com" type="cite">Hi
Nils,
<br>
<br>
Yes it would definitely help. Asynchronous submission will process
the submissions one by one (using a queue) instead of blocking
your database (which seems to be the case). This is almost
necessary if you get a lot of submissions at the same time to your
server.
<br>
<br>
You can look at this post in order to configure the asynchronous
submission: <a class="moz-txt-link-freetext" href="http://www.kitware.com/source/home/post/59">http://www.kitware.com/source/home/post/59</a>
<br>
</blockquote>
I tried:<br>
<span style="font-family: courier new,courier;">
$CDASH_ASYNCHRONOUS_SUBMISSION = true;</span><br>
<span style="font-family: courier new,courier;">
$CDASH_CURL_REQUEST_LOCALHOST='1';</span><br>
<span style="font-family: courier new,courier;">
$CDASH_CURL_LOCALHOST_PREFIX='CDash';</span><br>
<br>
In my local configuration but now I seem to get no submissions at
all and I don't see anything in the CDash error log.<br>
I use partial submissions (ctest_submit(PARTS)); could that be
breaking it somehow?<br>
<br>
Nils<br>
</body>
</html>