RE: [Ikvm-developers] Re: PB on java socket mapping ?
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2004-10-21 11:53:45
|
ct...@gu... wrote: > So after the fix of this pb, i have two others: > 1) about object which are externalizable: it seems the=20 > write/read are not symetrics and when we read an object > (write before on an ouput stream), we have not the right > data awaiting (i look that data are shift by other data > ((not writing by my object)). If you can cook up a small repro of this problem (preferably outside of JGroups) that would be really great. > 2) as mention in my original post, when reading on inputstream i have > exeption: /usr/share/squirrelmail >=20 >=20 > i've the feeling that this two points are linked=20 > (correlation) and after some investigation, i ask me if is not > in the implementation/interpretation of the method=20 > java.io.InputStream.readFully > and/or java.io.DataInputStream.readFully ? can you say me if=20 > it depends of classpath or ikvm ? Probably classpath. If you download the ikvm source you can get a pretty good idea of what's what by looking in the ikvm/classpath directory for the *.java files and in ikvm/runtime/classpath.cs. All java library related stuff that isn't in these two places is standard Classpath stuff. Regards, Jeroen |