• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

real time system development concept walkthru / tutorial?

takwong

Member
real time system development concept walkthru / tutorial?

Anyone know of any site that gives a good concept walkthru or tutorial on how to build a real time system?

I want to look into it more, but have no experience with real time softwares. Preferably, with c/c++ or java.

anyone?

thanks,
tak
 
Java and real time don't exactly sound like they go together well.

What part of the real time system are you interested in? There are already a bunch of real time OSes and there's even a real time Linux kernel which I believe is free and open source.
 
Hi Nothinman,

First off, what is Real Time to you?? I thought real time is like, real time financial stock info streams, with minimal delay, just like the stocks.

what do you mean by real time OSes? I am a very beginner about this topic, so I dont know how to answer "what part of real time system dev are you interested in?" I want to first get a good grasp on the concept, techniques, and terminology first, then i will go further and explore which part I am interested in. As of now, I dont even know how many parts are there....

Can you fill me in?

thanks.
 
I was thinking Real Time OS with real time scheduling, meaning a RT process is guaranteed exactly x millseconds of running time every x clock ticks. The type of OS used in embedded devices and things like computers used to control machinery.
 
Back
Top