The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
September 2000

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:

MultiThreading

Posted by Amit Ger on September 02, 2000 at 2:44 AM

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.
Thanks



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us