real-time-systems

Use Case diagrams as a requirements gathering tool for new functionality - particularly in systems that only require very little user interaction.

Hi Folks I'm interested in persuing the idea of using Use Case Diagrams as a tool for collecting user requirements. However, it will be for new features as opposed to developing a system from scratch. Also, the system only has a small level of user interaction - most of the actors will be external systems. I want to know what people'...

C++ books on (extremely) low latency programming?

Hi there, Im very interested in a career in designing trading systems which requires low latency programming. I wondered if anybody knows good books for low latency c++? ...

Simple execution sequence for real time systems drawn in Java

Hello, I need to draw some execution sequences for some real time systems scheduled using rate monotonic algorithm. The drawing has to be done using Java and it has to be very basic. Do you a very simple way to do this drawing? Simpler than Graphics2D? Thanks a lot! The diagram I want to be as simple or even simpler as this one: ...