Re: Hi



"just....rahul" <cool.rahulkashyap@xxxxxxxxx> writes:
What is the difference b/w a user process and a real time process ?
How is a real time process defined ?

The term 'user process' is tautologic: Every 'process' is something
which runs a 'user-mode' (as opposed to 'kernel-mode') application. A
'realtime process' would be one using a realtime scheduling policy,
see sched_setscheduler(2) for more details on this.
.