search for: usuage

Displaying 7 results from an estimated 7 matches for "usuage".

Did you mean: usage
2005 Apr 19
4
Apache, MySQL, and PHP
Hi, I need to ask a question about the usuage of these particular packages...do you install the binaries for each or do you use what comes with the OS out of the box??? The reason why I am asking is because I am having problems using the one that comes with the OS. Everything else runs great but I am using CentOS for the first time and I want...
2006 Jan 10
7
Can only render or redirect once per action - why?
I ran into this error message a quite a few times since my app requires branching to different pages from the same action... say using a switch statement. Ofcourse I found that you can use multiple redirects or renders if you do render :action => ''new'' and return false I hate to code something I don''t understand fully. Any explanation of this will be greatly
2010 May 29
6
Best way to limit outgoing calls per trunk
Hi Guys, I am looking to use System() function along with some bash scripting to determine if a Trunk is being used during certain time of the day or not. Here is what I have in mind. Please guide me if you know a better way: exten => s,1,answer exten => s,n,System(/tmp/check.sh) check.sh: check EPOCH time => do an IF for certain times => Allow mutiple calls in certain times and
2006 Apr 05
12
Stream Test
Hi Seeing as other people are posting streams to test, the system I have been developing has an Ogg/Vorbis/Theora stream that you can watch. I would appreciate any feedback to what players can play it and which players have problems. (I am using Icecast as the streaming server) So far I have found VideoLan plays the stream very well. MPlayer was ok, but wasn't as good at buffering.
2007 Oct 24
28
random cpu spikes, EBADF errors
...= 0 close(5) = -1 EBADF (Bad file descriptor) the file its trying to get is page cached, and exists/is fine (can even go to url while this is going on). Could it still be a problem with Litespeed (actually requesting this file many times?). Litespeeds cpu usuage does go up during this period, but stracing it doesn''t give anything useful. thanks for any tips/directions. Zach -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071023/63837d95/attachment-0001.htm...
2014 Sep 29
3
[RFC] Explicit synchronization for Nouveau
On Mon, Sep 29, 2014 at 09:43:02AM +0200, Daniel Vetter wrote: > On Fri, Sep 26, 2014 at 01:00:05PM +0300, Lauri Peltonen wrote: > > > > Hi guys, > > > > > > I'd like to start a new thread about explicit fence synchronization. This time > > with a Nouveau twist. :-) > > > > First, let me define what I understand by implicit/explicit sync:
2012 Dec 12
43
[PATCH 00/37] [RFC] revamped modeset locking
Hi all, First thing first: It works, I now no longer have a few dropped frames every 10s on my testbox here with the pageflip i-g-t tests. Random notes: - New design has per-crtc locks to protect the crtc input-side (pageflip, cursor) for r/w and the output state of the crtc (mode, dpms) as read-only. It also required completely revamped fb lifecycle management, those are now refcounted