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
Currently the application does not take into account multiple users of the application interacting with the database at the same time. While there are events to trigger repopulating data on an intra-session basis (e.g. uploading packages causes the available package list to repopulate), there are no such mechanisms for inter-session events (e.g. user B deletes a package while user A is compiling a report on that package).
While we may not consider concurrency to be the normal interaction with the application, at least we should put in safe guards to both insure the app does not crash and give proper alerting/messaging to users when issues arise, and at best we could trigger events across sessions.
The text was updated successfully, but these errors were encountered:
Currently the application does not take into account multiple users of the application interacting with the database at the same time. While there are events to trigger repopulating data on an intra-session basis (e.g. uploading packages causes the available package list to repopulate), there are no such mechanisms for inter-session events (e.g. user B deletes a package while user A is compiling a report on that package).
While we may not consider concurrency to be the normal interaction with the application, at least we should put in safe guards to both insure the app does not crash and give proper alerting/messaging to users when issues arise, and at best we could trigger events across sessions.
The text was updated successfully, but these errors were encountered: