Tagged Questions
The availability tag has no wiki summary.
10
votes
7answers
641 views
Coding for high reliability/availability/security - what standards do I read?
I've heard that the automotive industry has something called MISRA C.
What are the relevant standards for other high reliability/availability/security industries, such as
Space
Aircraft
...
7
votes
1answer
2k views
redis: Handling failover?
Redis really seems like a great product with the built in replication and the amazing speed. After testing it out, it feels definitely like the 2010 replacement of memcached.
However, since when ...
6
votes
5answers
625 views
How do you monitor the availability of multiple websites
I need to ensure that any number of websites and services haven't bitten the dust. At the moment I rely on a simple 5 minute cronjob which which uses curl and a file of urls to check that all the ...
5
votes
4answers
718 views
JIRA - Resource Availability and Utilization Tracking - Across multiple projects
Was wondering if anyone knows of a plugin for JIRA that would provide a consistent view on a daily / weekly / Monthly / etc. basis for People / Resource Tracking and forecasting of resource ...
5
votes
2answers
345 views
Can you check available hard disk space with Adobe Air?
We have an Adobe Air app that downloads a large amount of images into application storage. I've scanned the docs and found no sign of this, but I thought I'd double check: anyone know if it's ...
4
votes
3answers
146 views
Availability data
I'm creating a simulator for a large scale P2P-system. In order to make the simulations as good as possible I would like to use data from the real world. I'd like to use this data to simulate each ...
4
votes
11answers
2k views
How do I test the availability of the internet in Java?
I don't want to tell the hard way that the internet is unavailable when I catch an exception from url.openStream().
Is there a simple way to tell if the computer is connected to the internet in ...
3
votes
2answers
227 views
Runtime API availability check (weak linking) — incorrect behavior on 10.5
I'm building my application on 10.6 but targeting 10.5 for deployment. I want to take advantage of the Service Management SMJobBless api when the program will run on 10.6, but I obviously will still ...
3
votes
5answers
171 views
How to build an available web application
Let's say that we are about to build an web application where high availability is top focus. Our customers are companies, so downtime are equal to loss of revenue for everyone involved.
To sum it ...
3
votes
2answers
641 views
What is the best way to detect if a proxy server is available?
I'm trying to write a tool to check if a proxy server is up and available for use. So far, I've come up with two methods in the class below (I've removed setters and getters that are superfluous to ...
3
votes
7answers
2k views
Determine if internet connection is available
I know that I am not the first to ask the question: How do I find out if my application is online or not?
I found this post: StackOverflow.
I want to do it with C# and .NET 3.5.
The recommendation is ...
3
votes
4answers
2k views
Check if a SQL server is available programmatically?
I'm looking for a way to check SQL Server availability like this MySQL solution, unless there is a better method.
My plan is to check if the SQL Server instance is up/down, and if it is down then ...
3
votes
6answers
437 views
Are there Unix platforms where Perl is not installed by default?
I am in the process of answering a request for tender on a contract that requires a decent amount of text processing. The main trouble is that the customer wants to be able to run this on any UNIX ...
3
votes
7answers
242 views
Recommend an automatic web application availiblity checker
I am looking for a piece of software that I can schedule to check that our web apps are up and running. I've used HP open view years ago, but remember it being quite expensive, I'm looking for ...
2
votes
2answers
86 views
iOS: Why my Apps are not available in all App Stores around the world? [closed]
I have 2 apps in App Store. I just realized that they are not available everywhere. I didn't exclude it from any store when uploaded them (at least not intentionally).
So, for example, if I check in ...
2
votes
1answer
145 views
NoSQL: What does it mean for MongoDB or BigTable to not always be “Available”
Reading Nathan Hurst's Visual Guide to NoSQL Systems, he includes the CAP triangle:
Consistency
Availibility
Partition Tolerance
With SQL Server being an AC system, and MongoDD being a CP ...
2
votes
0answers
293 views
Magento: Auto-changing the “Stock Availability” from “Out of Stock” to “In Stock” (& vice-versa) on Quantity Change
So I’ve been looking for a way to change the Stock Availability back to In Stock when the quantity field is greater than 0. The system already automatically changes the Stock Availability to Out of ...
2
votes
1answer
243 views
reliability: Master/slave pattern is doomed?
More and more of the noSQL databases that are in the spotlight uses the master/slave pattern to provide "availability", but what it does (at least from my perspective) is creating the weak link in a ...
2
votes
3answers
242 views
Strategies to block an external webservice to simulate “down” during for a testing scenario?
I am working to integrate data from an external web service in the client side of my appliction. Someone asked me to test the condition when the service is unavailable or down. Anyone have any tips on ...
1
vote
1answer
48 views
Determining calendar availability, search algorithm and db structure
need to design an availability application.
The users would mark on a calendar all their events, just like a regular calendar. Then I would need to search for something like, "I need someone from ...
1
vote
2answers
83 views
How to check network availability on Honeycomb?
I'm trying to check if a simple connection is available on my honeycomb app. I've tried 2 different versions of the function:
public boolean networkAvailable() {
ConnectivityManager cm = ...
1
vote
0answers
42 views
Another 'Availability date' question
Ok, I have been searching all over the web with this question, but couldn't find exact answer.
I have an app with Availability Date set to, for example, one month in the future. The app got "Ready ...
1
vote
2answers
510 views
Syntax error, annotations are only available if source level is 5.0 - AspectJ in Maven
I am trying to use the aspectj-maven-plugin in a maven project. At compile time, I get:
Syntax error, annotations are only available if source level is 5.0
Syntax error, annotations are only ...
1
vote
2answers
592 views
Search for Room Availability in Bookings [PHP/MySQL]
I am programming a Hotel Reservation module. Now I have to connect an existing application to get the available rooms on a given range of dates. Please help me in this.
I am here posting the DB ...
1
vote
3answers
588 views
Select available rooms between two dates
I have above mysql table with available dates and prices. Second table includes room details. How can I join two tables to get available rooms between two dates and not get duplicate content.
1
vote
1answer
154 views
Choosing noSQL - availability priorited
We have thought a bit about running a noSQL database for our next project. However, we're not sure about which platform that will give us the best possible availability and has the best built-in ...
1
vote
1answer
235 views
Is there an alternative method to check the network availability in iphone instead of service reachability?
I'm creating a simple iphone application and there I need to check the internet availability. To check this most the forums recommended to use the reachability class. Based on that I have implemented ...
1
vote
1answer
361 views
NetworkAvailability check returns false yet the phone is online
I have am having some issues with getting consistent results when checking if the network is available or not.
I use this code snippet inside a class AppPreferences to check the availability of a ...
1
vote
4answers
179 views
Health check for applictaion
I wish to know what are the methods exist to check the Health of a process. Considering that on a system
10000 process are running and you have to make sure that in case any of these process goes down ...
1
vote
3answers
226 views
Simplest solution for high availability of SQL server 2008?
I have a bunch of SQL servers which I periodically performs maintainance on (Windows Update patches etc.). Now I want to the database online 24/7 and need to implement one of the high-availability ...
1
vote
6answers
199 views
C# Class Methods Only Callable from certain Projects?
This may not be at all possible but I thought I'd get your responses before we gave up the Idea.
We have 3 main projects all in one Solution: Interface, Logic, and Data Access.
The Data Access ...
1
vote
7answers
190 views
Fast restart technique instead of keeping the good state (availability and consistency)
How often do you solve your problems by restarting a computer, router, program, browser? Or even by reinstalling the operating system or software component?
This seems to be a common pattern when ...
1
vote
2answers
419 views
C# IsODBCServerAvailable
I want to implement a "smartODBCLogin".
I know how to get a list of all engineNames and drivers from all ODBC data sources out of the registry.
Now I want to know, which of these sources are ...
1
vote
2answers
95 views
Domain search tool
I am looking for a domain search tool that checks domain availability and integrate such tool with my website, how is this done programmatically?
1
vote
2answers
2k views
Check WCF Service without creating client proxy
I want to test whether wcf endpoint is reachable or not. Only available data is URI address to the service.
Can I connect to service to check whether it exist without creating the Client Proxy of ...
1
vote
2answers
94 views
What's a good way to generate availability reports for a web application?
I manage a number of web applications and am being asked to generate statistics around their availability based on length and time of day of any downtime. Does anyone know of any tools and/or services ...
1
vote
1answer
545 views
Is there a service for monitoring secured WCF endpoints in the same way that HTTP monitoring services do?
A service I have in WCF occasionally goes down due a problem with a COM component. While I am troubleshooting I would like to setup another host to make regular calls to this service to monitor ...
0
votes
0answers
26 views
Get names of available airplay routes
I'd like to be able to get a list of the available airplay routs. Not just the generic "AirTunes" string, but the name that shows up on the airplay route menu like "Living Room" or "Whatever I named ...
0
votes
1answer
42 views
Instant check username availability in Asp.Net using ajax
I have gone through this article by Encosia and this article by Travis
and another great validator from Mosa
But here in the link and in many other articles throughout the web I have seen and they ...
0
votes
0answers
35 views
My App was set to release today but iTunes pushed it down 5 days to their 'approved' date? [closed]
Like my previous games, I set the release date in the future. I read lots of horror stories with these release vs availability bugs and luckily I never had to experience one until now!
My iPad app ...
0
votes
0answers
30 views
Free/Busy not working between sites
I have two sites, and each one have an exchange 2010 server and a 2003 server. All users have been moved from the 2003 servers to 2010. Each site is in the same domain/tree/forest. The Chicago site ...
0
votes
0answers
67 views
Combining multiple rows to make up a date range
I'm not sure if this is possible with MySQL and its a little complicated, but I'll try and explain as best as possible.
I amending out accommodation availability & price checking system based on ...
0
votes
1answer
96 views
Rolling Deployment of a web application in a web farm
We have asp.net web application with sql server that is deployed on server farm with federated databases. We use stored procedures (as opposed to prepared sql statements) and inproc sessions. As part ...
0
votes
4answers
49 views
PHP variables retention in html code
if I have something like below (very basic but I hope you get what I mean)
.
.
html code
.
.
<?php
$string=true;
.
.
?>
.
.
more html
.
.
<?php
if ($string)
.
.
?>
Assuming the page ...
0
votes
2answers
219 views
iTunesConnect - Application update : setting an availability date in the future
When submitting a new app, you can specify a future date for its availability. For exemple, you can set in March your app to be on the store on Christmas. But I've read in some forums that if your set ...
0
votes
0answers
64 views
Unable to set an event's availability property (iOS) for CalDAV calendar
I'm trying to set the availability of an event. I know that not all calendars support availability settings, but Google calendar does. I've confirmed this by linking my Google calendar to iCal. I can ...
0
votes
1answer
321 views
What is the programming approach and algorithms involved in hotel booking system?
Hye guys,
I'd really hope there are gurus out there that could help me out in understanding this.
For weeks, ive been trying to understand how hotel reservation system works, in programmer's point ...
0
votes
0answers
154 views
availability across multiple hotels, room types, blackout dates, and reservations in SQL
How do you find availability across multiple hotels, room types, blackout dates, and reservations? A solution using MySQL (and PHP if necessary) is desired.
Input: #rooms required, #people per room, ...
0
votes
3answers
642 views
hotel reservation system - ihotelier
I am building a hotel website and I want to include online reservation. The hotel already has its own reservation system installed, but I don't know if I will be able to access it with a php script. I ...
0
votes
3answers
195 views
How to include explicitly a controller method in its helper file so it is possible to include that helper in another controller and use that method?
I am using Ruby on Rails 3 and I would like to include a controller (accounts_controller.rb) method explicitly in its related helper file (accounts_helper.rb) so that I can include that helper in ...