The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
2answers
58 views

Barcode scan in c# [closed]

I am writing code in C# to detect barcode from an image through web camera. I want the barcode image to be at least 90% readable so that it is easily identifiable by the code. I have tried Dynamic ...
0
votes
0answers
13 views

Networking: What's the difference between link-layer and e.g. transport-layer reliability?

I have googled this and been sent to questions on stackoverflow a couple of times, but I am still not convinced. They simply say that link-layer reliability concerns itself with single hop, and higher ...
-1
votes
1answer
23 views

Safety, security and reliability. What is the difference? [closed]

Safety, security and reliability. What is the difference? Please short answers ;)
0
votes
0answers
12 views

open source web application for reliable anonymous polls

Now with the power of crowd collaboration being used in so many social activities like periodism, human rights watch, elections watch, etc. I wonder wheter there is a web application capable of ...
0
votes
0answers
35 views

Improving jenkins reliability in randomly failled tests

I have a set of +800 selenium tests and because of problems in our application (mostly asynchronicity bugs which we are aware but cannot fix now) they, sometimes, randomly, fail. We use jenkins for ...
0
votes
0answers
28 views

My Azure role instance propagates an exception but is only restarted 35 minutes later

Quite often I encounter the following situation: my Azure role instance fails to initialize and throws an exception that is propagated outside OnStart(). I see ...
0
votes
1answer
46 views

MATLAB Cronbach's Alpha if item deleted

I was wondering if there were a way to run a complete Cronbach's Alpha analysis (like that available in 'Reliability Analysis' in SPSS), including an Alpha value if item is deleted. I've created a ...
0
votes
0answers
30 views

Failure Rate Calculation

I have n identical components which are connected together in parallel system, with each having a failure rate of 0.01. Can someone point me to the equation for calculating the probability that at ...
1
vote
2answers
48 views

Which MySQL INSERT method would be faster and more reliable?

I am developing a web-based application, which processes high amount of data (200.000 - 500.000 rows) with a Java applet, then the data has to be inserted into MySQL. Java is a must, it cannot be ...
0
votes
0answers
25 views

API design for unstable / slow internet

Do the following 2 approaches have any advantages over one another in case the internet is unreliable or slow, e.g. such as calling an API hosted in the US from remote places in Asia with pings at ...
0
votes
0answers
122 views

Sencha Touch 2: pinch event not always received

I'm using the code here : http://www.sencha.com/forum/showthread.php?187928 to zoom and pan an image. I have added pinchstart, pinch & pinchend event handlers on an image: ...
1
vote
2answers
84 views

Can the Scan0 or Stride of a BitmapData change over a period of time?

I'm using a BitmapData object aquired using Bitmap.LockBits to read and write pixel data quickly. The functionality is encapsulated in a class. Can I store refs to the Scan0 and Stride of a BitmapData ...
3
votes
0answers
204 views

Reliability of localStorage and alternatives. (PhoneGap for iOS, Android, WP7, WP8 and BlackBerry)

I am working on PhoneGap mobile application and I am looking into Data Storage options. My requirements: 1) small data needs (will never exceed or get even close to 5Mb limit) 2) able to port ...
0
votes
1answer
50 views

Making Atom/RSS Reader Speed and Reliability

I recently did from the "Difficulty Reading with Atom Reader" question. Now, I'm figuring something about maximum compatibility for the blog app I made, from Android Froyo to Jellybean. The problem is ...
1
vote
0answers
81 views

MongoDB Master and Slave - Windows or Linux [closed]

I have recently moved my MS Sql Server DB to MongoDB (2.0) on Windows Server 2008. Its containing 2 databases with following stats. (both databases get around 100 reads/writes per second). These ...
0
votes
0answers
50 views

A reliable and scalable .net application [closed]

What is actually mean't by "Developing a .net application which is both reliable as well as scalable"? This was asked to me in an interview, for which I answered all the bug prevention, exception ...
10
votes
1answer
2k views

Does Windows Azure offer static IP for VMs? [closed]

