0
votes
2answers
63 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 t …
0
votes
3answers
45 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 h …
2
votes
2answers
52 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 …
1
vote
6answers
75 views
C# Class Methods Only Callable from certain Projects?
Hi All,
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 A …
1
vote
7answers
142 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 com …
1
vote
2answers
51 views
C# IsODBCServerAvailable
Hi there,
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, whic …
0
votes
2answers
26 views
How to find out the availability of datatype in Postgres
Is there any way to find out particular datatype [say for example chkpass] is available or not through a query ?
1
vote
2answers
18 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
1answer
187 views
Is there a service for monitoring secured WCF endpoints in the same way that HTTP monitoring services do?
Hi all,
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 t …
1
vote
2answers
204 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 th …
2
votes
4answers
293 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 …
2
votes
6answers
277 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 …
0
votes
1answer
117 views
How can I monitor availability of a home electrical outlet remotely? [closed]
We have a freezer plugged into a GFCI electrical outlet that likes to "pop" and turn off on its own every once in a great while.
What I would like to do is monitor the availabilit …
8
votes
7answers
371 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
…
3
votes
11answers
422 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 …
