[Dart] Change server "batch processing" frequency?

Matt England mengland at mengland.net
Fri Mar 24 23:26:44 EST 2006


While running "interactive" tests on my on a new Dart2  server (in this 
case build  from rev 191 of the svnrepo, which I understand to be 
equivalent to rev 0.6.0 of DartServer.jar) to make sure said server is 
working, I find that it's rather tedious to to wait for the "batch 
processing" job to kick off all the time...in order to have the submitted 
test display in the web page, and to see if the Dart2 server has any 
problems processing said test input (which appears to be happening for 
ctest inputs running on DartServer svnrev 191...but more on that later).

Is there I way that I can change the frequency of this batch processing to 
run more often?

Or better yet, can I change the behavior such that the processing is 
immediate (ie, event driven based upon the test data submission) rather 
then run in a batch?

In any case, I just don't want to have wait minutes (it seems like 5-10 
minutes in some cases, but it's hard to tell) to get a test result to 
display.  I suspect there's a fixed interval on the job-processing 
frequency, but I don't yet have the sufficient experience to figure out how 
long; I bet folks here know.  :)

Maybe it's in the docs?  I must admit, I haven't read them cover-to-cover yet.

-Matt



More information about the Dart mailing list