Re: Threads and temporary files

2009-03-14 Thread aiwarrior
On Mar 14, 3:01 am, "Gabriel Genellina" wrote: > En Fri, 13 Mar 2009 19:07:46 -0200, aiwarrior   > escribió: > > > I recently am meddling with threads and wanted to make a threaded > > class that instead of processing anything just retrieves data from a > > file and returns that data to a main th

Re: Threads and temporary files

2009-03-14 Thread Lawrence D'Oliveiro
In message <302dd4f5-e9b3-4b0a-b80c- ae43810d8...@e18g2000yqo.googlegroups.com>, aiwarrior wrote: > I recently am meddling with threads and wanted to make a threaded > class that instead of processing anything just retrieves data from a > file and returns that data to a main thread that takes all

Re: Threads and temporary files

2009-03-13 Thread Gabriel Genellina
En Fri, 13 Mar 2009 19:07:46 -0200, aiwarrior escribió: I recently am meddling with threads and wanted to make a threaded class that instead of processing anything just retrieves data from a file and returns that data to a main thread that takes all the gathered data and concatenates it seque

Threads and temporary files

2009-03-13 Thread aiwarrior
Hi I recently am meddling with threads and wanted to make a threaded class that instead of processing anything just retrieves data from a file and returns that data to a main thread that takes all the gathered data and concatenates it sequentially. An example is if we want to get various ranges of