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

Architect Backend for Multi-User Support #1

Open
jaewonmoon00 opened this issue Feb 13, 2024 · 0 comments
Open

Architect Backend for Multi-User Support #1

jaewonmoon00 opened this issue Feb 13, 2024 · 0 comments

Comments

@jaewonmoon00
Copy link
Owner

Think about how we can support multi-user

Isolate User Data: Design your backend logic to process each user's data in isolation. This can be achieved by maintaining a separate processing context (like a temporary storage or session-based data handling) for each user session.

Concurrency Handling: Use concurrency control mechanisms to ensure that your server can handle multiple requests simultaneously without data leakage or corruption. This might involve threading, asynchronous processing, or leveraging a task queue system where video analysis tasks are queued and processed independently for each user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant