Displaying 20 results from an estimated 10000 matches similar to: "sleep function duration changes when system clock is modified"
2004 Aug 06
0
IceS 2.0a - Extended sleep requested
On 2002.12.01 04:13 SwiftBiscuit wrote:
> I've just set up a new collection of streams and one
> of them is having problems. The clients connecting to
> this one stream only last a few minutes before getting
> kicked off. I don't know where to start looking for
> the problem.
>
> I'm running Mandrake 8.1 with Libshout2.0, IceS 2.0a
> and Icecast2 downloaded
2008 Feb 12
1
measuring sleep time in synchronization objects
Hi,
I am fairly new to DTrace, and wanted to ask something regarding
synchronization objects.
I have a multithreaded C++ program in which I use semaphores (POSIX version)
for synchronization. I was interested in using DTrace to figure out the
total time for which each thread in my application sleeps, blocked on a
semaphore, i.e., as a result of sem_wait() call. In order to measure this, I
2004 Aug 06
2
IceS 2.0a - Extended sleep requested
I've just set up a new collection of streams and one
of them is having problems. The clients connecting to
this one stream only last a few minutes before getting
kicked off. I don't know where to start looking for
the problem.
I'm running Mandrake 8.1 with Libshout2.0, IceS 2.0a
and Icecast2 downloaded from cvs only a few days ago
(with the mentioned os.h error included ;-)
I get the
2004 Aug 06
0
ices2 - extended sleep request ?
could anyone tell me what would cause this ??
- ices.log //
<p>[2003-04-21 04:41:42] INFO ices-core/main ices started...
[2003-04-21 04:41:42] INFO signals/signal_usr1_handler Metadata update
requested
[2003-04-21 04:41:42] INFO playlist-builtin/playlist_read Currently
playing /home/dv8/archives/dv8_shows/ruc/ruc-030227_dialup.ogg
[2003-04-21 04:41:42] INFO ices-core/main ices
2004 Aug 06
0
IceS 2.0a - Extended sleep requested
On 2002.12.02 16:08 SwiftBiscuit wrote:
> I've just finished a little encoding set and the
> following happened:
>
> 22Khz resampled, q-0.4 encode = ~38kbs = one error at
> the beginning only.
>
> 22Khz resampled, q-0.5 encode = ~37kbs = 6 to 7 sleep
> errors in the first second or so, nothing after that.
>
> 22Khz resampled, q-0.6 encode = ~35kbs = 14 to 15
2003 Oct 09
0
rsync sleeps ( long sleep times )
hi guys
I am experiencing rsync freezes on my production environment. The rsync
process tries to sync file systems between 2 servers over ssh. Both the
environments are connected by a 512 kbps vpn connection.
Taking cue from other posters to this group, I tried taking a truss dump
for the rsync process to figure out whats going on.
On the source server I can see the process slows down every
2010 Oct 26
8
[Bug 31139] New: Wake from sleep doesn't turn on display(s)
https://bugs.freedesktop.org/show_bug.cgi?id=31139
Summary: Wake from sleep doesn't turn on display(s)
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2008 Feb 20
2
factors ordered by mean
Hi,
How to order the levels os factor not by alphabetic order but by mean of Y.
Somethink like this:
I have this alphabetic order:
> levels(pH)
[1] "alto" "baixo" "medio"
the order by mean os yvar is:
> sort(tapply(Riqueza,pH,mean))
baixo medio alto
11.56667 20.00000 26.80000
How to make the levels of pH ordered by this mean to the result to
2007 Sep 28
0
Workers sleeping habbits
I''m having some issues with Workers dying after a period of several
hours.
Each worker runs a loop that asks Amazon SQS for work to do. If there
is a message in the queue the work is completed (image processing,
etc...); if there is no message the worker will sleep for X seconds
(sleep 10, etc...). I''ve noticed that the workers will frequently
exhibit two negative
2003 Sep 16
1
how to identify huge downloads ?
hello ...
how can I identify huge downloads on link to automticly move them to low priority queue ? somethink like combination rate and duration of session
Thanks
2013 Jun 02
2
rawlog without setting home in userdb
Hi all,
in my settup i decided to set mail_home in 10-mail.conf,
and let dovecot do the hashing to a 2-level directory structure.
mail_location = mdbox:~/mdbox:ALT=/altstorage/%h/mdbox
mail_home = /vmail/%1Mu/%2.1Mu/%u
In my userdb ist homedirectory not set and everythink works as expected,
except when i use rawlog i get only logs in ~/dovecot.rawlog if home is
set in userdb.
In wiki
2009 Jan 25
2
[LLVMdev] -O4 limitations in llvm/llvm-gcc-4.2 2.5?
I've had better luck compiling all of pymol 1.1r2 with
-O4 on darwin9. Everythink links and there appears to be
no regressions in the resulting code. I take it that LTO
in llvm 2.5 is still limited to dead code elimination,
correct? Will LTO ever be extended to inlining across
files as well as constant-folding and global data
allocation optimizations? Or does the reliance on gcc-4.2
as the
2004 Aug 06
2
IceS 2.0a - Extended sleep requested
I've just finished a little encoding set and the
following happened:
22Khz resampled, q-0.4 encode = ~38kbs = one error at
the beginning only.
22Khz resampled, q-0.5 encode = ~37kbs = 6 to 7 sleep
errors in the first second or so, nothing after that.
22Khz resampled, q-0.6 encode = ~35kbs = 14 to 15
sleep errors then nothing.
22Khz resampled, q-0.8 encode = ~33kbs = Many sleep
errors.
---
2017 Nov 13
0
[PATCH RFC v3 5/6] tick: get duration of the last idle loop
From: Quan Xu <quan.xu0 at gmail.com>
the last idle loop is from tick_nohz_idle_enter to tick_nohz_idle_exit.
Signed-off-by: Yang Zhang <yang.zhang.wz at gmail.com>
Signed-off-by: Quan Xu <quan.xu0 at gmail.com>
Cc: Frederic Weisbecker <fweisbec at gmail.com>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at kernel.org>
Cc: linux-kernel at
2017 Nov 13
0
[PATCH RFC v3 5/6] tick: get duration of the last idle loop
From: Quan Xu <quan.xu0 at gmail.com>
the last idle loop is from tick_nohz_idle_enter to tick_nohz_idle_exit.
Signed-off-by: Yang Zhang <yang.zhang.wz at gmail.com>
Signed-off-by: Quan Xu <quan.xu0 at gmail.com>
Cc: Frederic Weisbecker <fweisbec at gmail.com>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at kernel.org>
Cc: linux-kernel at
2014 Nov 22
3
Outlook Express and STARTTLS
Am 21.11.2014 um 22:29 schrieb Reindl Harald:
>
> Am 21.11.2014 um 22:24 schrieb Robert Schetterer:
>> Am 21.11.2014 um 20:59 schrieb Robert Moskowitz:
>>> I have one user that uses Outlook Express. Not only do I not use it, I
>>> don't have any systems here that can easily use it. I bit of a
>>> challenge.
>>>
>>> I am strictly
2009 Jan 25
0
[LLVMdev] -O4 limitations in llvm/llvm-gcc-4.2 2.5?
Jack Howarth wrote:
> I've had better luck compiling all of pymol 1.1r2 with
> -O4 on darwin9. Everythink links and there appears to be
> no regressions in the resulting code. I take it that LTO
> in llvm 2.5 is still limited to dead code elimination,
> correct?
No.
libLTO does the equivalent to opt -internalize -ipsccp -globalopt
-constmerge -deadargelim -instcombine
2004 Dec 16
1
working with big blocks of msn's
Hi!
I have to Set up an asterisk Server with a Diva Server PRI E1-30M.
Capi, asterisk, etc. everythink works.
my problem is the handling of the MSN's.
say, we have the block (without area-code..) 4321-0 to 4321-4999
between this numbers (including em) every MSN is possible.
do I have to add all MSN's i need (several hundrets) to the capi.conf?
then the routing to SIP-Phones shall be
2007 Aug 21
5
proper way to sleep
This is not spam about sleep aids :)
Q: Is there a 'standard' way to sleep for a specified number of BIOS ticks
(or seconds) in a com32 program?
I grepped through the com32 library source and didn't find anything for
'sleep' or 'tick'.
If not, you may want to consider adding:
void syslinux_sleep(int seconds);
void syslinux_sleep_bios_ticks(int ticks);
or
2002 Nov 29
3
Version 2.2.6 and above are not able to store big fil es over 2GB
I'm hitting the 2G limit taring from 2.2.2 to ntfs NT4.
could this be my problem as well.
-----Original Message-----
From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]On
Behalf Of Klaus Ethgen
Sent: 29 November 2002 4:10 PM
To: samba@lists.samba.org
Subject: [Samba] Version 2.2.6 and above are not able to store big files
over 2GB
Hello,
when I store a file biger than