I have 3 nodes a,b and c exchanging packets over datagram sockets.
Each has a 1 receive and 1 send thread, and they receive over one port and 
send over the other well-known ports.
When I kill the jvm on c, for sometime I am still able to send packets from 
b->c and a->c (this I think maybe to due to lingering sockets).But at the 
point when I bring 'c' down, if a and b try exchanging packets with each 
oother they receive "Connection refused" exceptions. This is wierd.
  If c was the last one to send something to b and a , is it possible that 
bringing down of 'c' causes some receive endpoint corruption in
'a' and 'b'. I'm running the sun's linux port of jdk1.3.
Any ideas? it certainly seems like a implementation detail.

Also I am unable to find sources for the native functions JVM_RecvFrom and 
other such functions,  please give me pointers.

Thanks

kiran
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to