Opened 17 years ago
Closed 17 years ago
#9 closed defect (fixed)
Faster haveAccess(user, machine)
Reported by: | ecprice | Owned by: | ecprice |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The haveAccess(user, machine) shouldn't need to do several pts membership calls. This is especially true because the web interface currently checks against every machine on the list page, which won't scale well.
One suggestion is to have a cron job recompute the entire map every few minutes.
Change History (2)
comment:1 Changed 17 years ago by ecprice
- Priority changed from major to critical
comment:2 Changed 17 years ago by price
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I believe this was fixed in Eric's r261-r265. Reopen if you think otherwise.