>>>>> "Mickey" == Mickey Segal <email@hidden> writes:
Mickey> A user of our software with a dual processor computer (DP 2.5
Mickey> GHz G5 with= 3 GB RAM) reports that clicking buttons in a rapid
Mickey> sequence on our huge = applet results in problems with the
Mickey> screen redraw getting stuck. The use= r has Safari with the
Mickey> latest version of Java 1.4. I'm unable to reproduc= e the
Mickey> problem on a slow single processor computer (G4 400 MHz with
Mickey> 192 MB= RAM). Do dual processor Macs get confused in such
Mickey> situations?
Does your applet adhere, with absolute strictness, to the rule that you
only access or alter AWT and Swing objects from the event thread?
In my experience, if you violate this rule, in either AWT or Swing, it's
much likelier to cause intermittent flaky behavior on dual processor
machines than single processor. On single processor machines you can
often get away with violating the rule; dual processors are much less
forgiving.
--
Seth Tisue / email@hidden / (847) 467-2814
lead developer, NetLogo http://ccl.northwestern.edu/netlogo/
Center for Connected Learning and Computer-Based Modeling
School of Education and Social Policy / Department of Computer Science
Northwestern University
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden