search for: 7ms

Displaying 20 results from an estimated 32 matches for "7ms".

Did you mean: 7m
2018 Jan 04
3
silent recycling in logical indexing
...t maybe too clever unless you really need the speed? (The clever way is 8 times faster in the following case ...) x <- rep(1,1e6) rbenchmark::benchmark(x[c(FALSE,TRUE,FALSE)],x[seq_along(x) %% 3 == 2]) On the other hand, it takes 0.025 vs 0.003 seconds per iteration ... fortunes::fortune("7ms") On Thu, Jan 4, 2018 at 4:09 PM, Berry, Charles <ccberry at ucsd.edu> wrote: > > >> On Jan 4, 2018, at 11:56 AM, Ben Bolker <bbolker at gmail.com> wrote: >> >> >> Sorry if this has been covered here somewhere in the past, but ... >> >>...
2013 Nov 04
2
syslinux.efi pxeboot across multiple subnets
...ket dump was taken on the server. They indicate the > client trying to initiate a TFTP transaction but apparently not getting > the reply. This *may* be the same bug that ended up in 6.02 but has > since been fixed. In the first example, there are three requests for syslinux.efi spaced ~7ms then ~2146 ms apart. Presumably, the first two is just the initial request for size/options then the real request. I'd say the EFI system either is unable to retrieve syslinux.efi (perhaps not appropriately receiving the reply packet; perhaps packet loss or reordering) or doesn't like som...
2010 Jan 14
1
Lagged Extension
Hi, running Asterisk 1.6.2.0 and have started to see in messages: [Jan 14 05:43:43] NOTICE[29231] chan_sip.c: Peer '100' is now Lagged. (4007ms / 3000ms) [Jan 14 05:43:53] NOTICE[29231] chan_sip.c: Peer '100' is now Reachable. (9ms / 3000ms) [Jan 14 05:44:02] NOTICE[29231] chan_sip.c: Peer '100' is now Lagged. (5008ms / 3000ms) [Jan 14 05:44:12] NOTICE[29231] chan_sip.c: Peer '100' is now Reachable. (7ms / 3000ms) [...
2011 Apr 13
3
Question about ERB performance
I''m trying out rails 3 and I''m looking at the performance statistics given by WEBrick. It says many of my database operations are taking 2ms or 7ms... but the view is taking 40ms. People often say that the database is the bottleneck in applications (which it most certainly can be, and often is)... but isn''t the rendering of ERB a little show here? My test pages really aren''t that complicated... 1 partial... 1 layout... etc. T...
2004 Aug 06
2
Server based audio merge
Hi Ulrich, > Well, i don't know if we speak of the same ... The quality is ok, but > the encoding of a PCM frame on the tested machine took 2ms, which (if > the PCM frame is 7ms in length) means the machine can only encode three > streams in realtime ... Yes, but this is java. You don't use any threading models and i dont know if you encode from sound card. I also don't know how optimized the code is. In my last company we have improved runtime of digital ima...
2008 Feb 27
1
SPA3102 registration problem
...n repeating. Also, if I change the sip.conf settings above to "type=peer" and "host=192.168.1.3", I'll see these messages appear on the Asterisk console: [Feb 27 15:17:34] NOTICE[10893]: chan_sip.c:12414 handle_response_peerpoke: Peer '4000' is now Reachable. (7ms / 2000ms) [Feb 27 15:17:35] ERROR[10893]: chan_sip.c:8513 register_verify: Peer '4000' is trying to register, but not configured as host=dynamic [Feb 27 15:17:35] NOTICE[10893]: chan_sip.c:14943 handle_request_register: Registration from 'Margriet <sip:8000 at 192.168.1.10>&...
2010 Feb 05
3
Asterisk going down
...5 10:36:17] NOTICE[6519] chan_sip.c: Disconnecting call 'SIP/317-b7735220' for lack of RTP activity in 301 seconds [Feb 5 10:38:19] NOTICE[6519] chan_sip.c: Peer '353' is now Reachable. (1ms / 2000ms) [Feb 5 10:42:59] NOTICE[6519] chan_sip.c: Peer '353' is now Reachable. (7ms / 2000ms) [Feb 5 10:51:09] NOTICE[6519] chan_sip.c: Peer '358' is now Reachable. (1ms / 2000ms) [Feb 5 10:53:08] NOTICE[6519] chan_sip.c: Peer '366' is now UNREACHABLE! Last qualify: 108 But later, at 2 pm, Asterisk went down again but with no weird message in /var/log/asterisk/m...
2004 Aug 06
2
Server based audio merge
CELP based coders perform poorly when you mix streams. Perhaps, we need a transform code or a subband code at somewhat higher rate 12-16 kbps that will retain the quality after transcoding and mixing. Is the speex ultra-wideband based on subband coding? -Devendra Jalihal <p>On Fri, 21 Nov 2003, Ulrich B. Staudinger wrote: > Hi, > been silent in this discussion for quite long ...
2005 Mar 14
2
FWD IAX Problem
...s against my FWD account.. Thanks for any and all help.. Tim ethereal trace of the registration slighly trimmed: No. Time Source Destination Protocol Info 1 0.000000 68.146.107.231 65.39.205.121 IAX2 IAX, source call# 1, timestamp 7ms REGREQ <snip> Inter-Asterisk eXchange v2 <snip> Type: IAX (6) IAX type: REGREQ (13) Information Element: Username (peer or user) for authentication (0x06) IE id: Username (peer or user) for authentication (0x06) Length: 6...
2007 Jun 24
5
Traffic shaping on multiple interfaces
...believe this has something to do with the way my ISP has configured priorities at the telephone exchange. I begin to run in to trouble when I am uploading heavily on eth1 & ppp0 simultaneously. Once this happens, ping times over ppp0 rise dramatically, to well over 1200ms (normal is around 7ms). I have tried shaping on eth1 instead of ppp0 (as eth1 should contain all the packets for ppp0, I believe), but this does not yield lower latency, though I did note that it did limit the speed of the connection if I set the upstream and downstream values absurdly low. I think what I need to do...
2004 Aug 06
0
Server based audio merge
...orning, too. :-) <p><p>Am Mo, 2003-11-24 um 23.17 schrieb Carsten Breuer: > Hi Ulrich, > > > Well, i don't know if we speak of the same ... The quality is ok, but > > the encoding of a PCM frame on the tested machine took 2ms, which (if > > the PCM frame is 7ms in length) means the machine can only encode three > > streams in realtime ... > Yes, but this is java. You don't use any threading models and i dont > know if you encode from sound card. I also don't know how optimized the > code is. In my last company we have improved run...
2006 Aug 23
0
speex optimisation for ARM 5TE architecture
Hi JM, I am using narrowband mode with speex qaulity set to 0 and complexity set to 4. The code works fine on the 3.2GHz processor. The test program speexenc takes 7ms to encode 5sec worth of voice on the 3.2Ghz processor. The same takes 700ms on the ARM5E intel Xscale. The code that I wrote puts 10 speex frames in one RTP packet. When exexcuted on ARM I get lots of underrruns hence noise. I was wondering perhaps its because of the speed of ARM processor as di...
2013 Nov 04
0
syslinux.efi pxeboot across multiple subnets
...server. They indicate the >> client trying to initiate a TFTP transaction but apparently not getting >> the reply. This *may* be the same bug that ended up in 6.02 but has >> since been fixed. > > In the first example, there are three requests for syslinux.efi spaced > ~7ms then ~2146 ms apart. Presumably, the first two is just the > initial request for size/options then the real request. I'd say the > EFI system either is unable to retrieve syslinux.efi (perhaps not > appropriately receiving the reply packet; perhaps packet loss or > reordering) or...
2004 Aug 06
0
Server based audio merge
Well, i don't know if we speak of the same ... The quality is ok, but the encoding of a PCM frame on the tested machine took 2ms, which (if the PCM frame is 7ms in length) means the machine can only encode three streams in realtime ... <p><p>Am Sa, 2003-11-22 um 03.30 schrieb Devendra Jalihal: > CELP based coders perform poorly when you mix streams. Perhaps, we need > a transform code or a subband code at somewhat higher rate 12-16 kbps...
2006 Aug 23
0
speex optimisation for ARM 5TE architecture
...ery poor quality anyway, so I don't see why you'd want to use it. Jean-Marc Naveed Rehman a ?crit : > Hi JM, > > I am using narrowband mode with speex qaulity set to 0 and complexity > set to 4. The code works fine on the 3.2GHz processor. The test > program speexenc takes 7ms to encode 5sec worth of voice on the > 3.2Ghz processor. The same takes 700ms on the ARM5E intel Xscale. The > code that I wrote puts 10 speex frames in one RTP packet. When > exexcuted on ARM I get lots of underrruns hence noise. I was > wondering perhaps its because of the speed of AR...
2019 Dec 04
7
Upgrading from Debian Stretch to Buster, Van Belle package
Hello, I am preparing for upgrading from Debian Stretch to Buster. I am using Louis Van Belle's Samba packages. My current Samba version is: # smbstatus --version Version 4.7.7-Debian I can see that the Samba version that will be installed, when I upgrade from Stretch to Buster, will be the 4.11 since this is the current stable release... I would like to know if there are major changes
2005 Jul 26
1
multi-path TCP performance
I am measuring the performance of one TCP connection over two symmetric paths. Packets are sent to two paths alternatively. I found that when the latency of each path are within 1ms, the overall TCP throughput is the *sum* of the throughput of the two paths. However, when the latency of the two paths increases to 5ms, the overal TCP throughput drops to the throughput of a *single* path. Has anyone
2018 Jan 04
3
silent recycling in logical indexing
Sorry if this has been covered here somewhere in the past, but ... Does anyone know why logical vectors are *silently* recycled, even when they are incommensurate lengths, when doing logical indexing? This is as documented: For ?[?-indexing only: ?i?, ?j?, ?...? can be logical vectors, indicating elements/slices to select. Such vectors are recycled if necessary to match
2013 Feb 18
1
btrfs send & receive produces "Too many open files in system"
I believe what I am going to write is a bug report. When I finaly did # btrfs send -v /mnt/adama-docs/backups/20130101-192722 | btrfs receive /mnt/tmp/backups to migrate btrfs from one partition layout to another. After a while system keeps saying that "Too many open files in system" and denies access to almost every command line tool. When I had access to iostat I confirmed the
2019 Dec 19
0
Upgrading from Debian Stretch to Buster, Van Belle package
...nalctl -xe" for details. invoke-rc.d: initscript bind9, action "restart" failed. ? bind9.service - BIND Domain Name Server Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2019-12-19 18:58:04 CET; 7ms ago Docs: man:named(8) Process: 4847 ExecStart=/usr/sbin/named $OPTIONS (code=exited, status=1/FAILURE) Process: 4840 ExecStop=/usr/sbin/rndc stop (code=exited, status=0/SUCCESS) Main PID: 4795 (code=exited, status=0/SUCCESS) Dec 19 18:58:04 leonora named[4848]: listening on IPv4 int...