All Questions
2 questions
3
votes
2
answers
1k
views
How do I design a buffer for a console?
Problem
I have a graphical console widget that receives output from an interpreter. Unfortunately the console is not fast enough to paint the output in real-time. So I had to implement a buffer(FIFO ...
5
votes
1
answer
6k
views
Database design/relationship for threading messages
What's the database design or business logic for creating an app for messaging between users?
I am having difficulties with choosing how to approach the relationship between each Conversation of User ...