[rfc][icedtea-web] Make applet resize message handling asynchronous
Adam Domurad
adomurad at redhat.com
Fri May 31 12:16:26 PDT 2013
Hi, this is a defensive patch to remove deadlock possibility entirely
from the applet resizing message. I think as much as it can be avoided,
blocking operations should not occur on the worker threads. We never
make more than 2 worker threads for normal messages, so they should
spawn a thread for any task that will potentially take a substantial time.
ChangeLog:
2013-XX-XX Adam Domurad <adomurad at redhat.com>
* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java:
Handle resizing more robustly by not blocking worker thread
I am also writing this little page:
http://icedtea.classpath.org/wiki/Fixing_IcedTea-Web_Browser_Hanging
Comments welcome. It is linked from the icedtea-web wiki page under
'Common problems'.
Happy hacking,
-Adam
-------------- next part --------------
A non-text attachment was scrubbed...
Name: async-resize.patch
Type: text/x-patch
Size: 4471 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130531/8dac0003/async-resize.patch
More information about the distro-pkg-dev
mailing list