This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

scheduling of DSRs


Are the DSRs time-sliced?  Looking at intr.cxx, if there are multiple DSRs 
to run, they are executed one after the other and can only be interrupted 
to run the ISR.  So it would not be a good idea to have long a long DSR, 
since it would block the execution of other DSRs and threads, right?

-CT


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]