Errors on OSX version with loading

Mark Roos mroos at roos.com
Tue Jul 5 10:16:26 PDT 2011


An good question
Oracle's proxies give me a hard time here.  What protocol is this 
connection using?

The simple answer is that its a binary TCPIP stream which uses 6 byte 
headers for message splitting.
Non standard of course.

The longer response is that as part of our plans to become platform 
agnostic we found that the file
system was one of the larger impediments ( the UI being next).  Combined 
with the need for a real
time distributed object friendly file structure we went to an architecture 
with database like local
caches and the global backing store.  What you are seeing is the node to 
node protocol which was
a quick a dirty way to get the example out.

However your experience is a good piece of data so we are off looking at a 
way around this.  Since our
objects are represented as text, and are non mutable, there should be a 
good, proxy friendly way to
solve this.

Thanks for your help

mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110705/35ccb4a0/attachment.html 


More information about the mlvm-dev mailing list