SmirnoffYM / AI-simulator

2 stars 1 forks source link

List of commodule drawbacks #17

Open Minoru opened 12 years ago

Minoru commented 12 years ago

To make sure that we don't miss anything when we get to refactoring commodule, let's write down everything that we don't like about its current architecture and workings. Things I heard of already:

Anything else?

Minoru commented 12 years ago

One more issue (inspired by issue #16 here): std::queue is not thread-safe (and so isn't QQueue), so we must protect it with mutex or something.