Producer - Consumer problem using Web Servers
Budget: $10 – $30 USD
Project must be done in Python, using Flask and with the following criterias:
1. Two web servers (producer and consumer) which communicate over HTTP protocol between them.
2. First web server is producer which produces some data on multiple threads (more than 5) and it sends these data from multiple threads to the second web server.
3. Second server is consumer, which receives and consumes data from first server and populates shared resources, a queue
or stack with received data.
4. Second server also has multiple threads which extracts one element from shared resource and is sending that extracted data element from second server to the first
1. Two web servers (producer and consumer) which communicate over HTTP protocol between them.
2. First web server is producer which produces some data on multiple threads (more than 5) and it sends these data from multiple threads to the second web server.
3. Second server is consumer, which receives and consumes data from first server and populates shared resources, a queue
or stack with received data.
4. Second server also has multiple threads which extracts one element from shared resource and is sending that extracted data element from second server to the first