Reader small image

You're reading from  Mastering Go - Fourth Edition

Product typeBook
Published inMar 2024
Reading LevelExpert
PublisherPackt
ISBN-139781805127147
Edition4th Edition
Languages
Right arrow
Author (1)
Mihalis Tsoukalos
Mihalis Tsoukalos
author image
Mihalis Tsoukalos

Mihalis Tsoukalos holds a BSc in Mathematics from the University of Patras and an MSc in IT from University College London. His previous books Go Systems Programming and Mastering Go have become must-reads for UNIX and Linux systems professionals. He works as a UNIX systems engineer and a technical author. He enjoys writing technical articles and has written for Sys Admin, MacTech, C/C++ Users Journal, USENIX ;login:, Linux Journal, Linux User and Developer, Linux Format, and Linux Voice. His research interests include time series data mining, time series indexing, and databases.
Read more about Mihalis Tsoukalos

Right arrow

Exercises

  • Try to implement a concurrent version of wc(1) that uses a buffered channel.
  • Try to implement a concurrent version of wc(1) that uses shared memory.
  • Try to implement a concurrent version of wc(1) that uses semaphores.
  • Try to implement a concurrent version of wc(1) that saves its output to a file.
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Mastering Go - Fourth Edition
Published in: Mar 2024Publisher: PacktISBN-13: 9781805127147

Author (1)

author image
Mihalis Tsoukalos

Mihalis Tsoukalos holds a BSc in Mathematics from the University of Patras and an MSc in IT from University College London. His previous books Go Systems Programming and Mastering Go have become must-reads for UNIX and Linux systems professionals. He works as a UNIX systems engineer and a technical author. He enjoys writing technical articles and has written for Sys Admin, MacTech, C/C++ Users Journal, USENIX ;login:, Linux Journal, Linux User and Developer, Linux Format, and Linux Voice. His research interests include time series data mining, time series indexing, and databases.
Read more about Mihalis Tsoukalos