It is also in the manual ...
http://openbd.org/manual/?/database_offrequest
On 01/08/2012 09:04, Randy Johnson wrote:
Wow that is cool. For everybody’s benefit, here is the documentation:
http://wiki.openbluedragon.org/wiki/index.php/CFQUERY
*BACKGROUND Attribute*
Open BlueDragon allows use of a BACKGROUND attribute with CFQUERY.
When BACKGROUND is set to TRUE, the query is run in a background
thread and processing does not wait for the query to complete before
continuing.
This differs slightly than using CFTHREAD
<http://wiki.openbluedragon.org/wiki/index.php/CFTHREAD> to run a
query. When the BACKGROUND attribute is used, a single background
thread is used for all background operations, and the background
operations are queued. When CFTHREAD is used a new thread is spawned.
Two log files are kept to track the progress of these queries.
§querybatch.log - for successful executions
§querybatch-errory.log - for exceptions and errors, printing out the
SQL statement of the problem
Thank you,
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en