![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I have a Multithreaded java program which connects to a database and get a set of URLs from it.From this program i fire threads to read content from this URLs.No. of threads are equal to the number of URls i have got from the database.When i run this program my JVM performs illegal operation on windows 98 machine after two threads have completed.Even after this my program completes fine.I want to know why this happens.As iam creating threads in proper way. Replies: |
Sponsored Links
|