You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
alexp-sssup
changed the title
Applets that freeze. http://nerve.bsd.uchicago.edu/difussion.html
Applets that freeze. http://nerve.bsd.uchicago.edu/diffusion.html
May 28, 2019
This applet is actually buggy. The system locks-up in a tight spinning loop that never terminates in molec.run. This works using native Java because native threads can be preempted by the OS, but in the browser preemption is not possible. This applet can work with CheerpJ but you need to do some small changes to the code, for example adding a Thread.yield() call to the molec.run method.
No description provided.
The text was updated successfully, but these errors were encountered: