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
To avoid multiple threads hitting the model calculator at the same time there are sleep() calls sprinkled through the fitting perspective. With the a thread lockout for model evaluation (ticket #942) these sleeps should not be necessary any longer.
{
"status": "closed",
"changetime": "2017-04-04T16:00:51",
"_ts": "2017-04-04 16:00:51.548839+00:00",
"description": "To avoid multiple threads hitting the model calculator at the same time there are sleep() calls sprinkled through the fitting perspective. With the a thread lockout for model evaluation (ticket #851) these sleeps should not be necessary any longer.\n\nTicket #778 introduced a sleep on non-mac. Don't remember which ticket introduced the sleep on mac.\n",
"reporter": "pkienzle",
"cc": "",
"resolution": "fixed",
"workpackage": "SasView Bug Fixing",
"time": "2017-02-14T20:43:52",
"component": "SasView",
"summary": "remove unnecessary sleep() in fitting perspective",
"priority": "minor",
"keywords": "",
"milestone": "SasView 4.2.0",
"owner": "",
"type": "defect"
}
The text was updated successfully, but these errors were encountered:
To avoid multiple threads hitting the model calculator at the same time there are sleep() calls sprinkled through the fitting perspective. With the a thread lockout for model evaluation (ticket #942) these sleeps should not be necessary any longer.
Ticket http://trac.sasview.org/ticket/778 introduced a sleep on non-mac. Don't remember which ticket introduced the sleep on mac.
Migrated from http://trac.sasview.org/ticket/854
The text was updated successfully, but these errors were encountered: