Sunday, September 25, 2011

Re: [android-developers] android and real time

Greg gives an appropriate answer, you'll be working at a systems
level, not a higher level (dalvik, etc...).

To get more insight, although this isn't really an android question as
much as a real time linux question, you'd be best to check on the
[android-kernel] list, or something else on source.android.com.

Kris

On Sun, Sep 25, 2011 at 4:55 PM, Greg Donald <gdonald@gmail.com> wrote:
> "Real time kernel" is just a kernel with a particular scheduler
> compiled in.  It's not going to make your device faster.  It just
> means jobs get executed differently than with other kernel schedulers.
>  They get a more fair cpu time slice is all.  This will actually make
> long running jobs take longer since there is more context switching
> between jobs all the time.
>
>
> On Sun, Sep 18, 2011 at 3:54 PM, MegaDev <mahermeg17@gmail.com> wrote:
>> Hi,
>>
>> I'm Tunisian student.
>>
>> I'm interesting in android.
>>
>> I'm asking what can we do add real time concept to android:
>>
>> Take a real time Linux OS and manage android layer to match
>>
>> Or don't change the Linux part and work on the android layer and
>> manage it to be real time OS
>>
>> Or just develop a real time kernel as an application or API and with
>> it we can make other real time application or game.
>>
>> Thanks.
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
> --
> Greg Donald
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment