Description of Introduction to Producer, Consumer Relationship Problem :
This is an online tutorial that comes as an introduction to Producer/Consumer relationship problem. This article explains that Producer produces data and consumer reads the produced data, here the problem is wastage of generated data, which means losing data which is not read by consumer. In this tutorial the author discusses this problem by providing examples.