Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unnecessary sleep() in fitting perspective (Trac #854) #944

Closed
pkienzle opened this issue Mar 30, 2019 · 1 comment
Closed

remove unnecessary sleep() in fitting perspective (Trac #854) #944

pkienzle opened this issue Mar 30, 2019 · 1 comment
Labels
Defect Bug or undesirable behaviour Minor Small job
Milestone

Comments

@pkienzle
Copy link
Contributor

pkienzle commented Mar 30, 2019

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

{
    "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"
}
@pkienzle pkienzle added this to the SasView 4.2.0 milestone Mar 30, 2019
@pkienzle pkienzle added Defect Bug or undesirable behaviour Incomplete Migration Minor Small job and removed Incomplete Migration labels Mar 30, 2019
@sasview-bot
Copy link

Trac update at 2017/04/04 16:00:51:

  • krzywon commented:

This is now resolved as of: #33

  • krzywon changed resolution from "" to "fixed"
  • krzywon changed status from "new" to "closed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Bug or undesirable behaviour Minor Small job
Projects
None yet
Development

No branches or pull requests

2 participants