ImportsJune 4 2012 at 9:17 PM No score for this post | Bob from IP address 70.75.250.205 |
Response to MaxL logic to run calcs in parallel |
|
You can use the multiple threads for the loading from a single source as in the following example:
import database Sample.Basic using max_threads 12
data from data_file '/nfshome/data/foo*.txt'
using rules_file '/nfshome/data/foo.rul'
on error write to 'nfshome/error/foo.err';
|