Re: [Re: [Re: Automatic File synchronization between clustered servers.]]

2001-05-19 Thread Julia Phu

Thank you, Jon.

Julia


Jon Hall [EMAIL PROTECTED] wrote:
Windows 2000 File Replication System. It's built into Win2k.

http://www.labmice.net/FileMgmt/FRS.htm

jon
- Original Message -
From: Julia Phu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 18, 2001 11:14 PM
Subject: Re: [Re: Automatic File synchronization between clustered servers.]


 We have a home-grown application to compare files and synchronization from
our
 servers to our business partners' sites. It is written in C++. In term of
 network connectivity, you can implement using VPN.

 BTW, what is 'FRS' stand for? Who is the vendor? Where can I look it up?



 Jon Hall [EMAIL PROTECTED] wrote:
 How are you handling synchronization now? Win2k FRS does this pretty well,
 and I haven't run into the problems you are seeing. If you are actually
 running into network contention on the link between the two servers. You
may
 be able to put another NIC in each machine and specify the content
 duplication to occur over this new link.

 If you are talking *nix I dont have a clue...

 jon
 - Original Message -
 From: Bill King [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, May 08, 2001 12:09 PM
 Subject: OT: Automatic File synchronization between clustered servers.


  I have an issue with a client who has a shared server environment and
due
 to
  the set up of the site and affiliate sites the client requires image
files
  on both server boxes.
 
  The problem is that the images that are uploaded often don't copy to
both
  places because of network contention etc.
 
  I have been looking for something that will do an automatic file compare
 and
  copy to maintain uniformity between two directories.  Has anyone run
into
  this and found a solution??
 
  Signed,
 
  Bill King
  HostWorks INC
  http://www.hostworks.com
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [Re: Automatic File synchronization between clustered servers.]

2001-05-18 Thread Julia Phu

We have a home-grown application to compare files and synchronization from our
servers to our business partners' sites. It is written in C++. In term of
network connectivity, you can implement using VPN.

BTW, what is 'FRS' stand for? Who is the vendor? Where can I look it up?



Jon Hall [EMAIL PROTECTED] wrote:
How are you handling synchronization now? Win2k FRS does this pretty well,
and I haven't run into the problems you are seeing. If you are actually
running into network contention on the link between the two servers. You may
be able to put another NIC in each machine and specify the content
duplication to occur over this new link.

If you are talking *nix I dont have a clue...

jon
- Original Message -
From: Bill King [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 08, 2001 12:09 PM
Subject: OT: Automatic File synchronization between clustered servers.


 I have an issue with a client who has a shared server environment and due
to
 the set up of the site and affiliate sites the client requires image files
 on both server boxes.

 The problem is that the images that are uploaded often don't copy to both
 places because of network contention etc.

 I have been looking for something that will do an automatic file compare
and
 copy to maintain uniformity between two directories.  Has anyone run into
 this and found a solution??

 Signed,

 Bill King
 HostWorks INC
 http://www.hostworks.com



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [Re: Automatic File synchronization between clustered servers.]

2001-05-18 Thread Jon Hall

Windows 2000 File Replication System. It's built into Win2k.

http://www.labmice.net/FileMgmt/FRS.htm

jon
- Original Message -
From: Julia Phu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 18, 2001 11:14 PM
Subject: Re: [Re: Automatic File synchronization between clustered servers.]


 We have a home-grown application to compare files and synchronization from
our
 servers to our business partners' sites. It is written in C++. In term of
 network connectivity, you can implement using VPN.

 BTW, what is 'FRS' stand for? Who is the vendor? Where can I look it up?



 Jon Hall [EMAIL PROTECTED] wrote:
 How are you handling synchronization now? Win2k FRS does this pretty well,
 and I haven't run into the problems you are seeing. If you are actually
 running into network contention on the link between the two servers. You
may
 be able to put another NIC in each machine and specify the content
 duplication to occur over this new link.

 If you are talking *nix I dont have a clue...

 jon
 - Original Message -
 From: Bill King [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, May 08, 2001 12:09 PM
 Subject: OT: Automatic File synchronization between clustered servers.


  I have an issue with a client who has a shared server environment and
due
 to
  the set up of the site and affiliate sites the client requires image
files
  on both server boxes.
 
  The problem is that the images that are uploaded often don't copy to
both
  places because of network contention etc.
 
  I have been looking for something that will do an automatic file compare
 and
  copy to maintain uniformity between two directories.  Has anyone run
into
  this and found a solution??
 
  Signed,
 
  Bill King
  HostWorks INC
  http://www.hostworks.com
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Automatic File synchronization between clustered servers.

2001-05-08 Thread Bill King

I have an issue with a client who has a shared server environment and due to
the set up of the site and affiliate sites the client requires image files
on both server boxes.

The problem is that the images that are uploaded often don't copy to both
places because of network contention etc.

I have been looking for something that will do an automatic file compare and
copy to maintain uniformity between two directories.  Has anyone run into
this and found a solution??

Signed,

Bill King
HostWorks INC
http://www.hostworks.com


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Automatic File synchronization between clustered servers.

2001-05-08 Thread Jon Hall

How are you handling synchronization now? Win2k FRS does this pretty well,
and I haven't run into the problems you are seeing. If you are actually
running into network contention on the link between the two servers. You may
be able to put another NIC in each machine and specify the content
duplication to occur over this new link.

If you are talking *nix I dont have a clue...

jon
- Original Message -
From: Bill King [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 08, 2001 12:09 PM
Subject: OT: Automatic File synchronization between clustered servers.


 I have an issue with a client who has a shared server environment and due
to
 the set up of the site and affiliate sites the client requires image files
 on both server boxes.

 The problem is that the images that are uploaded often don't copy to both
 places because of network contention etc.

 I have been looking for something that will do an automatic file compare
and
 copy to maintain uniformity between two directories.  Has anyone run into
 this and found a solution??

 Signed,

 Bill King
 HostWorks INC
 http://www.hostworks.com



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Automatic File synchronization between clustered servers.

2001-05-08 Thread Bill King

I need to do this on WinNT.  Is this available, or has anyone seen another
application that will do this.

- BILL -

-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 08, 2001 10:40 AM
To: CF-Talk
Subject: Re: Automatic File synchronization between clustered servers.


How are you handling synchronization now? Win2k FRS does this pretty well,
and I haven't run into the problems you are seeing. If you are actually
running into network contention on the link between the two servers. You may
be able to put another NIC in each machine and specify the content
duplication to occur over this new link.

If you are talking *nix I dont have a clue...

jon
- Original Message -
From: Bill King [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 08, 2001 12:09 PM
Subject: OT: Automatic File synchronization between clustered servers.


 I have an issue with a client who has a shared server environment and due
to
 the set up of the site and affiliate sites the client requires image files
 on both server boxes.

 The problem is that the images that are uploaded often don't copy to both
 places because of network contention etc.

 I have been looking for something that will do an automatic file compare
and
 copy to maintain uniformity between two directories.  Has anyone run into
 this and found a solution??

 Signed,

 Bill King
 HostWorks INC
 http://www.hostworks.com



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Automatic File synchronization between clustered servers.

2001-05-08 Thread Lanny R. Udey

I haven't used it but you might want to look at :  
http://www.lyra.org/sitecopy/cygwin/ 

The program is Sitecopy for Windows. It looks like it has quite a few useful features.
Anyone out there used this?

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Tuesday, May 08, 2001 
I need to do this on WinNT.  Is this available, or has anyone seen another
application that will do this.

- BILL -

-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 08, 2001 10:40 AM
To: CF-Talk
Subject: Re: Automatic File synchronization between clustered servers.


How are you handling synchronization now? Win2k FRS does this pretty well,
and I haven't run into the problems you are seeing. If you are actually
running into network contention on the link between the two servers. You may
be able to put another NIC in each machine and specify the content
duplication to occur over this new link.

If you are talking *nix I dont have a clue...

jon
- Original Message -
From: Bill King [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 08, 2001 12:09 PM
Subject: OT: Automatic File synchronization between clustered servers.


 I have an issue with a client who has a shared server environment and due
to
 the set up of the site and affiliate sites the client requires image files
 on both server boxes.

 The problem is that the images that are uploaded often don't copy to both
 places because of network contention etc.

 I have been looking for something that will do an automatic file compare
and
 copy to maintain uniformity between two directories.  Has anyone run into
 this and found a solution??

 Signed,

 Bill King
 HostWorks INC
 http://www.hostworks.com 



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Automatic File synchronization between clustered servers.

2001-05-08 Thread Bill King

I found an application on the NT option pack called RoboCopy.  I think this
will do what I need.

Thanks for the help.

- BILL -

-Original Message-
From: Lanny R. Udey [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 08, 2001 2:23 PM
To: CF-Talk
Subject: RE: Automatic File synchronization between clustered servers.


I haven't used it but you might want to look at :
http://www.lyra.org/sitecopy/cygwin/

The program is Sitecopy for Windows. It looks like it has quite a few useful
features.
Anyone out there used this?

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Tuesday, May 08, 2001 
I need to do this on WinNT.  Is this available, or has anyone seen another
application that will do this.

- BILL -

-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 08, 2001 10:40 AM
To: CF-Talk
Subject: Re: Automatic File synchronization between clustered servers.


How are you handling synchronization now? Win2k FRS does this pretty well,
and I haven't run into the problems you are seeing. If you are actually
running into network contention on the link between the two servers. You may
be able to put another NIC in each machine and specify the content
duplication to occur over this new link.

If you are talking *nix I dont have a clue...

jon
- Original Message -
From: Bill King [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 08, 2001 12:09 PM
Subject: OT: Automatic File synchronization between clustered servers.


 I have an issue with a client who has a shared server environment and due
to
 the set up of the site and affiliate sites the client requires image files
 on both server boxes.

 The problem is that the images that are uploaded often don't copy to both
 places because of network contention etc.

 I have been looking for something that will do an automatic file compare
and
 copy to maintain uniformity between two directories.  Has anyone run into
 this and found a solution??

 Signed,

 Bill King
 HostWorks INC
 http://www.hostworks.com



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists