Hello guys,<br><br>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<br>
<br>thread.error: can't start new thread. <br><br>I am running my code on Fedora Core 3 on VMPlayer. I wanted to know that is the problem due to less virtual memory allocated to Vmplayer. Is it dependent on OS or is it a limitation of python itself. <br>
<br>Thanks in advance<br><br>Regards<br>Mohit<br>