Variant of Producer Consumer SCOOP example

by Anders Persson (modified: 2013 Apr 26)

With some help from several people and ISE support I got a producer cosnumer exampe passing STRINGs working.

When logging information in a multi threaded system I wanted one thread to handle all writing to a file. The difference from the Producer Consumer example is mainly that I pass a STRING in a queue instead of an INTEGER.

It seems to be some problems with the fiel attachemnts. The links are:

http://www.eiffelroom.org/files/Consumer_producer.zip

http://www.eiffelroom.org/files/logger_app.zip