search for: lessening

Displaying 20 results from an estimated 155 matches for "lessening".

2019 Oct 22
0
[PATCH v5 08/14] drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()
Does what it says on the tin. Cc: Juston Li <juston.li at intel.com> Cc: Imre Deak <imre.deak at intel.com> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com> Cc: Harry Wentland <hwentlan at amd.com> Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Reviewed-by: Sean Paul <sean at poorly.run> Signed-off-by: Lyude Paul <lyude at redhat.com> ---
2008 Jul 07
5
Drive activity every 30sec
I have a Centos installed on a Hitachi 2.5" drive that shuts off really quickly, it seems. So every 30 sec, the drive makes the sound of an access activity. I have looked trying to find what might be being updated. Swap drive usage is 0 bytes. No activity in /var/log. What might it be and can I do anything to lessen the drive access (improve battery life)?
2012 Jun 05
0
[LLVMdev] technical debt
Can we get back to the substantive discussion about your ideas for lessening the technical debt? On Mon, Jun 4, 2012 at 8:05 PM, reed kotler <rkotler at mips.com> wrote: > Well, differences of opinion is what makes horse races. > > Reed > > > On 06/04/2012 04:57 PM, Daniel Berlin wrote: >> >> On Mon, Jun 4, 2012 at 7:53 PM, reed kotler&l...
2015 Nov 23
3
Looking for some advice to two problems I'm having
Hi guys. I have two questions about my streaming setup and I was wondering if any of you could offer some advice. I'm using IceS 0.4 as my source. It's reading a text file that contains the paths to about 300 different files that I want it to randomly play. For some reason though, it seems to only play a few of those files on a loop. I guess it could be in my head, but it seems like
2016 Jan 14
4
Proposal: always handle keys in separate process
Hello, in light of the recent CVE-2016-0777, I came up with the following idea, that would have lessened its impact. Feel free to ignore or flame me, maybe its stupid or I missed something :) - private key material should only ever be handled in a separate process from the SSH client. ssh-agent (maybe slightly extended) seems the logical choice. - in places where the client currently reads
2012 Jun 05
3
[LLVMdev] technical debt
Well, differences of opinion is what makes horse races. Reed On 06/04/2012 04:57 PM, Daniel Berlin wrote: > On Mon, Jun 4, 2012 at 7:53 PM, reed kotler<rkotler at mips.com> wrote: >> On 06/04/2012 03:25 PM, Daniel Berlin wrote: >>> I'm pretty sure neither llvm nor clang have any technical debt at all. >>> >>> On Mon, Jun 4, 2012 at 5:18 PM, reed
2012 Jun 05
4
[LLVMdev] technical debt
On 06/04/2012 05:17 PM, Daniel Berlin wrote: > Can we get back to the substantive discussion about your ideas for > lessening the technical debt? The lessening requires enlisting people that are willing to do this as opposed to doing fun science like cool optimization. I,for example, find the documentaiton, cleanup and refactoring to be interesting so I don't feel cheated to work on it as opposed to implementing s...
2013 Aug 26
2
Samba4 consumes more CPU
Dear Andrew, As per your suggestion , I have attached the gdb log of the samba and smbd process log running in the single server mode. Also when I noted in the perf top, libndr.so consumes the maximum cpu. I noticed that it happens soon after sometime the samba process is started and the CPU is filled up. Since the samba process occupies 100% atleast two or more CPUs out of 8 CPU , the clients
2010 Feb 11
9
XCP Downloading and Xen.org
Xen Community: As you are aware, the Xen Cloud Platform has been available for download since last November and is becoming a very successful release for Xen.org. In fact, we are seeing substantial network traffic for this solution as we had 26 TB of data from XCP downloads in the past 4 weeks. Of course, this amount of traffic is forcing a re-examination of our co-location agreements as we are
2010 Feb 11
9
XCP Downloading and Xen.org
Xen Community: As you are aware, the Xen Cloud Platform has been available for download since last November and is becoming a very successful release for Xen.org. In fact, we are seeing substantial network traffic for this solution as we had 26 TB of data from XCP downloads in the past 4 weeks. Of course, this amount of traffic is forcing a re-examination of our co-location agreements as we are
2012 Jun 05
0
[LLVMdev] technical debt
...ct with me if you would like to discuss TableGen or related topics. --Sean Silva On Mon, Jun 4, 2012 at 5:42 PM, reed kotler <rkotler at mips.com> wrote: > On 06/04/2012 05:17 PM, Daniel Berlin wrote: > > Can we get back to the substantive discussion about your ideas for > > lessening the technical debt? > > The lessening requires enlisting people that are willing to do this as > opposed to doing fun science like cool optimization. I,for example, find > the documentaiton, cleanup and refactoring to be interesting so I don't > feel cheated to work on it as oppo...
2015 Mar 01
2
[LLVMdev] Extending Vector GEP - proposal
Hi, According to the current GEP syntax, vector GEP requires that each index must be a vector with the same number of elements. %A = getelementptr <4 x i8*> %ptrs, <4 x i64> %offsets I propose to lessen this requirement. Let each index be or vector or scalar. All vector indices must have the same number of elements. The scalar value will mean the splat vector value. %A =
2005 Sep 06
4
Paranoid Firewalling
After reading this article: http://www.theregister.co.uk/2005/08/31/blocking_chinese_ip_addresses/ I got to thinking that there is really no reason for *any* traffic to hit my servers that comes from anywhere outside North America. So I wrote the perl script at the end of this posting to extract selected IP ranges posted at iana.org and convert them into iptables rules blocking any traffic
2008 Sep 22
2
[PATCH] ogginfo: various
Hi, these are a few bits I found while working out why ogginfo was barfing on a stream (see previous oggz-comment patch). It fixes 32/64 bit %lld format bugs (vorbis and kate), adds a missing argument to a warning message, adds comments to what the return values of pageseek mean, and doesn't read more data if unneeded (this will lessen the memory used, but might mean worse performance, so the
2016 Jun 21
1
Icecast and Chrome on Android
We've got an icecast server setup and one of our clients wants listeners to click on the "Listen Live" link on their website on mobile clients to listen to their stream. We've noticed that with Chrome on Android, the audio plays for about 5 seconds then there's a 30-45 cutout before the audio resumes playing. Firefox on Android and Safari on iOS don't exhibit this issue.
2008 Sep 19
1
ggplot2 and lattice
I am in the process of learning lattice graphics and have looked at ggplot2 a little. I would like to know if there is a "tutorial" that shows how to convert lattice code into ggplot code and vise versa. I am finally discovering the power of these two packages and would like suggestions to lessen my learning curve. I could not find a straight foward answer on the internet (I may have
2006 Mar 08
1
impact of qualify=yes
Anyone have any information on the performance impact of using qualify=yes for hundreds (500ish) of SIP UAs? I have seen tidbits on qualifyspreading=yes, but not enough to understand what it does. I assume lessens the peak load of qualify sip options queries? Thx! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Oct 23
1
Minimizing Computational Time
Dear R-users, May I seek some suggestions from you. I have a long programme written in R with several 'for' loops inside. I just want to get them out by any elegant way (if there is!) to reduce the computational time of the main programme. For instance, is there any smart way for the following programme that will lessen time?
2008 May 19
0
[LLVMdev] VS build is broken again
...> cmake can create nmake files as well. It's also possible to add a different > generator that use something else (even one that would output to gmake and > use msvc compiler and gcc for header dependencies ;) ). For what it's worth, I think that using a system like cmake, while lessening the load of the LLVM developers, increases the load on users of LLVM. I'm building a piece of software and I have to deal with each external dependency using it's own favourite build system - the end result is that to build my software I have to use SCons, bjam, cmake, Visual Studio _and...
2009 Sep 09
2
streaming meetme conference
Hello, Our 500+ company is slowly moving away from our hosted conferencing solution to one I built a few weeks ago with Asterisk and MeetMe. When our Q3 conference call comes around, we will have the need to have approximately 300-400 users in this call. Obviously, all would be 'listen only' mode and only 1 or 2 two would be speaking as marked/admin users. Our conference hosting