Details
-
Technical task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
Foundation Sprint 86, Foundation Sprint 87, Foundation Sprint 88, Foundation Sprint 89, Foundation Sprint 90, Foundation Sprint 91, Foundation Sprint 92, Foundation Sprint 93, Foundations Sprint 94, Foundations Sprint 95, Foundations Sprint 96
Description
In order to be able to allow the implementation of a multi-threaded server, we must not rely on shared data structures that would become subject of race conditions, or provide adequate serialisation.
Review the code with that in mind, document that the respective classes are reentrant or thread-safe where applicable, and consider how we can implement test that verify this also for future changes to the framework.