search for: bjarnason

Displaying 15 results from an estimated 15 matches for "bjarnason".

2007 Jan 19
6
Stopping DRb after using BackgrounDRb::MiddleManDRbObject.init
...BackgrounDRb::MiddleManDRbObject.init are not stopped, resulting in an ever growing established connections between my Mongrels and remote backgroundrbs I added DRb.stop_service to my code executed after requests that init MiddleManDRbObjects but that does not help. Any ideas? Thanks, Robert Bjarnason
2007 Jan 11
4
Load balancing
Hi, Can somebody point me in the right direction about what approach would be best to load-balance between two or more physical servers running backgroundrb while using BackgrounDRb::Worker::RailsBase with mongrel? Thanks, Robert Bjarnason
2007 Jan 04
10
Intermittent "can''t convert Float into Hash" and results.rb
...tore/lib/workers/content_worker.rb:181 :in `do_work''/.../ContentStore/vendor/plugins/backgroundrb/server/lib/backgroundrb/worker.rb:55: ... The problem seems to happen only under heavy load where more than 1 worker process is active at the same time. Any ideas or leads? Thanks, Robert Bjarnason
2004 Aug 06
3
Darkice memory leak
...h RedHat 7.2 gcc3-3.0.1-3. Kristjan <p><p><p><p>-----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of Akos Maroy Sent: 8. april 2002 17:53 To: icecast@xiph.org Subject: Re: [icecast] Darkice memory leak <p>Kristjan Gu?ni Bjarnason wrote: > ups, sorry for fuzzy description. I use "top" to watch the running > processes. It updates every 5 seconds. I see, thanks. > I am running RedHat 7.2, download from one of Redhats mirros. Haven't > installed any updates of Redhat 7.2. The box is a fresh PC w...
2004 Aug 06
2
Darkice memory leak
Kristjan Gu?ni Bjarnason wrote: > I was looking more closely on the source for Darkice. I found the code for > calulating the buffersize somewhat strange. Your is snapshot taken from the > init function in CastSink.cpp : > > int bufferSize = bitRate ? (bitRate * 1024 / 8) * bufferDuration >...
2004 Aug 06
2
Darkice memory leak
ups, sorry for fuzzy description. I use "top" to watch the running processes. It updates every 5 seconds. I am running RedHat 7.2, download from one of Redhats mirros. Haven't installed any updates of Redhat 7.2. The box is a fresh PC with Amd Athlon 1700XP, 128MB, two SoundBlaster 16 PCI using OSS drivers. Any info missing? Kristjan <p>-----Original Message----- From:
2004 Aug 06
5
multiple liveice sources
Hi, I am trying to stream two different sources with two soundcards using liveice and icecast, all from single Linux box. Can anyone tell me if this is possible? I tried creating two sets in the liveice config file where I specified different devices. No erros but the latter source was streamed on both mount points. Running two instances of liveice talking to one instance of icecast failed.
2004 Aug 06
2
multiple liveice sources
...the same > directory - their temp files will overwrite each other. > > Contrary to what others have written, liveice works just fine once it's set > up. That's not always easy, though... :-) > > -bg > > ----- Original Message ----- > From: "Kristján Guðni Bjarnason" <kgb@gangverk.is> > To: <icecast@xiph.org> > Sent: Monday, September 24, 2001 5:17 AM > Subject: [icecast] multiple liveice sources > > > > Hi, > > > > I am trying to stream two different sources with two soundcards using > > liveice and ic...
2004 Aug 06
0
multiple liveice sources
...onfig file. You can't run 2 instances in the same directory - their temp files will overwrite each other. Contrary to what others have written, liveice works just fine once it's set up. That's not always easy, though... :-) -bg ----- Original Message ----- From: "Kristján Guðni Bjarnason" <kgb@gangverk.is> To: <icecast@xiph.org> Sent: Monday, September 24, 2001 5:17 AM Subject: [icecast] multiple liveice sources > Hi, > > I am trying to stream two different sources with two soundcards using > liveice and icecast, all from single Linux box. Can anyone...
2004 Aug 06
1
DarkIce problem
Haven't used DarkIce but it sounds like a DNS problem to me. <p>----- Original Message ----- From: "Cédric Mallet" <malletc3@cti.ecp.fr> To: <icecast@xiph.org> Sent: Sunday, March 03, 2002 2:05 PM Subject: [icecast] DarkIce problem <p>> I have installed DarkIce from the latest rpm version. > I get this error message when running it : > >
2004 Aug 06
0
multiple liveice sources
...files will overwrite each other. > > > > Contrary to what others have written, liveice works just fine once it's set > > up. That's not always easy, though... :-) > > > > -bg > > > > ----- Original Message ----- > > From: "Kristján Guðni Bjarnason" <kgb@gangverk.is> > > To: <icecast@xiph.org> > > Sent: Monday, September 24, 2001 5:17 AM > > Subject: [icecast] multiple liveice sources > > > > > > > Hi, > > > > > > I am trying to stream two different sources with two sou...
2004 Aug 06
2
Darkice memory leak
Unfortunately I can't reproduce your memory leak reports. For example, here is the line about my production darkice instance from top: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 27516 root 20 0 3564 3564 1340 S 95.6 1.3 47:06 darkice <p>this as after approx 50 minutes from start, but the memory load doesn't change for the whole 4 hours it
2004 Aug 06
2
Darkice memory leak
After babysitting liveice for few months I decided to move to Darkice. First I tried installing Darkice on Redhat7.1 but soon gave up after endless broken dependencies. Upgraded to Redhat7.2 and the rpms were accepted right away. I installed: lame-3.91-1.i686.rpm libogg-1.0rc3-1.i386.rpm libvorbis-1.0rc3-1.i386.rpm darkice-0.9-1.i386.rpm Darkice runs but it eats up memory like hell. I tried
2004 Aug 06
2
Darkice memory leak
More info.
2004 Aug 06
0
Darkice memory leak
I was looking more closely on the source for Darkice. I found the code for calulating the buffersize somewhat strange. Your is snapshot taken from the init function in CastSink.cpp : int bufferSize = bitRate ? (bitRate * 1024 / 8) * bufferDuration : (128 * 1024 / 8) * bufferDuration; bufferedSink = socket ? new BufferedSink( socket,