in reply to Re: A continually running process
in thread A continually running process

Specifically, have you turned on autoflush?
$|=1; while ( 1 ) { print "hello"; sleep( 120 ); }

Lastly may I say how impressed I am that you are somehow getting rsync running from a Win32 platform!

Replies are listed 'Best First'.
Re^3: A continually running process
by becca23 (Novice) on Jun 25, 2008 at 21:26 UTC
    It was quite a challenge! If you're looking to do it yourself, try Deltacopy, this is what I used. It does a minimal cygwin install on the windows platform--just enough to allow you to run rsync, ssh, and chmod as if you were on a regular linux OS.