WebSocket based prototype
Clemens Eisserer
linuxhippy at gmail.com
Thu Sep 1 07:32:12 PDT 2011
Hi again,
Out of curiosity I hacked together a websocket based prototype the last few
days - its really only a prototype.
Its amazing what WebSockets do in high-latency environments - SwingSet2 was
almost unuseable over my UMTS connection (~130ms ping),
while now even moving windows feels almost smooth.
Downside is, there is almost no browser support, and (suprise, surprise)
binary data transfer doesn't work (yet).
It also shows the hard work put into damage-tracking, and
scrolling-optimizations actually work, if there wasn't that horrible latency
burden of HTTP.
In the case you are curious:
http://icedrobot.de:9092/SessionInitializer?cls=SwingSet2&format=base64_png&clevel=9
(only tested with Chrome14)
lg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/caciocavallo-dev/attachments/20110901/09a6fcad/attachment.html
More information about the caciocavallo-dev
mailing list