Questions tagged [infrastructure]

393 questions
0
votes
1 answer

What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?

I found out there are different classes that Asp.net Intrinsic Objects(AIOs) are defined in them. I want to know why? what is the logic and the reason behind this ? You can find AIOs in these three different classes: I am not aware of any other…
siamak
  • 669
  • 1
  • 10
  • 28
0
votes
1 answer

How to set up a media server infrastrucure?

I need to set up a media server infrastructure to support live streaming. I have endless questions in relation to this as this area is totally new to me. I have done the research but I received so many different truths that I don't know who to…
0
votes
0 answers

Howto develop a SaaS application with limited resources each tenant

I'd like to develop a bunch of SaaS-Applications in Java and I'm not sure wat is the best way to go. Each Application will have a WAR containing the Webservice and will have at least one Worker-WAR, which is a Thread waiting for new Tasks in the DB…
Lukas Lentner
  • 370
  • 3
  • 11
0
votes
0 answers

How to handle deployment of several feature branches on one environment?

The feature branching approach, described here: http://nvie.com/posts/a-successful-git-branching-model/ is great. We want to follow it. We have production, qa, staging, integration and local environments. Our project is kind of standard website,…
jkulak
  • 768
  • 1
  • 6
  • 18
0
votes
1 answer

Synchronizing data between desktop and WinPhone versions of application

I've got a desktop application and a corresponding windows phone universal/store app, which both use the same data file. Ideally what I'd like to do is have both versions save to a Dropbox-style folder, so the synchronization is done 'automatically'…
Benjol
  • 63,995
  • 54
  • 186
  • 268
0
votes
2 answers

Microsoft PKI or PKI Vendor?

I have a question related to PKI Infrastructure , should an organization go with Microsoft PKI or an independent separate PKI Infrastructure ? Is there any licensing restrictions if I user Microsoft PKI Infrastructure ? Or should I get an…
abmv
  • 7,042
  • 17
  • 62
  • 100
0
votes
1 answer

Infrastructure for a "news-feed"

I'd like to offer a news-feed like feature for users of our website. When the user logs in, he is shown a list of the latest updates across various areas of the site. I'm afraid that this is going to be difficult to scale. What are some…
ensnare
  • 40,069
  • 64
  • 158
  • 224
0
votes
1 answer

Advice for Designing a Web API Infrastructure

I wonder if anyone could share their thoughts on my question regarding web based APIs (we use Microsoft stacks).. We are currently in the process of building an infrastructure to host web apis across our business. As a organisation we have seperate…
Developr
  • 447
  • 8
  • 21
0
votes
1 answer

Tools to monitor infrastructure: see CPU and RAM usages per IIS applications on a dashboard

I'm trying to list all the tools that could help me to monitor my infrastructure. It is composed of servers with severals IIS applications. My first goal is to be able to consult a dashboard from where I could read CPU and RAM usages per server and…
Léo Davesne
  • 2,103
  • 1
  • 21
  • 24
0
votes
1 answer

Remote Git Repository Infrastructure suggestion? (Blue Maps)

I have been thinking awhile how to achieve the below goals for quite awhile. Think I'm not expert in Git to have enough knowledge to craft a good infrastructure. Anyone of you can give me the suggestions? Scenario: Product A, B, C Client X, Y,…
Eric T
  • 1,026
  • 3
  • 20
  • 42
0
votes
1 answer

Error while start Glassfish (errno = 22)

I have a problem when starting my server glassfish. When I start it loads in about 1 minute and then immediately sends the error message quoted below. Glassfish domain config:
Tiarê Balbi
  • 1,480
  • 1
  • 23
  • 32
0
votes
1 answer

Cyclic Dependency between Infrastructure and Model Layers/projects of DDD

I am following a book for Domain Driven Model in C#.NEt. I am having Cyclic Dependency between Infrastructure and Domain Layer (both are class library project of my solution namely "ShareManagement"). I want to know how can I get rid of cyclic…
Fakhar Anwar
  • 295
  • 1
  • 3
  • 20
0
votes
1 answer

File Server vs NAS for hosting media files

I have a web portal where my users can login and submit artworks (image, documents, etc.). This web portal is hosted in 2 load-balanced web servers. Because of this load balancing, I'm thinking of using NAS to serve as a centralized media file…
0
votes
2 answers

Should a infrastructure library by loosely coupled to another infrastructure layer?

Is there any smell associated with having say a File.IO library being loosely coupled to the logging library? Or should they be kept separate and only combined in the application services?
g.foley
  • 2,152
  • 3
  • 19
  • 27
0
votes
0 answers

Shared Libraries Strategy

The client I work for has about 150 web apps that run on WebSphere, which has been a mashup of various Java patterns, frameworks, etc. (Spring, JSF, GWT, WebServices, RESTful, etc.) It is to the point where something must be done to reduce the jar…
Sean Charles
  • 267
  • 3
  • 18