GithubHelp home page GithubHelp logo

eecs338-assignment1's Introduction

1.	You might have noticed some unexpected behavior when printing the value of P, T, and M variables. Can you explain what is happening?
	
	I didn't experience any problems with printing these values so I can't answer this question.

2.	In this assignment, you used sleep() to coordinate the behavior of two concurrently executing processes. Explain why this is actually a bad idea in general for ensuring the ordering of events between processes. (Later in the course you will learn better ways of coordinating processes.)

	It doesn't confirm that the previous process actually finished.  It's just a guess as to when the last process will be done.

3.	Describe the purpose of the ‘fflush()’ function (i.e. what might happen if we didn’t use it in this program?). (Hint: read ‘man fflush’)
	
	It's used to clear out the write stream buffer before the process is terminated so no information is lost.  If we didn't use it, we could lose part of our output.

eecs338-assignment1's People

Contributors

chas11man avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.