From aveluru at ballytech.com Mon Apr 22 18:32:51 2013 From: aveluru at ballytech.com (Veluru, Aruna) Date: Mon, 22 Apr 2013 16:32:51 +0000 Subject: [Udpcast] UDPCast for Windows - Source Code In-Reply-To: <8D18DA17FB745A4DB8867191368B453C2A5F7A66@BLR-EXMBX02.ad.agi> References: <8D18DA17FB745A4DB8867191368B453C2A5F7A66@BLR-EXMBX02.ad.agi> Message-ID: <8D18DA17FB745A4DB8867191368B453C2A5F7AB0@BLR-EXMBX02.ad.agi> Hi All, Our application provides download solution to devices connected to network. Currently its point to point download, so when the download is scheduled concurrently for more devices IIS gets blocked and file download gets failed due to which hardware requirement of our product increases. When we started looking for multicast solution we found that UDP cast tool providing faster download of 1GB file. But we couldn't find windows version source code. May I know the process to get source code of UDP cast for windows version? Much appreciated your help. Thanks and Regards, Aruna Veluru -------------- next part -------------- An HTML attachment was scrubbed... URL: From alain at knaff.lu Tue Apr 23 11:14:51 2013 From: alain at knaff.lu (Alain Knaff) Date: Tue, 23 Apr 2013 11:14:51 +0200 Subject: [Udpcast] UDPCast for Windows - Source Code In-Reply-To: <8D18DA17FB745A4DB8867191368B453C2A5F7AB0@BLR-EXMBX02.ad.agi> References: <8D18DA17FB745A4DB8867191368B453C2A5F7A66@BLR-EXMBX02.ad.agi> <8D18DA17FB745A4DB8867191368B453C2A5F7AB0@BLR-EXMBX02.ad.agi> Message-ID: <5176510B.7090408@knaff.lu> On 22/04/13 18:32, Veluru, Aruna wrote: > Hi All, > > Our application provides download solution to devices connected to network. > > Currently its point to point download, so when the download is scheduled > > concurrently for more devices IIS gets blocked and file download gets failed > > due to which hardware requirement of our product increases. > > When we started looking for multicast solution we found that UDP cast tool > > providing faster download of 1GB file. > > But we couldn't find windows version source code. > > May I know the process to get source code of UDP cast for windows version? > > > Much appreciated your help. > > > Thanks and Regards, > Aruna Veluru > It's the same source code. Conditional compilation (http://en.wikipedia.org/wiki/Conditional_compilation) is used to differentiate with Unix version. Regards, Alain From erwanaliasr1 at gmail.com Tue Apr 23 20:05:42 2013 From: erwanaliasr1 at gmail.com (Erwan Velu) Date: Tue, 23 Apr 2013 20:05:42 +0200 Subject: [Udpcast] Comments about my patch Message-ID: <5176CD76.5020607@gmail.com> Hi Alain, I've been sending an email in november about I bug I had on my setup. http://www.udpcast.linux.lu/pipermail/udpcast/2012-November/001194.html Since I'm running this commit I never had the problem again (while it was present at every run before). I never got any formal feedback about it to see if it's the proper way to solve it. I really would like some comments on it. Cheers, Erwan From erwanaliasr1 at gmail.com Tue Apr 23 20:11:30 2013 From: erwanaliasr1 at gmail.com (Erwan Velu) Date: Tue, 23 Apr 2013 20:11:30 +0200 Subject: [Udpcast] User feedback with low-end cpu Message-ID: <5176CED2.7040206@gmail.com> I'm using udpcast everyday on a large scale setup (between 100 and 500 per install) while counting more than 3000 devices using it at the total. Udpcast runs on an Intel ATOM E600 that features a very weak pch_gbe network driver (linux 3.2 series + Preempt-RT). I'm trying to be as fast and as reliable as possible in a one-way setup. We do have some post-processing on the output stream also to insure coherency & performance (required by our use case). Streaming at 220Mbps with an 8X8 FEC leads to a very high cpu usage & system load. The only way to get it stable is at least to change it priority by using "schedtool -R -p 10 udcpast". Since I'm running this setup I'm loosing very few packet. Maybe this approach could help some while debugging udpcast on low-end cpus. Cheers, Erwan