similar to: Real-time Linux claims single-digit microsecond responsiveness

Displaying 20 results from an estimated 800 matches similar to: "Real-time Linux claims single-digit microsecond responsiveness"

2005 Oct 03
0
RTP timing problems? Here's patch...
Hello! Are you having RTP timing problems? Silence suppression having to be disabled? Well, here's a patch that *MIGHT* solve all of your problems, available at: http://bugs.digium.com/view.php?id=5374 If you are willing to give it a try, let me know if you experience any problems, but posting feedback on Mantis. It requires a timing device,m either real zaptel hardware or good old ztdummy.
2005 Oct 05
0
Please, help test asynchronous generation patch for inclusion in version 1.2
Hi! If you have problems with MusicOnHold or run Meetme, please, gives this patch a try as it might help you. If enough people test this, it will potentially included in the upcoming 1.2 release. Here's the info on Mantis: http://bugs.digium.com/view.php?id=5374 Please, provide feedback on Mantis, both problems and successes. Thanks! Carlos -- "We hold [...] that all men are
2004 Oct 29
2
Fwd: RE: DSP stamp
Are we interested, or ready for this? Andrew Seddon is offering to provide hardware to port Theora to the DSP Stamp. http://www.linuxdevices.com/news/NS4405077268.html John ---------- Forwarded Message ---------- Subject: RE: DSP stamp Date: Friday 29 October 2004 03:50 am From: "Andrew Seddon" <andrew.seddon@camsig.co.uk> To: "'John Kintree'"
2006 Nov 08
1
FIC-GTA001
Anyone on the asterisk list have any thoughts about the new Open Moko linux mobile? http://www.theinquirer.net/default.aspx?article=35590 http://www.linuxdevices.com/news/NS2986976174.html http://linux.slashdot.org/linux/06/11/08/004230.shtml Is there any integration into Asterisk that we can look at? Anyone want to through some application ideas they'd like to see developed
2011 May 01
1
microsecond timestamp support
Does R have support for microseconds in timestamps, e.g. when reading this in "Time","Include","Kind","Duration" 2011-04-01 14:20:36.368324,Y,U,1.03238296509 2011-04-01 14:20:35.342732,Y,C,0.0252721309662 2011-04-01 14:20:34.337209,Y,R,0.00522899627686 Thanks, Joel -------------------------------------------------------------------------- - for hire: mac
2006 Jan 05
2
New logo for CentOS
To celebrate CentOS as the greatest thing since sliced bread, we should endevour to have a new logo in place. Whilst the current one suffices, a new logo/favicon should be in place. My artistry skills are not good (i was eating hotdogs whilst the rest of the class learned fine art), so those of you artistically endowed should come up with something.
2011 Jan 24
1
how many records can R handle
How many records can the R recursive partitioning software handle? We are analyzing 5,000,000 medical records looking at 100 risk factors for the outcome of interest Richard H. White, MD Hibbard E. Williams Endowed Professor of Medicine Chief, Division of General Medicine DIrector, Anticoagulation Service UC Davis Medical Center Suite 2400 PSSB 4150 V Street Sacramento, CA, 95817
2004 Nov 16
1
RE: DSP stamp
Hi, If somebody is interested in having a crack at this (and think's they have a reasonable chance of succeeding) then there is a dev kit up for grabs. John, we actually already have a LM9638 (1280x1024, B/W) image sensor interfaced to the board. There is a colour version drop in replacement. We also have a color QVGA TFT hooked up for video out. So a good demo system would be to capture
2004 Oct 28
1
Re: DSP stamp
Yes, the Theora codec is based on VP3, which is an earlier version of ON2's VP6 codec. Theora is currently at its alpha 3 release, and is stable enough to have been used already for streaming live video from a number of conferences, and for encoding several videos that can be found at www.theora.org. Development has progressed to the point that the value of the codec can be seen. That
2008 Aug 07
0
NUT in the press
As I've stated some time ago, NUT is more and more embedded in appliances, such as the Synology x07 NAS models and Opengear network units. I'm working for some time with these two manufacturers to see how NUT can be improved for a better user experience. There was a small article on Linux Devices about Opengear devices and ?Clinux: http://linuxdevices.com/news/NS5231360488.html Some live
2005 Jan 10
0
2.6 kernel on CentOS-3.3
Hi I am happy to share a "proof of concept" for a centos-3.3 (not yet 3.4 ready) x86 and x86_64 distributions running either 2.4 and 2.6 linux kernels. This is not an official statement of the CentOS team! <include std disclaimer> don't complain if this howto eats your machine ;) It works for me and the src.rpm are provided. </include> <blurb> In order to have a
2016 Apr 13
2
rpmforge references in the wiki
Someone made mention on IRC earlier of a reference to rpmforge on the wiki and it got me thinking (yeah, never a good thing)... A quick search on the wiki itself shows a lot_of references to rpmforge. As this is a dead project and has been a dead project for 3+ years now it would be quite useful to the consumers of the wiki material for those references to be removed and replaced with something
2003 Sep 18
1
xgobi vs ggobi
Hi Folks, I'm at the point where I'd normally install xgobi (which I've used and found very useful), but there is the alternative of ggobi (now at version 0.9). Would anyone with experience of both care to indicate the merits of either relative to the other? The other thing I can't make out too clearly from the ggobu website is quite what's involved in choosing between the
2005 Sep 12
1
Is "ChanIsAvail" thread safe?
Curious whether the ChanIsAvail command is thread safe. By that I mean, if I use ChanIsAvail to determine which channel to use, can I be sure that it will still be available when I go to Dial it on the next line? It occurs to me that there's a possibility the channel could get used by a competing thread AFTER my thread has determined it is available and BEFORE my thread gets a chance to
2005 Sep 28
1
Asterisk in Production
I was reading on the wiki different possibilities of automatically restarting asterisk every so often. In some places, people mention they restart it once a day other on shorter or longer intervals. I believe the main reason people are doing this is because of possible memory leaks. I'm running a system for IVR services. It's not a heavily loaded box, but there is almost always
2007 Dec 11
1
Error with rgl loading in BATCH mode
Dear all, I'm trying to run a script that requires KernSmooth in BATCH mode but I get an error while loading rgl library that is needed by KernSmooth. Actually I have to run several batch files through a queue of a cluster, so I wouldn't need graphics at all. I installed the latest releases of R (2.6.1) and rgl on my CentOS 4.2 Linux (clone of Red Hat EL) endowed with Rocks 4.2.1 suite
2018 Feb 21
1
Checking for a proper "stop" statement...
Folks: Consider the following two use cases: goodfunction <- function() { stop("Something went wrong..." } # vs. badfunction <- function() { notgood() } Is there a way for me to test if the functions make use of a stop() statement WITHOUT modifying the stop() output (assume I can't mod the function containing the stop() statement itself)? For "goodfunction" the
2016 Jul 12
0
CentOS 6, mptfusion software?
On 7/12/2016 10:19 AM, m.roth at 5-cent.us wrote: > Got an older Dell R410, with an LSI 1068E PCI-Express Fusion-MPT SAS > (rev 08). It*appears* that a) trying MegaRaid, and b) from what I'm > googling, that what I need are mptfusion-related packages. > Unfortunately, yum shows me nothing available in base, epel, or > rpmfusion. Am I looking for the wrong thing, or does
2020 Jan 24
3
[cfe-dev] Phabricator -> GitHub PRs?
On 01/24, Renato Golin wrote: > On Fri, 24 Jan 2020 at 17:11, Doerfert, Johannes <jdoerfert at anl.gov> wrote: > > As I understand it, the GH model is to amend a new commit to your PR > > which addresses the review comments. The "problem" is that "we" are used > > to the force push model in which each commit is always as "clean and self > >
2005 Mar 22
1
Can't Modify files on SMB PDC
Hi all .. I'm having problems with my Samba PDC and WinXP clients, I can create and delete files/directories on any share, but when i try to modify any file, it sends a "Permission Denied, Maybe the disk it's full .. " error on the client. My conf is: Redhat 8.0 on i386 Linux 2.4.18-14 Samba 3.0.4 For corporate reasons i can't upgrade my linux distro..