Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#97 closed enhancement (fixed)

Make one pseudobond manager per session

Reported by: Tom Goddard Owned by: Eric Pettersen
Priority: minor Milestone:
Component: Core Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: chimera

Description

Currently there is one pseudobond manager for all sessions in the C++ code. Session will need there own.

Change History (4)

comment:1 by Eric Pettersen, 10 years ago

When that happens, also make it participate in the destruction-notification system, since it's destruction will no longer race against the destruction of the DestructionCoordinator

comment:2 by Eric Pettersen, 10 years ago

Implemented the per-session part. Not so certain that the destruction notification is necessary, the the manager is explicitly created by the session, and should be explicitly destroyed as well,

comment:3 by Eric Pettersen, 10 years ago

Resolution: fixed
Status: newclosed

comment:4 by Eric Pettersen, 10 years ago

Component: Molecular DataCore
Note: See TracTickets for help on using tickets.