Re: Possibility to porting Rsync to NT and other platforms

2009-06-11 Thread Jamie Lokier
John E. Malmberg wrote: > Hasanat Kazmi wrote: > >Hello, > >I am looking into possibilities of porting RSync for windows. Does anybody > >have an idea that which libraries and dependencies RSync uses which can not > >be compiled on windows (so thats why we use cygwin) > > I have not looked at this

Re: rsync occassionally issues the message "rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4]"

2009-06-11 Thread Amir Rapson
Hi, Please try this patch below, I think it’ll solve the bug… Amir diff -U 5 -Nuir rsync-3.0.4/cleanup.c rsync-3.0.4.new/cleanup.c --- rsync-3.0.4/cleanup.c 2008-06-04 19:01:02.0 +0300 +++ rsync-3.0.4.new/cleanup.c 2009-03-29 09:45:04.0 +0300 @@ -98,11 +98,11 @@

Re: Key for high CPU usage

2009-06-11 Thread Daniel.Li
Hi Leen, Thanks for your reply. On Thu, 2009-06-11 at 08:24 +0200, Leen Besselink wrote: > Leen Besselink wrote: > > Daniel.Li wrote: > >> Dear List, > >> > >> I'm trying to take a closer look at rsync code, and found when we run > >> daemon, it will take a lot of CPU (400Mhz). So I'm interested