Re: iTunes like features ?

From: Wilko Bulte (wb_at_freebie.xs4all.nl)
Date: 01/29/05

  • Next message: Julio Capote: "Re: iTunes like features ?"
    Date: Sat, 29 Jan 2005 13:56:08 +0100
    To: Bram Van Steenlandt <brampie@no-wackos.com>
    
    

    On Sat, Jan 29, 2005 at 09:34:45AM +0100, Bram Van Steenlandt wrote..
    > Hi
    >
    > I am working on something that requires the pc to play mp3 continiously
    > The pc does however has other tasks than this an once in a while the mp3
    > stops (when you start mozilla for example)
    >
    > with apple and iTunes he tune keeps playing no mather what you do (it is
    > compiled into the kernel or something).
    >
    > Can I do this with freebsd, can I say something like:
    > This program got to have 10% of the available cpu and disk time or
    > something like it ?

    Have you looked at stuff like this in the kernel config (example
    taken from 4.x btw):

    #####################################################################
    # POSIX P1003.1B
     
    # Real time extensions added in the 1993 Posix
    # P1003_1B: Infrastructure
    # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
    # _KPOSIX_VERSION: Version kernel is built for

    options P1003_1B
    options _KPOSIX_PRIORITY_SCHEDULING
    options _KPOSIX_VERSION=199309L

    -- 
    Wilko Bulte				wilko@FreeBSD.org
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: Julio Capote: "Re: iTunes like features ?"