Re: [foxboro] Copying Displays to remote workstations
- From: Darryl Bond <dbond@xxxxxxxxxxxxx>
- To: foxboro@xxxxxxxxxxxxx
- Date: 17 Jul 2002 08:06:03 +1000
I don't think the files are station specific. It seems to send only what
you would expect. You can get it to list the files that it is updating
and they are only the files that you can verify that have changed.
We keep central copies of all our graphics for changes. These are then
distributed to the relevent workstations. The central copies are on a
different node to the final location and still only the changes are
sent.
Darryl
On Wed, 2002-07-17 at 07:58, Corey R Clingo wrote:
>
>
> This brings one question to my mind however: if you run pdfpack on the same
> newly-saved graphic on two different stations (same nodebus), does it
> generate the same output file on both? Or is it a station-specific thing?
>
> Corey
>
>
>
>
> This is the main reason for using rsync. It does not use the time stamp
> of the file but actually does a checksum of the contents. It does this
> in a way that is highly optimised for high latency,slow throughput
> links.
> Each end of the transfer does a checksum of the files and determines the
> byte differences and offset into the file. Only these bytes are sent.
> Eg: If you had to synchronise a large file, say 1 GB, that only had 1
> byte difference, rsynch would compare the files and sent 1 byte and the
> offset to update the target file.
> Obviously to minimise traffic it should not be using an nfs/rfs file.
> To minimise traffic rsync can rsh/ssh to the target machine and do the
> update.
>
> <snip>
>
>
>
>
>
> _______________________________________________________________________
> This mailing list is neither sponsored nor endorsed by Invensys Process
> Systems (formerly The Foxboro Company). Use the info you obtain here at
> your own risks. Read http://www.thecassandraproject.org/disclaimer.html
>
> foxboro mailing list: http://www.freelists.org/list/foxboro
> to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
> to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
>
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
- References:
- Re: [foxboro] Copying Displays to remote workstations
- From: Corey R Clingo
Other related posts:
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- » Re: [foxboro] Copying Displays to remote workstations
- Re: [foxboro] Copying Displays to remote workstations
- From: Corey R Clingo