Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #2112, comment 4


Ignore:
Timestamp:
02/19/14 09:52:29 (10 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2112, comment 4

    v1 v2  
    44> I think it would be possible to replace the messages list with a thread-safe queue to simplify the thread-safe log.
    55
    6 I think this would be a good solution, though we need to find a way to work around the problem that the base class ```Log``` contains a storable list of strings (messages). On the other hand i think nobody ever saved a log so i think we can break persistence? Or write some backwards compatibility code.
     6I think this would be a good solution, though we need to find a way to work around the problem that the base class ```Log``` contains a storable list of strings (messages). ~~~On the other hand i think nobody ever saved a log so i think we can break persistence?~~~ (just saw that engine uses Log) Or write some backwards compatibility code.