From: Rodolphe O. <rod...@eo...> - 2002-02-28 13:28:37
|
Hi! It seems like I discovered a bug that is not easy to=20 reproduce. I have a java program that consists of a=20 pool of threads (500 in my example). Each thread uses=20 dnsjava to mx lookup domain names. So I use dnsjava like this : Record[] mxRecords =3D dns.getRecords(domainName,=20 Type.MX); It works perfectly but about one time out of 10000, getRecords doesn't go back, there is nothing returned=20 and the thread seems to be bloqued with this=20 instruction. getRecords seems not to go back. Is there anyone who also had this bug ? I catch every exception and none is fired.=20 RodolpheBottom of Form 1 |