On 31 Jan 2010, at 12:15am, Robert Citek wrote:

> The question would be, how to modify the script to process the data in
> with parallel processes?

Run any number of of copies of the script at once.  The script takes any record 
which has not so far been processed, processes it and writes the results.  Then 
if there are any records left, it takes another, etc..

You need to establish a convention which allows a script to work out which 
records have not yet been 'taken'.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to