I have been trialling the Bizspark / Azure offer for my company. When we accidentally exceeded our free usage limit by 1c, Microsoft deleted our VMs and handed our IP addresses to other customers. ...
0
votes
1answer
52 views

Packet reliability multithread bugs

Ok I need some help. When a packet is sent out that requires reliability it gets passed to the ReliabilityLayer. From there the ReliabilityLayer adds that packet to a list then writes it once to the ...
1
vote
1answer
60 views

Reliability of Indexed views

I just found out that a report I quickly threw together years ago has been the sole means of collecting millions of dollars, and there isn't anything being done to check if it is correct. For ...
0
votes
0answers
43 views

Reliable, distributed system [closed]

This is a very general question, I'm looking mainly for book recomendations. My employee has a global network of 14 000 monitoring stations, reporting once a second to a central server via HTTP calls. ...
0
votes
0answers
33 views

Strategies to implement a reliable cloud-backed storage system?

I am working on design and implement a reliable cloud-backed storage system to survive different kinds of disasters which are from vendor data enter down, city-range network down, national network ...
-2
votes
1answer
42 views

Feasibility of an interactive movie app [closed]

I'm researching different platforms for an interactive movie app I'm going to be developing and I'd like to know if this is possible and feasible, in that users would actually get acceptable ...
1
vote
1answer
441 views

S3 high-availability + reliability for backups [closed]

I did some research on this, but wasn't able to find any substantial answers, so turning to StackOverflow. How reliable is Amazon's S3 in terms of high-availability and reliability? I realize there ...
0
votes
1answer
520 views

Interview questions for site reliability engineers

There's plenty of good interview questions on the web for software engineer roles. Can anyone suggest some good questions for site reliability engineer roles? (If you're unfamiliar with what an SRE ...
2
votes
6answers
1k views

What to use ? time() function or $_SERVER['REQUEST_TIME'] ? Which is better?

Which one among these two time functions is better? I have a form on my website which is submitted by thousands of users every microsecond or less , thus , thousands of requests at the same time on ...
5
votes
1answer
82 views

Modifying a built-in .NET collection int.MaxValue times and more - potential overflow error

