Tagged Questions

4
votes
5answers
49 views

Challenges and Best Practices for Failing Over Services

Hi everyone, Does anyone know of any established best practices for running Windows services (in my case, developed in .NET) such that they will (automatically) fail over correctl …
0
votes
0answers
24 views

SQL 2008 Clustering [closed]

I need to configure SQL or Windows 2008 Clustering to get HA with no packet loss. I configure my SQLcluster, but when I restart one node, I loose one ping. I try to loose no ping …
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 …
-5
votes
5answers
161 views

C# performance question

quandry is - which of the following two method performs best Goal - get an object of type Wrapper ( defined below ) criteria - speed over storage no. of records - about 1000- abo …
6
votes
4answers
271 views

Design Patterns (or techniques) for Scalability

What design patterns or techniques have you used that are specifically geared toward scalability? Patterns such as the Flyweight pattern seem to me to be a specialized version o …
0
votes
2answers
750 views

ActiveMQ service failover AND database failover

Hello, I'm facing a bit of difficulties implementing the HA for my ActiveMQ service. Right now, I've correctly implemented the Master / Slave brokers of Active MQ, so if the maste …
3
votes
7answers
296 views

Practical SOA for a newbie

I am a total newbie to the world of SOA. As such, I am looking at some "SOA frameworks/technologies", and trying to understand how to utilize them to build a highly scalable (Faceb …
2
votes
3answers
130 views

What is the current software development/design book you are reading? [closed]

Hello *, I am constantly interested in reading interesting software development or design books. I think this post could be a great source to share opinions on books currently rea …
1
vote
1answer
64 views

Where\How to store distributed configuration data

A single installation of our product stores it's configuration in a set of database tables. None of the installations 'know' about any other installation. It's always been common …
1
vote
5answers
235 views

Normalize or Denormalize in high traffic websites

what is the best practice for database design for high traffic websites like this one stackoverflow? should one must use normalize database for record keeping or normalized techni …
1
vote
1answer
112 views

Is it possible to automatically release a lock in PostgreSQL?

I am testing the fault tolerance of an ActiveMQ system configured as JDBC Master/Slave. In this setup there is one postgres database and two brokers--one is the master broker, the …
0
votes
2answers
77 views

High-performance wiki-schema

Hello, I'm using MS SQL Server 2005. What's the best schema for a Wiki-like system? where users edit/revise a submission and the system keeps track of these submissions. Lets sa …
1
vote
6answers
711 views

Scalability and high availability of a Java standalone application

We are currently running a Java integration application on a Linux box. First an overview of the application. The Java application is a standalone application (not deployed on any …
2
votes
0answers
81 views

Cheap, minimal, robust web application hosting for at least three nines (99.9%) uptime? [closed]

How can one achieve the cheapest yet very reliable web application configuration? Let's assume at least 2 application servers for $80/mo plus a DB server will support most people' …
0
votes
0answers
14 views

how to get group score in Linux HA?

I can get resource score with something like this: ptest -L -s -VV 2>&1 | grep "_color: resource.node" but for groups this seems to get me "0" even if a resource in a gro …

1 2 3 next
15 30 50 per page