Git Product home page Git Product logo

ceng435's People

Contributors

doruk-coskun avatar tansly avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ceng435's Issues

Analyze experiment results

After obtaining the results and plotting these figures; report the figures and write your comments about the figures. You are expected to write at least one paragraph per figure. Ensure that the figures are self-explanatory: labels, captions, and units are clearly stated in the figures. Use the paragraph to draw the attention to the most significant points of the figure, give specifics but do not repeat details.

In your reports try to analyze and demonstrate your results.

Labels/captions are OK. Figures are self-explanatory.

Need to explain the figures and analyze the results.

Pick a timer method

#1 and #2 implement the timeout mechanism in the broker in two separate ways. #1 uses SIGALRM, #2 uses a timer thread. Need to evaluate the pros and cons and pick one.

Redesign/refactor the broker

The broker became a huge mess. Locking mechanism is just an example. What have I done wrong? A better design would most likely avoid lots of the problems that we've encountered.

I will improve it if we finish everything early and have a lot of free time (which is nearly impossible). Maybe in the holiday.

Premature return of recv() in source-broker communication

The recv() in broker call that receives data from the source may return prematurely (in case of receiving a signal etc.) This may be a problem if it returns when no data is available. In this case, I guess recv() returns -1, which may cause broker to freak out. What would actually happen, I don't really know.

This is not urgent because I don't think we will hit such a case. But it would be good to keep this issue in mind.

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.