Miles_Teg
04-06-2004, 02:51 PM
Hi.
I am using DatagramSockets for UDP multicast - Java implementation j2se 1.4.2 , and there is a problem :
there is server that recieves "I am alive" signals from many clients . The server runs in a loop with : receive( p) .
Now if he has to get 2 Datagrams - at the same time he fails , meaning he only gets one .
I am 99% shure it has nothing to do with the UDP protocol ( best efford) , but with both of them ariving at the same time .
Is there any way around it still using UDP ?:confused:
thanx .
I am using DatagramSockets for UDP multicast - Java implementation j2se 1.4.2 , and there is a problem :
there is server that recieves "I am alive" signals from many clients . The server runs in a loop with : receive( p) .
Now if he has to get 2 Datagrams - at the same time he fails , meaning he only gets one .
I am 99% shure it has nothing to do with the UDP protocol ( best efford) , but with both of them ariving at the same time .
Is there any way around it still using UDP ?:confused:
thanx .
