Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
16answers
3k views

Why is it not advisable to have the database and web server on the same machine?

Listening to Scott Hanselman's interview with the Stack Overflow team (part 1 and 2), he was adamant that the SQL server and application server should be on separate machines. Is this just to make ...
13
votes
13answers
2k views

Architecture recommendation for load-balanced ASP.NET site

UPDATE 2009-05-21 I've been testing the #2 method of using a single network share. It is resulting in some issues with Windows Server 2003 under load: http://support.microsoft.com/kb/810886 end ...
12
votes
14answers
937 views

Concrete symptoms of over-engineering

I have recently found myself in the position of explaining an (In-House) application I have written to two candidates my company likes to hire in order to assist in maintenance and adding minor ...
8
votes
6answers
173 views

book on… System Archaeology

I work in the IT consulting line. My job is to penetrate into whatever client/customer environment I have been assigned to and bring about technological improvements (or sometimes, black magic tricks) ...
7
votes
6answers
454 views

What's the best solution for file storage for a load-balanced ASP.NET app?

We have an ASP.NET file delivery app (internal users upload, external users download) and I'm wondering what the best approach is for distributing files so we don't have a single point of failure by ...
5
votes
4answers
3k views

Best way to organize a subversion repository of many small projects

To start out, I have looked at the following pages and don't quite have my answer: how-would-you-organize-a-subversion-repository-for-in-house-software-projects and ...
5
votes
11answers
1k views

What's most important when you need to establish a software development infrastructure in your company?

Let's say you work for a huge company which suddenly decides to do custom in-house software development. Additionally, they want to be able to offer successful developments to their customers as well ...
5
votes
3answers
1k views

Best way of using Scrum and Sprint for Infrastructure improvement

Does anybody use Scrum & Sprint for Infrastructure. I'm struggling with the concept of a Sprint that never finishes i.e. a Network enhancement project. Also any suggestions on how Item time can ...
5
votes
8answers
494 views

Infrastructure for a software project

I'd be leading a new project soon. And I've been pondering over what are the basic infrastructure for a software project. These are the stuff that I think every project should have: -Coding style ...
4
votes
2answers
141 views

Writing a 'Chaos Monkey' to increase resilience

Apologies for the rather open nature of the question, but I think its a very valuable area of discussion. Following the recent AWS outage and the huge number of horror stories that followed it, I was ...
4
votes
1answer
284 views

What are the advantages and the pitfalls of specialized rails hosting services?

Hope my question does not pose as too wide. So I try to frame my question not to get too similar answers to the question of this question. Currently I have deploy my rails application on Linode. The ...
4
votes
3answers
169 views

Are RESTful Web services right way for re-using infrastructure?

There is one controversy I see in using Web APIs (RESTful service) to access remote infrastracture. I would be grateful, if you could comment it. The recommendation coming from the article "RESTful ...
4
votes
2answers
610 views

How do VoIP services connect to landlines?

How do VoIP services, such as Skype and Yahoo, connect to landlines? We have a server connected to a landline using asterisk, so I'm thinking this server will bridge our VoIP conversation and connect ...
4
votes
3answers
317 views

If a site has 2 load balancers for redundancy reason, which one should the DNS points to?

If I simply point to both in my DNS record, wouldn't 50% of traffic be in trouble as well?
3
votes
2answers
100 views

DDD with .NET - Is there common infrastructure library available?

We're starting a web application using DDD and CQRS (using the ncqrs framework) and before we get started writing our own infrastructure class library, i wanted to see if any are already available. ...
3
votes
2answers
71 views

How to let other APIs talk with yours which in return talks to Twitter?

Best title I could come up with, but to clarify, this is the situation: I am working on a short url-like service which lets users 'log in' with their Twitter account and post stuff. Now this service ...
3
votes
1answer
571 views

Build valid REST API authentication

I've created a web application, and now i want to build some REST APIs to make it programmable by third party developers. Then, i want to build some client libraries in some popular languages ...
3
votes
2answers
455 views

SharePoint Infrastructure Update Authentication Issues

I've got a SharePoint MOSS 2007 development setup on to which I installed the WSS infrastructure update. Now, whenever I try to access any site collection in my SharePoint farm using IE7 I get a ...
3
votes
10answers
382 views

What are the minimum security precautions to put in place for a startup?

I'm working with a start-up, mostly doing system administration and I've come across a some security issues that I'm not really comfortable with. I want to judge whether my expectations are accurate, ...
3
votes
8answers
1k views

Benefits and Hindrances of Regular Server Reboots

In the ears of working in multiple teams, I've met multiple infrastructure managers that instituted a policy of weekly server reboots. As a developer, I was always against the policy - it seems that ...
2
votes
1answer
279 views

Django: how to serve user-submitted images & thumbnails from separate, multiple servers?

For my Django site, I'd like to: Accept images submitted by users Generate thumbnails from those images Put both the original images and the thumbnails onto separate, multiple servers that are ...
2
votes
1answer
143 views

Managing personal projects

I want to introduce Jira and Perforce for my personal projects at home. The question I have is about infrastructure. How do you setup your personal production environment? Do you have an own server at ...
2
votes
4answers
329 views

how to make Int1024

how to declare int1024 in C#? i can use VB or C++ Too. Regards Behrooz
2
votes
2answers
747 views

How to show maintenance page during deployment?

I want to plan a schedule maintenance down time on one of my production asp.net website hosted on IIS windows server 2003. I think this is the preferred behavior: All request to http://www.x.com ...
2
votes
4answers
1k views

How to set up SSL in a load balanced environment?

Here is our current infrastructure: 2 web servers behind a shared load balancer dns is pointing to the load balancer web app is done in asp.net, with wcf services My question is how to set up the ...
2
votes
6answers
693 views

