Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2061 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030402/72ae3ce0/attachment.gif
I tougth about using lvs and balancing incoming traffing.. but never mosix.. On Wed, 2 Apr 2003, Liaan van der Merwe wrote:> Hallo all > Just for interest sakes.. > Have any of you tried to run * on a openmosix cluster?? Could be nice for > ppl like me that don’t have the resources to buy “proper” machines (I can > get P1 166 for almost nothing, but higher than that is to expensive) > Thanks > Regards, > Liaan W van der Merwe > > GGATES NETWORK SOLUTIONS > We do not only follow best practices, we invent them! > m: +27 (0)82 9404 128 > t: +27 (0)21 8513549 > u: www.ggates.co.za > e: Liaan@ggates.co.za > >
I have setup a couple of openmosix clusters, not commercially just for interest sake.. I don't think the Voice/PBX type application would be suited to this type of clustering because the voice system requires as close to realtime response as possible.. The cluster works by load balancing the various threads if an application across the members servers in the cluter after a certain time had been exceeded for a single thread.. While this worked great from me when I was converting a large number of .wav files to MP3 on small hardware it would add latency to the voice path by needing to pass the information from one PC to the other and then back again across the "slow" ethernet network.. But they are great if you have a multi-threaded processing intensive application.. later.. Hallo all Just for interest sakes.. Have any of you tried to run * on a openmosix cluster?? Could be nice for ppl like me that don?t have the resources to buy ?proper? machines (I can get P1 166 for almost nothing, but higher than that is to expensive) Thanks Regards, Liaan W van der Merwe GGATES NETWORK SOLUTIONS We do not only follow best practices, we invent them! m: +27 (0)82 9404 128 t: +27 (0)21 8513549 u: www.ggates.co.za e: Liaan@ggates.co.za ? << image001.gif >> -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
Morning Liaan, i thought about it a while ago, but i wont work. openMosix can distribute process over the cluster, but for this to work you need a real multi-process application. since * is a multithreaded application all * processes will stay on a single node. regards kapejod -- Klaus-Peter Junghanns CEO,CTO Junghanns.NET GmbH Breite Strasse 13 - 12167 Berlin - Germany fon: +49 30 79705390 fax: +49 30 79705391 iaxtel: 1-700-157-8753 email: kpj@junghanns.net Am Mit, 2003-04-02 um 08.44 schrieb Liaan van der Merwe:> Hallo all > Just for interest sakes.. > Have any of you tried to run * on a openmosix cluster?? Could be nice for > ppl like me that don?t have the resources to buy ?proper? machines (I can > get P1 166 for almost nothing, but higher than that is to expensive) > Thanks > Regards, > Liaan W van der Merwe > > GGATES NETWORK SOLUTIONS > We do not only follow best practices, we invent them! > m: +27 (0)82 9404 128 > t: +27 (0)21 8513549 > u: www.ggates.co.za > e: Liaan@ggates.co.za >