2005-01-02 07:44:40 +00:00
|
|
|
<?php
|
|
|
|
require_once("docutil.php");
|
|
|
|
|
2005-01-10 20:46:33 +00:00
|
|
|
page_head("Creating work on demand");
|
2005-01-02 07:44:40 +00:00
|
|
|
echo "
|
|
|
|
<p>
|
|
|
|
The daemon program
|
|
|
|
<pre>
|
2005-01-10 20:46:33 +00:00
|
|
|
make_work -wu_name name -cushion N
|
2005-01-02 07:44:40 +00:00
|
|
|
</pre>
|
2005-01-10 20:46:33 +00:00
|
|
|
creates copies of the given work unit
|
2005-01-02 07:44:40 +00:00
|
|
|
as needed to maintain a supply of at least N unsent results.
|
|
|
|
|
|
|
|
<p>
|
|
|
|
This is useful for testing purposes.
|
|
|
|
|
|
|
|
";
|
|
|
|
|
|
|
|
page_tail();
|
|
|
|
?>
|