socket problems

2001-03-31 Thread Kiran Nagaraja
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

Network socket problems with 1.3 JVM on Redhat 7 kernel

2000-12-11 Thread jimcl
Hello fellow Java Linux fans, I have run into a problem. I have been running into problems running some specific Java code on the Blackdown 1.3-FCS release on Redhat 7.0 x86. The code works well on W2K, NT4.0, 98, and Solaris Sparc and works on earlier Blackdown JDKs in Linux. It is a simple mu

RE: socket problems

1998-09-24 Thread mab
l Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Friday, September 25, 1998 7:28 AM > To: [EMAIL PROTECTED] > Subject: socket problems > > > This problem may have nothing to do with java on linux, but > I thought i might ask and see if anyone kn

RE: socket problems

1998-09-24 Thread Ross Mark
D]] Sent: Friday, September 25, 1998 7:28 AM To: [EMAIL PROTECTED] Subject: socket problems This problem may have nothing to do with java on linux, but I thought i might ask and see if anyone knows what is happening. I am having many problems with sockets in java and I'm not s

socket problems

1998-09-24 Thread mab
This problem may have nothing to do with java on linux, but I thought i might ask and see if anyone knows what is happening. I am having many problems with sockets in java and I'm not sure whether I'm missing something or if something else is wrong. I have a java server and a C client. First,