Redundancy is the duplication of critical components or functions of a system with the intention of increasing reliability of the system, usually in the case of a backup or fail-safe.
0
votes
2answers
46 views
Multiple activity instances run?
I have 2 activities.
In my first, i have a button and when i click on it, it start the second activity .
But when i go back to my first and i click for second time my button, my second activity ...
3
votes
2answers
28 views
CSS cascade selector redundancy vs preformance
What's better for general CSS usage? I'm showing a specific example, but the question is more geared towards general application of this in any situation.
a)
table.class tbody tr td.class2
{
...
1
vote
1answer
58 views
Simplifying the regex “ab|a|b”
(How) could the following regex be simplified:
ab|a|b
?
I'm looking for a less redundant one, i.e. with only one a and one b. Is it possible?
Some tries:
a?b? # matches empty string ...
0
votes
0answers
16 views
DNS setup - how to route a domain to another host/machine if primary host/machine goes down?
I'm exploring having two shared hosting accounts (in different companies) that are clones of each other. In case the primary hosting account that the domain is hosted on fails, I'd like to be able to ...
1
vote
3answers
64 views
preventing redundant random numbers
I'm trying to get random numbers 0 - 499 in sets of 2 based on what the user inputs. For example 234 and 58, and thats one set, but the user may prompt that they wan 8 sets. Im trying to make sure ...
2
votes
0answers
201 views
internal drive is not accessible.Data error (cyclic redundancy check) [closed]
I am using windows-7, 32 bit on dell inspiron.
today i have found a problem while opening hard disk drive.
It giving error - You need to format the disk in drive D:before you can use it.Do you want ...
0
votes
4answers
77 views
C++ Classes dependent on each other causing a cyclic dependency error
My searches have lead me to believe that the problem I am experiencing is called cyclic redundancy. I don't understand any of the solutions that are posted. I am (fairly) new to C++, coming from a ...
0
votes
3answers
38 views
combine two SPs in SQL Server
I am having two Stored Procedures of redundant code. The SPs will differ based on the table from which it is selected. I would like to combine those two SPs. Please help out.
The main SP is:
CREATE ...
0
votes
1answer
50 views
What sort of indexing method can I use to store the distances between X^2 vectors in an array without redundancy?
I'm working on a demo that requires a lot of vector math, and in profiling, I've found that it spends the most time finding the distances between given vectors.
Right now, it loops through an array ...
1
vote
2answers
57 views
How to deal with uptime and redundancy issues in a shared hosting environment in coldfusion?
I'm running a production service in a shared Coldfusion 10 environment. Although it is much more reliable than CF9, I still run into some issues that when they do, the live service might be down for ...
1
vote
1answer
41 views
Regex Python findall. Making things nonredundant
So what I'm trying to do is have a function that finds a sequence 'ATG' in a string and then from there moves along the string in units of 3 until it finds either a 'TAA', 'TAG', or 'TGA' ...
0
votes
2answers
38 views
prevent phpmyadmin redunduncy of data
I am to create an enrollment system and I have the following tables in my database:
Subject //Primary key: Subj_no
Student //Primary key: Stdnt_no
Subject_Student //Primary key: Subj_Stdnt_no
Where ...
-1
votes
1answer
21 views
NSDictionary stores copy of redundant objects - how to prevent?
I've build some code that makes an auxiliary dictionary to store the keys of the main dictionary. So I can get a key for a value. To make them unique, in case of two or more identical values, I store ...
0
votes
0answers
17 views
active passive in memory object redundancy .NET
I have following requirement but don't know which way to begin with. I have an application that when started creates an object in memory. Then I have to start the same application on other machine and ...
1
vote
0answers
48 views
hot standby .NET server app
Earlier we used CORBA to achieve hot standby redundancy in our dual server setup. Now I have .NET platform to do the same. What I want is a dual server redundant set up in which if one server goes ...
2
votes
4answers
135 views
Writing tests that are efficient and not redundant
First of all, I use Scala, but any Java approach will probably work.
I have an application with database connection and I want to run my tests and develop my application without modifying the ...
0
votes
1answer
47 views
Unit testing redundant comparing values
I have this odd situation in unit tests when I have to check function that does return value which can't be made manually (value). In fact this function is made for creating this value. So test like ...
1
vote
1answer
52 views
which is better ? Reduncancy with faster access of data , or no redundancy and slower data access
i want to create a database for a forum website...
All the users of the forum website will be stored in a table named USERS with the following fields :
user_name
user_ID
(and additional details)
...
1
vote
1answer
51 views
Select non-redundant data from MySQL?
I have a table like that has two attributes a and b. Now, there's a lot of data going through that stuff and I'd like to select all records where one value for a has more than 1 different value of b.
...
0
votes
0answers
32 views
How to avoid redundant Doxygen comments between sources and includes?
Say I have a include file egg.h
struct Egg;
void egg_boil(struct Egg *egg);
void egg_rinse(struct Egg *egg);
and implementation sources egg_boiler.c
#include <egg.h>
#include ...
1
vote
3answers
395 views
Is it bad to use two CDNs for a Javascript library?
A client's website was depending on the jquerytools.org CDN, which is currently not working and therefore his site is broken (disregarding graceful Javascript degradation). He could host the relevant ...
0
votes
2answers
54 views
how to redundant item from a multimap
I have some file like following i need to remove the a multimap
3KHJG 76 238
3KHJG 86 238
3GDMB 31 244
3GDMB 31 247
3GDMB 31 251
3KOFA 21 336
3KOFA 36 263
....
i need to get a file ...
0
votes
0answers
16 views
How can I do redundancy for LoadBalancer level?
I'm studying load balancing and I came to a point where I would like to know: How can I deal when my Director (LoadBalancer machine) dies? Or better how can I apply redundancy to LoadBalancer level?
1
vote
2answers
33 views
Accepted approach regarding data-modelling regarding Product - Order - deleted Product
We are having a dilemma with modelling our data for a new application. The situation is somewhat complex; so I write down a simplified situation that is equivalent to our problem:
In a web app, the ...
2
votes
1answer
137 views
Error correcting code
For a payment system that allows bank/wire transfers, I need to reliably associate payments with the corresponding user account that they are intended for. For this, the user should include a ...
0
votes
0answers
116 views
Having two Apache Load balancers
I have an application, I should make my design something like this
http://www.johnandcailin.com/files/images/advancedClustered.preview.jpg
I have two issues regarding this design
How sessions are ...
1
vote
3answers
93 views
thread and creating object
I am trying to learn about thread and find some examples in the internet. This is a java class that output "hello, world" every 3 seconds. But I have a feeling that the part about creating a Runable ...
2
votes
0answers
117 views
LDAP restart causing connection refused error
I am using ldapjdk 1.4.2_05_b04.
I am doing load test with 2 LDAP configured.
When load test is running,i will make LDAP1 down and request is sent to LDAP2.
Please find the below scenario:
...
0
votes
3answers
65 views
Simpliflying jQuery calls that use redundant data
I have a bit of code that controls some divs but its repeats a lot just for one little change on a different link
If I click #Option1 then 2-5 shrink to 0 (if any of them are open) and go to 0 ...
0
votes
2answers
67 views
One JavaScript code file for multiple locations
We are developing multiple Java EE applications (8 for the moment) that are all based on the same sort of code. However, all the apps are clearly separated as different projects in Eclipse, they all ...
0
votes
1answer
68 views
Run jQuery to faster to apply to each element without redundancy
The following script works well to both truncate a link and add an icon class BUT,
It was too slow: using document.ready to hold the code from executing UNTIL all the elements on a page loaded.
I ...
1
vote
1answer
75 views
How can redundant systems decrease failure rate if they are all esentially the same?
In a systems analysis class the instructor talked about redundant systems. She told a story where 3 independent systems could land an aeroplane and on the test run all 3 failed simultaneously (somehow ...
1
vote
2answers
55 views
HTML redundancy in navigation
Coming from C++ I was taught that code repetition is a giant red flag of doing something wrong. Now when I make a navigation menu in HTML I have to copy it into each page I want it in, violating ...
0
votes
1answer
107 views
Basic math formula confusion
I was studying about redundancy bits and I came across this equation and table.
Now I am not sure how they get the "minimum number" redundancy bits column.
So how would they get maximum and minimum ...
1
vote
1answer
137 views
Django multi-db: Route all writes to multiple databases
I am currently sitting in front of a more specific problem which has to do with fail-over support / redundancy for a specific web site which will be hosted over @ WebFaction. Unfortunately replication ...
0
votes
1answer
632 views
AWS s3 standard vs. reduced redundancy storage?
Does anyone know of any real-world analysis on data loss using these two AWS s3 storage options? I know from the AWS docs (via Quora) that one is 99.9999999% guarenteed and the other is only 99.99% ...
0
votes
2answers
26 views
Store Redundant Info vs. Repeated Conversions
Is it preferable to store redundant information, (which can be otherwise generated from existing data,) or to instead convert the existing data each time you need access?
I've simplified my specific ...
0
votes
1answer
468 views
Amazon EC2 high availability
Following the scenario:
There is a service that runs 24/7 and a downtime is extremely expensive. This service is deployed on Amazon EC2. I am aware to the importance of deploying the application on ...
0
votes
2answers
202 views
The rope data structure, redundancy on wikipedia or am I missing something?
Why are there duplicate nodes like 9, 1 and 6 in the wikipedia article on rope?
Am I missing something, or those nodes are fully redundant?
1
vote
2answers
276 views
Listview.Items.Clear( ) not working
I am reading a file and displaying its content in a list view using a timer. Though i use listview.items.clear() every time, my list doesnot clear and the same data is repeated to list every time.
...
0
votes
2answers
90 views
Listview displaying redundant data
I have the following code in which I am adding data to a list view but I end up having redundant items in it. Please let me know where am I going wrong
private void button2_Click(object sender, ...
0
votes
1answer
210 views
Collision generators or Datasets for hash collisions (like MD5, SHA-1 …)
I'd like to test 3rd party (including "closed source") tools (like synchronization, de-duplication...) behaves in presence of files with same size and digest checksum (popular ones CRC32, MD5,SHA-1 ...
0
votes
1answer
19 views
Given a set of N values that are all 0 or X, except for one Y, what is the most efficient way to find X?
Basically I have a set of redundant data that could have an error in one (bonus points: one or more) of the values. Some values could also be 0, which means ignore/invalid. What would be the most ...
1
vote
1answer
133 views
Tomcat Network Health Monitoring
im looking forward for a 3rd part tool/solution that can monitor my server's network usage with an intent to find out whether my server resources (e.g bandwidth) isnt highly utilized and if so, i can ...
2
votes
1answer
263 views
Node.js - Requiring mongoose here and there causes redundancy?
I have the following Node.js directory structure.
|--app/
|--app.js
|--routers/
|--index.js/
|--models/
|--schemas.js
|--post.js
In app.js, there's a line likes this ...
1
vote
1answer
55 views
Using 4G to provide redundancy
I have a web site running in a small office. The DNS names are managed by Network Solutions. I would like the site to be always available, so I am thinking about getting a backup 4G wireless WAN ...
7
votes
5answers
323 views
Database normalization - who's right?
My professor(who claimed to have a firm understanding about systems development for many years) and I are arguing about the design of our database.
As an example:
My professor insists this design is ...
0
votes
0answers
37 views
ajax request redundancy
i have 5 ajax requests look like below. The only difference is that they have different parameters and onSucess functions.
How can I pass different parameters for server and call different functions ...
0
votes
2answers
20 views
Varying size list
My problem is I have a bunch of 'objects'. These objects can have a list of words of up to 3 words and can also have none. For mysql I already have a row per each object and im trying to figure out ...
-1
votes
1answer
98 views
MySQL database structure for game: Which approach do you think would be the best to use?
I have a game, and when an action is completed, I need to give the user an item. Items will each have a unique id. Each action is also stored and described in their own table. Each action will have ...





