On Wed, Jun 4, 2008 at 2:21 PM, Mohit Jain <[EMAIL PROTECTED]> wrote:
> Hello guys,
>
> I am new to python (started programming a week back). I am trying to run a
> piece of text analysis code over a database which contain more than
> 10,000,00 rows. I decided to run the program in a threaded way.
"Mohit Jain" <[EMAIL PROTECTED]> wrote
I am new to python (started programming a week back).
I assume from what follows that you are not new to programming
and have experience of threads in other languages(maybe Java?)
If not and you are new to programming then back off from threads
for now!
Hello guys,
I am new to python (started programming a week back). I am trying to run a
piece of text analysis code over a database which contain more than
10,000,00 rows. I decided to run the program in a threaded way. So i created
a thread pool. However, code gives me the error
thread.error: can