Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Synchronizing 2 Servers

Reply
Thread Tools

Synchronizing 2 Servers

 
 
Stephen
Guest
Posts: n/a
 
      01-20-2006
Hi,

I have to keep 2 server's folders in sync as they are used for load
balancing purpose. I tried to create a FileSystemWatcher Service and found
out that it goes to an infinite loop and Locking when I am trying to get
them in sync

Is there another alternative way of doing this?

Thanks in advance,
Stephen


 
Reply With Quote
 
 
 
 
anonymike@gmail.com
Guest
Posts: n/a
 
      01-21-2006
Use a shared storage solution and store your web files there. I'm not
100% sure, but I don't see why you couldn't create one directory on one
machine and store all webfiles there, pointing the second machine to
the first to get it's files.

Of course, this provides no redundancy for your environment, if the
file serving machine goes down, the whole cluster becomes unavailable.
If you place the files on a third machine and link the two webservers
to the third machine, either web server can go down and you would still
be able to serve pages.

Mike

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Implementing dhcp servers and dns servers =?Utf-8?B?ZG91Z2hib3kzMQ==?= MCSE 20 06-23-2006 11:11 PM
33.6% of servers sold in Q4 2005 were Windows servers Au79 Computer Support 0 03-08-2006 07:11 AM
Synchronizing...is it possible with FF1.5 Patrick E. King Firefox 0 12-31-2005 07:56 PM
Synchronizing project files work and home. How? Rog ASP .Net 1 05-22-2004 02:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57