similar to: real-time priority

Displaying 20 results from an estimated 4000 matches similar to: "real-time priority"

2006 Jul 20
1
[RTLWS8-CFP] Eighth Real-Time Linux Workshop 2nd CFP
We apologize for multiple receipts. -------------------------------------------------------------------------------- Eighth Real-Time Linux Workshop October 12-15, 2006 Lanzhou University - SISE Tianshui South Road 222 Lanzhou, Gansu 730000
2002 Jul 22
2
rSync on RTOS
Hi All, I need one information How much effort is required to port the the rSync utility to any of the RTOS available? (how much is the linux dependent code in the implementattion?) regards Thanks in Advance Biju -- Biju Perumal HCL Technologies Ltd. Voice +91-44-3728366 (Xtn-1134) http://san.hcltech.com
2008 Aug 12
3
COM32 Implementation Of GFXBoot
What?s the status of the Google Summer of Code?COM32 module implementation of GFXBoot?project? From what has been communicated to me, things have not gone as planned, and it?s currently in limbo.
2006 Jan 12
2
Easy to Access Telephone Directory AGI
I've written myself a easy to use telephone directory which I use at home and thought it may be of interrest to others. The purpose of this agi script is to provide an online telephone directory that can be easily accessed using the numbers on the phone dial pad. You select entries by spelling out the name of the person you want to contact using the phone dial pad. Now this is normally
2019 Jun 27
4
LLVM on bare-metal
Hello! Q1 Are there any resources or examples on embedding LLVM into an ARM-based bare-metal application?  Searching in this area only turns up information on how to use LLVM to target bare-metal when I want to compile LLVM for linking against a bare-metal application. Q2 Are there any memory usage benchmarks for LLVM across the common tasks (especially loading bytecode, doing the
2015 Sep 15
1
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>> I downloaded the latest commit, 02f3609, and tested on two different environments. The first is my test network which has dhcp server on one subnet and client, proxy and tftp server on another. Second network is a setup that simulates our customer environment of three subnets: dhcp on one, client on a second and proxy/tftp on a third. Both environments fail with:
2019 Jun 27
2
LLVM on bare-metal
Would you say that embedding the LLVM linker is a practical way to get the required dynamic linking capabilities on the bare-metal side? Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com On 27/06/2019 19:06, Peter Smith wrote: > On Thu, 27 Jun 2019 at 10:36, Brian Clarkson via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hi Tim. >> >> Thank you for
2019 Jun 27
2
LLVM on bare-metal
Hi Tim. Thank you for taking to time to comment on the background! I will definitely study lldb and remote JIT for ideas.  I worry that I will not be able to pre-link on the host side because the host cannot(?) know the final memory layout of code on the client side, especially when there are multiple plugins being loaded in different combinations on the host and client.  Is that an
2017 May 10
2
Playing FLAC Files on Audi MMI
Hello, I am hoping that perhaps you know the answer to my car audio question, or can at least point me in the right direction. I own a 2013 Audi S4 that has the 3G-Plus Multi Media Interface (MMI) with the Bang & Olufsen Sound System. The MMI is able to playback lossy, compressed audio files (MP3, WMA and AAC), but does not have native support for FLAC, ALAC, or WMA Lossless.
2019 Jun 27
2
LLVM on bare-metal
Hi Peter Thank you for your helpful comments, especially on the RPI.  Since my use case is lot simpler than compiling all of Clang, I hopefully can take your experience as a good sign. The RTOS that TI provides for the AM335x actually has pretty complete posix layer and other standard libraries.  However, I am working without any virtual memory subsystem, so no mmap.  However, I was under
2013 Jun 04
2
[LLVMdev] bug or expected behaviour?
I've been chasing down a bug for a few days in some RTOS code I'm building with clang. In the end it comes down to this code: void external(void); void test(char *x) { x--; if (!x) { external(); } } When compiled for ARM with TOT clang (r183249) at -O1 or greater, no calls to 'external()' appear in the output code at all. I have an example
2009 Jan 29
2
Concurrent POP3 Sessions Issues
Hi, I have problems with dovecot + ldap + nfs, we could't have more than 20 concurrent sessions of pop3, when user 21 comes, the auth process takes more than 1 sec and is incresing (while most users arrives, more delay in autenticacion exists) and my customers complaint about the service. We need support about 200 concurrents pop3 users, here is my details Front Internet 1 Load Balancer
2007 May 21
2
Using Dropbear for RTOS which is not POSIX complaint?
Hi, We have a proprietary RTOS which is *not* POSIX complaint. We want to port SSH server and SCP client onto our platform. How difficult it would be, to port Dropbear into our platform? We would like to integrate our CLI with the SSH. Any recommendations on using Dropbear for our platform? Appreciate sharing your experiences with Dropbear. --- Thanks, Mohan
2006 Jul 17
3
mini-os under xen 3.0.2
Hello all, I have successfully installed xen 3.0.2 on a dual celeron system. Linux in dom0 works fine. Now, I would like to play with the mini-os (my ultimate goal is to implement a small RTOS as guest in Xen, so mini-os looks like an ideal starting point). However, I can''t seem to get it to run as (I think) it should: It boots up, but as far as I understand the source code and the
2016 Jan 04
2
[PATCH v2 20/32] metag: define __smp_xxx
On Thu, Dec 31, 2015 at 09:08:22PM +0200, Michael S. Tsirkin wrote: > +#ifdef CONFIG_SMP > +#define fence() metag_fence() > +#else > +#define fence() do { } while (0) > #endif James, it strikes me as odd that fence() is a no-op instead of a barrier() for UP, can you verify/explain?
2016 Jan 04
2
[PATCH v2 20/32] metag: define __smp_xxx
On Thu, Dec 31, 2015 at 09:08:22PM +0200, Michael S. Tsirkin wrote: > +#ifdef CONFIG_SMP > +#define fence() metag_fence() > +#else > +#define fence() do { } while (0) > #endif James, it strikes me as odd that fence() is a no-op instead of a barrier() for UP, can you verify/explain?
2009 Jan 26
2
Dell Optiplex GX620 keyboard problem
Hello, I'm interrested in testing any possible workaroud for the Dell Optiplex GX620 keyboard problem, as I just can't downgrade the BIOS version on each and every Gx620 I have to (re)install ! (Plus I can't find a link to download the old A10 BIOS itself.) Don't hesitate to give me guidance on how to proceed, because I can't find anything relevant on the website
2013 Jul 16
1
dovecot-metadata-plugin v14 patches
Please apply patches for dovecot-metadata-plugin v14. 1. dovecot-metadata-plugin-value_nil - fix plugin crach if entry->value == NULL (strlen(NULL) - segfault). 2. dovecot-metadata-plugin-utf7_support - add support metadata for UTF8 mailfolder. -- Sidlyarenko Sergey https://github.com/lefoyer -------------- next part -------------- A non-text attachment was scrubbed... Name:
2005 Sep 14
7
Asterisk 1.0.9 long term stability <--thread hijack, why not reboot?
Disclaimer: Not a troll I'm curious as to this obsession with uptime is. All of the posts of this type are along the lines of "After X days, Y thing does not work but if I reload or reboot, it's OK" - so why not cron a reboot? Is it considered bad form or something like that? I reboot every night whether it is needed or not, not afraid to admit it, and everything works fine for
2012 Jan 25
1
move mails from spool to users home dir(maildir formate) automatically
Hi, I am using dovecot 2.0.16, and assigend globally procmailrc (/etc/procmailrc) which delivers mails to user's home directory in maildir formate. Also I assined quota to User through setquota (edquota) command, If the quota excedded then this case user's mail store to /var/spool/mail/user. After incresing quota how to delivered these mails to user's home dir in maildir formate