RE: [Ikvm-developers] Re: PB on java socket mapping ?
Brought to you by:
jfrijters
|
From: <ct...@gu...> - 2004-10-20 14:51:15
|
YES, my first test was wrong and i have the error on the both case (ikvm and ikvnc) I understand that it might be a classpath bug and i try to explore more help in this project. but it make sense that if the datagram packet size is wrong then the read failed. example: the java process writes packet with a size of 8096 bytes and the process compiled with ikvmc read packet with size of 4048: in this case the process read the udp packet (4096) and see that is not complete and try to read more (but the 4048 aother are lost ... i suppose) Thx Christophe > ct...@gu... wrote: >> i have forget to say that it work fine if i use ikvm -cp >> "..." myclass (in place of the compiled version with ikvmc). > > Hmm. For me it behaves exactly the same in both cases. I don't know > anything about JGroups but I used the example from their site and was > able to reproduce both exceptions you got, both with ikvm and ikvmc. > > Regards, > Jeroen > |