Find Jobs
Hire Freelancers

Producer-Consumer Problem using C/C++ and Pthread API(Thread-safe)

$30-250 USD

Fullført
Lagt ut omtrent 6 år siden

$30-250 USD

Betalt ved levering
Producer-consumer Problem using C/C++ and Pthread APIs (Thread-safe) Do programming project 3: Producer-Consumer Problem described in pp. 253-255 in Textbook 9-th ed. using Pthread APIs and C (or C++) language on Linux with the following additional requirements: As described in the text, your program should be run in the following way: % ./producer_consumer2 how_long_to_sleep_in_seconds num_of_producers number_of_consumers For example, %./producer_consumer2 180 10 20 Your program will As soon as the program starts, read all the words in [login to view URL] into an array Create 10 producer threads Create 20 consumer threads Each producer/consumer thread should run an infinite loop doing one of the followings: o Each producer thread sleeps for a random period of seconds (between 0 and RAND_MAX), upon awakening, will attempt to insert a word randomly selected from the list of words in [login to view URL] into the buffer. Whenever a randomly selected word is inserted into the buffer, the information should be printed on the screen (i.e., thread_id and the word) o Each consumer thread sleeps for a random period of seconds (between 0 and RAND_MAX), upon awakening, will attempt to remove a word from the buffer. Whenever a word is removed from the buffer, the information should be printed on the screen (i.e., thread_id and the word) Your program will run for 180 seconds. An outline of the producer and consumer threads is shown in Figure 5.26. Requirements:  The name of the executable file should “producer_consumer2”.  RAND_MAX should be 10 (i.e., 10 seconds)  Your program should be use all of the following Pthread APIs correctly! o mutex_lock, mutex_unlock, sem_wait, sem_post o You have to use BOTH MUTEX AND SEMAPHORE.  In your code, you can use sleep(seconds) API to make threads to sleep for seconds.  You need to provide a write-up in plain text format describing your source code (300 words or more).  Each producer/consumer thread should print out a message whenever some value is inserted into the buffer or removed from the buffer along with its own identifier. Use the following message formats: [consumer thread ID: 2] removed an item (word: apple) from the buffer [producer thread ID: 1] inserted an item (word: orange) to the buffer Recommended Testing scenarios:  Only producer threads are running 4 o ./producer_consumer2 180 10 0  All producer threads should be blocked eventually since there is no consumer thread.  Only consumer threads are running o ./producer_consumer2 180 0 10  All consumer threads are blocked at the beginning since there is no data to be read by the consumer threads  Multiple producer threads and multiple consumer threads %./producer_consumer2 180 10 20
Prosjekt-ID: 16775280

Om prosjektet

6 forslag
Eksternt prosjekt
Aktiv 6 år siden

Ønsker du å tjene penger?

Fordeler med budgivning på Freelancer

Angi budsjettet og tidsrammen
Få betalt for arbeidet ditt
Skisser forslaget ditt
Det er gratis å registrere seg og by på jobber
Tildelt til:
Brukeravatar
Hello, I am interested in this project and so wanted to discuss more it in details. I have a lot of experience in C programming. I will keep your time. And I will provide you quality work according to your instrument. Thanks
$98 USD om 3 dager
4,9 (130 omtaler)
6,4
6,4
6 frilansere byr i gjennomsnitt $141 USD for denne jobben
Brukeravatar
A proposal has not yet been provided
$155 USD om 4 dager
0,0 (0 omtaler)
0,0
0,0

Om klienten

UNITED STATESs flagg
LINCOLN, United States
5,0
7
Betalingsmetode bekreftet
Medlem siden apr. 25, 2018

Klientbekreftelse

Takk! Vi har sendt deg en lenke for at du skal kunne kreve din gratis kreditt.
Noe gikk galt. Vær så snill, prøv på nytt.
Registrerte brukere Publiserte jobber
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Forhåndsvisning innlasting
Tillatelse gitt for geolokalisering.
Påloggingsøkten din er utløpt og du har blitt logget ut. Logg på igjen.