PDA

View Full Version : CPU/memory usage in streaming?



jutplus
December 5th, 2007, 10:05
Hello,

It's like my streaming site is having troubles under my shared hosting account. Is it necessary to have box of dedicated server if it's streaming around 1000 mp3s at the same time? Or it's not that using that much CPU/mem?

Decker
December 5th, 2007, 10:18
streaming around 1000 mp3s at the same time? Or it's not that using that much CPU/mem?

Simple answer - god yes!

Hope your paying all those royalties :fangel:

Darknight
December 5th, 2007, 13:23
Hope your paying all those royalties
Or if your not send the money to me and ill pay them for you!
:P
anyway as decker said: yes, should be on a dedictaed box

cabron
December 5th, 2007, 16:59
It uses a lot cuz it probably runs under apache which is resource intensive. A far better option is lighttpd which is incredibly fast when dealing with static content (including streaming).

Decker
December 5th, 2007, 17:10
It uses a lot cuz it probably runs under apache which is resource intensive. A far better option is lighttpd which is incredibly fast when dealing with static content (including streaming).

All I can say is WTF are you on about :eek3:

You do know you've just made a complete thing with a nipple out of yourself.

cabron
December 5th, 2007, 17:16
All I can say is WTF are you on about :eek3:


Almost all servers run apache as a websers which is gr8 for dynamic stuff, but when hit with multiple connections it uses a lot of memory for each one.

I've ran a site on a cluster with freeBSD+lighttpd which suddently had a huge number of concurrent downloads and it still remained fast.

Decker
December 5th, 2007, 17:46
Almost all servers run apache as a websers which is gr8 for dynamic stuff, but when hit with multiple connections it uses a lot of memory for each one.

I've ran a site on a cluster with freeBSD+lighttpd which suddently had a huge number of concurrent downloads and it still remained fast.

Your misguided sonnyboy

Multithreading/multiworking in Apache is here now, yeh light does great and I won't dis it, but what is your point


It uses a lot cuz it probably runs under apache which is resource intensive.

Your needing a tech enema.

Good luck with your life :)

jutplus
December 6th, 2007, 06:33
lol. ok ok. i guess my answer is answered. :)

cabron
December 6th, 2007, 08:03
lol. ok ok. i guess my answer is answered. :)

But what about your question?:P

jutplus
December 6th, 2007, 19:13
it's answered too. :) thanks guys.