Variant of Producer Consumer SCOOP example
Submitted by Anders Persson on Fri, 04/26/2013 - 07: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.