Back in time when .NET Reflector was free I used it to gasp into the .NET framework code. It came to my attention that most collections in .NET 2.0 (I believe this is applicable for current versions ...
10
votes
4answers
488 views

Is a Qt-based UI reliable enough to be used in a medical device? [closed]

I work for a small company developing a complex medical device with a rich UI. We are currently at the early stages of design. The application is targeted for Windows (desktop only) and preferably ...
0
votes
1answer
74 views

reliable delivery service - email, sms

I am looking at building an ordering service, this is fine but my question is how to reliably get the order to the shop. It is a fast food shop. Are there any solid delivery options either via ...
7
votes
3answers
96 views

Can jQuery be relied upon?

I'm doing a piece of jQuery code that will change the attributes within hundreds of HTML elements. Can jQuery be relied upon entirely to perform such tasks? Is there a chance that jQuery code would ...
0
votes
1answer
196 views

randomly select values from each row across columns in a data.frame and average them in R

This question is similar to a previous one I made here: randomly sum values from rows and assign them to 2 columns in R Since I'm having difficulties with R, this question is both about programming ...
3
votes
1answer
143 views

If UDP packets are on the wire, am I guaranteed to get them at the application layer?

Firstly I appreciate the UDP is not a reliable protocol, and I am not guaranteed to receive packets across a network. However, if the packet does reach my machine, am I guaranteed to receive it at ...
0
votes
0answers
98 views

Reliability of Facebook authentication [closed]

I'm developing a web application using Facebook as an authentication service. Today, there was a service outage of the Facebook JavaScript SDK API. The http://connect.facebook.net/en_US/all.js ...
2
votes
1answer
196 views

difference between if/else conditions and template match conditions

Going back to the basics, I would like to know in detail the significance of the below code over the latter .. or vice versa .. Code sample1: <xsl:template match="Gender"> <xsl:copy> ...
0
votes
2answers
887 views

YQL Reliability - Example using Google Weather API

Im fairly new to YQL and am having some issues with the reliability. (From a Google XML Source) My request fails about 50% of the time. I wanted to know why this is and how it can be resolved. My ...
1
vote
2answers
764 views

WCF service access for redunancy (failover)

I'm looking for the correct way to have redundancy for a WCF service. I think I'm trying to solve a "infrastructure" issue in code. I'm not up to speed on load balancers but it seems like there should ...
3
votes
2answers
130 views

Is this the right way to calculate the fletcher64 checksum

The fletcher16 source code is given like this on wikipedia. uint16_t Fletcher16( uint8_t* data, int count ) { uint16_t sum1 = 0; uint16_t sum2 = 0; int index; for( index = 0; index < ...
0
votes
2answers
165 views

Checksum with low probability of false negative

At this moment I'm using a simple checksum scheme, that just adds the words in a buffer. Firstly, my question is what is the probability of a false negative, that is, the receiving system calculating ...
2
votes
1answer
217 views

C# How can I make sure that required UDP data gets to the client/server?

I have been recently writing a UDP server for a 2D shooter game I am making in C# and XNA for PC, which will update and send world data, entity data, chat data .etc when required. A question recently ...
5
votes
3answers
159 views

How to deal with ^C in JVM console applications?

When a JVM-ran (written in Scala actually, but I tend to believe that the solution is going to be pretty much the same for Groovy, Clojure or pure Java) console program of mine gets terminated by the ...
0
votes
1answer
81 views

Application design for data persistence over unreliable internet

I've an Flex actionscript 3 schedule reminding app which talks to a web-service through the internet over wifi. The problem is the wifi connection is unreliable and there are frequent dropouts. The ...
2
votes
1answer
196 views

Reliability of corrupted state exception handling

I'm currently looking into reliability features and exception handling of C# / .NET These are especially the HandleProcessCorruptedStateExceptions attribute and CER s with PrepareConstrainedRegions. ...
1
vote
1answer
289 views

google protocol buffers - probability of bit errors and ways to reduce them

I transmit a fairly large amount of google protocol buffer msgs over a VPN over wireless over internet via TCP, and I feel like I get a relatively high error rate (e.g. a boolean field switching from ...
20
votes
3answers
2k views

Erlang's 99.9999999% (nine nines) reliability

Erlang was reported to have been used in production systems for over 20 years with an uptime percentage of 99.9999999%. I did the math as the following: 20*365.25*24*60*60*(1 - 0.999999999) == 0.631 ...
1
vote
2answers
215 views

Two generals' agreement

I am trying to figure an agreement protocol on an unreliable channel. Basically two parties (A and B) have to agree to do something, so it's the two generals' problem. Since there is no bullet-proof ...
1
vote
2answers
802 views

Calculating a correlation coefficient that includes missing values

I'm looking to calculate some form of correlation coefficient in R (or any common stats package actually) in which the value of the correlation is influenced by missing values. I am not sure if this ...
1
vote
3answers
89 views

MySQL table read order reliability

Is it safe to assume when reading a MySQL table line by line from an application that the table will always read from top to bottom, one after the other in perfect sequential order. E.G. If a table ...
1
vote
3answers
133 views

Group communication system for .NET

I need a transport mechanism, that guarantees total order broadcast of messages. For example, I have three machines, A, B and C, that send messages: A -> a0, a1, a2.. aN; B -> b0, b1.. bM; C ...
4
votes
1answer
746 views

Reliable udp in c#

There are several articles on the internet about how to make udp reliable. I have not been able to find one on c#. So maybe I can implement my algorithm. from researching on the internet I believe ...
7
votes
3answers
1k views

Does Windows Azure have anything readily available against denial of service attacks?

We're developing a web service hosted in Windows Azure. We expect that at some moments bad guys try to DDOS it. I Googled and didn't find anything new and definitive (this one is rather vague) about ...
3
votes
1answer
139 views

Can SqlException.LineNumber be used to identify whether an exception is related to connectivity?

I looked though Transient Fault Handling Framework code trying to address temporary loss of connectivity to SQL Server. There's one key point there: SqlException is thrown both when there's an ...

1 2 3