Infrastructure required for a large Scale PHP Project

My team is developing a large music portal in PHP. It is hoped that the portal will have 1 million+ users within a year of its launch. The portal will allow users to create playlists, stream and ...
2
votes
4answers
106 views

Keeping applications and infrastructure connected

I work in an IT department that is divided into two groups. One group develops and manages applications, the other manages the company's infrastructure and servers. One of the problems we face is a ...
2
votes
3answers
2k views

Whats the best SAP ERP infrastructure architecture?

My company is planning to implement SAP HR in our organsization. We already have the other modules running. We plan to offer ESS/MSS to approximatly 200 000 users. Our current configuration is one ...
2
votes
2answers
337 views

Sharing data between remote locations

I'm currently estimating how to best share data between offices at different geographical locations. My current preference is for using SQL Server Merge Replication and have a main database and ...
2
votes
3answers
208 views

Server farm Shutdown

How do large server farms handle gracefully shutting down all or part of the farm? I'm thinking of planed and unplanned cases like: "We need to shutdown Rack 42" "We need to do work on the power ...
1
vote
2answers
25 views

What are the questions that needs to asked before choosing a CMS?

I want to choose a CMS that will be part of my infrastructure for my company websites. What do you think are the questions I need to ask before I really choose one? Choosing a CMS is almost like ...
1
vote
1answer
116 views

Infrastructure advice for multi-platform push notifications

we are planning to introduce push applications to our mobile apps (for Android phone and tablet, iPhone, iPad and Blackberry). Every 15 minutes we get a new set of data. This data is stored in an ...
1
vote
2answers
88 views

What are infrastructure architecture options for distributed development teams using Visual Studio with TFS for .Net development

So We have distributed development teams and use common TFS servers. What I am looking for is different options of architecture styles for distributed development. Combinations of development from ...
1
vote
2answers
248 views

Cloud provider architecture

What architectural pieces are involved in a Cloud provider infrastructure? For example what exactly goes behind cloud computing providers (like amazon cloud infrastructure) from architecture stand ...
1
vote
1answer
96 views

Material on modern (large) site architecture solutions

I wanted to study how modern sites (Facebook, Twitter, digg.com, Flickr, etc...) scaled their architecture to serve millions of page requests. What was their initial infrastructure, when and how did ...
1
vote
1answer
37 views

How do you build a scalable infrastucture for a family of related but separate websites?

So, my company is talking about building an ecommerce platform that will serve many different clients. Each client would have a different look and feel, and its own set of users, but the backing code ...
1
vote
2answers
158 views

Subdomains in Asp.Net MVC Application

Helo Guys! I'll start to develop a website of marketing and the users will be able to create accounts in this website. I'd like to separete the area of users using Subdomains, just like ...
1
vote
1answer
177 views

Whiteboard visualization of your it architecture

once in a while you have to draw a picture of your (planned) IT architecture/infrastructure on a whiteboard. Sometimes there are only IT people in the room, sometimes not. But anyhow, usually you just ...
1
vote
3answers
117 views

Is there any existed open source project for messaging infrastructure?

I want to know if there is any open source projects for messaging infrastructure. It will cover most fuctionalities listed in "Enterprise Integration Patterns". I know there are some open source ESB ...
1
vote
4answers
332 views

Cloud Database Service Latency/Performance

I am running a heavy traffic site and our server is beginning to get to its limits, at the moment the entire LAMP stack is on one box (not ideal). I would like to move the database onto it's own box ...
1
vote
2answers
94 views

What server infrastructure to use for desktop software development?

I am in a startup company working on a new digital content creation desktop tool. We are now setting up an infrastructure for a small team of software developers in multiple locations. We are ...
1
vote
1answer
327 views

Domain Driven Design - External Data API as Respository or Service

In a blog application developed using domain driven design a 'Post' entity has a related collection of tag entities. On creating the post (e.g populating the object from the UI) i would like to call ...
1
vote
2answers
329 views

SAML (Security Assertion Markup Language) - Can this be implemented via network infrastructure

I've possible got to implement SAML for a couple of sites we have and I was wondering if this kind of requirement can be implemented in infrastructure technologies like Active Directory or do I have ...
1
vote
2answers
115 views

Existing Server Storage Management Software Solutions?

I am in the process of trying to graphically represent all of our server racks. So when we receive a new server we can decide where this should be put and where a specific servers currently resides. ...
1
vote
1answer
87 views

Best infrastructure for a situation

I have the following situation, and I'd like to know what approach would you take to solve this problem. Here's the client needs. He needs a WebSite / E-Commerce and what to be able to customize the ...
1
vote
2answers
458 views

How to dynamically create sub-domains with different IP than the original domain correctly and efficiently?

How to efficiently create subdomains dynamically that are resolved to different IP than the original domain? Most dynamic subdomain creation solutions I've found here would add a *.domain.com ...
1
vote
5answers
119 views

Working around development constraints in customer policy

As described before, I work in IT consultancy and move through various customer environments. It is natural to encounter a variety of security policies, and in most environments we have had to go ...
1
vote
7answers
695 views

Creating a stage environment on network with port 80 blocked

I currently use my local web server to allow costumers to preview some applications and also to allow downloads of "nightly builds" of my open source library. Problem is I changed my ISP and now my ...
0
votes
0answers
6 views

Why use backend server and RPC in Web Server infrastructure?

I'm interested in creating a web application and I've just done some research on the what makes a good web server. I've search through the facebook, twitter and foursquare. They share what software ...
0
votes
0answers
9 views

Resources for “Logical” Application Infrastructure Design

Can you recommend books/resources for designing the infrastructure of applications? I am an application architect and thus looking for books that don’t go to the lowest level (e.g. network equipment). ...

1 2