Results 1 to 3 of 3
Thread: Preserving Data on a Server
- 08-10-2012, 04:01 PM #1
Member
- Join Date
- Aug 2012
- Posts
- 2
- Rep Power
- 0
Preserving Data on a Server
I am relatively new to Java, and I'm trying something new that I need help with.
I'm trying to build something where the data on the server can never be lost, even if there were a natural disaster or something. I need the service provided to continue without any interruptions, ever.
Does anyone have experience with this sort of thing? Would you use open source, replication, master-slave relationships?
Any suggestions? I'm trying to find some sample code to move me along as well.
Thanks for the help guys!
- 08-10-2012, 05:58 PM #2
Member
- Join Date
- Jun 2012
- Location
- Remscheid, Germany
- Posts
- 57
- Rep Power
- 0
Re: Preserving Data on a Server
As long as you have electricity and network why should the program stop?
What kind of high availability you're asking for? And what has OSS to do with replication or Master-Slave systems? Btw Master-Slave needs some sort of replication as well (normally).
It sounds like you throwing together some buzzwords you heard earlier.
- 08-11-2012, 05:24 PM #3
Re: Preserving Data on a Server
No data loss or service interruptions, ever? You might get a better answer here.
Get in the habit of using standard Java naming conventions!
Similar Threads
-
tokenizing text using language analyzer but preserving stopwords if possible
By ilyaz in forum LuceneReplies: 0Last Post: 12-06-2011, 11:40 PM -
Preserving web application configuration
By Andrey in forum Web FrameworksReplies: 1Last Post: 10-24-2009, 02:30 AM -
Parse and output XML document while preserving attribute order
By BeMathis in forum XMLReplies: 0Last Post: 10-14-2009, 05:52 PM -
out to connect to SQL Server without Data Source Name
By Sanjith P.Das in forum JDBCReplies: 1Last Post: 02-23-2009, 08:23 AM -
how to POST data to server using HttpURLConnection ??
By dhana in forum NetworkingReplies: 4Last Post: 10-15-2008, 01:59 PM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks