Questions tagged [infrastructure]

393 questions
0
votes
1 answer

Chef provisioning with Vagrant

Chef provisioning offers a library for creating machines and infrastructures idempotently in Chef. There is also a driver for using Vagrant. With a few changes I managed to get a simple example working on my local laptop. I put code below in Ruby…
onknows
  • 6,151
  • 12
  • 65
  • 109
0
votes
0 answers

How to decouple backend app?

I have heard this term many times, and it makes sense in theory. That app is doing many things and it'd be easier to manage, scale, test and improve them if they are not completely connected to each other and work like functions instead. This way…
Muhammad Umer
  • 17,263
  • 19
  • 97
  • 168
0
votes
1 answer

Multithread applications on MPP architecture

In short: Does it worth the effort to add multithreading scalability (Vertical scalability) on an application that will run always in a MPP infrastructure such Tandem HPNS (Horizontal scalable)? Now, let me go deeper: I’ve seen on many places the…
Marco Vargas
  • 1,232
  • 13
  • 31
0
votes
2 answers

What pattern use in WPF dekstop app for login window and main application window?

First of all, we are in C#, WPF, desktop application (can be .NET 3.5). I need to show login window when application starts, if login succeeds, hide login window and show main app window. In addition, when the main window is closed, one should see…
Pz.
  • 1,119
  • 10
  • 14
0
votes
1 answer

IIS Redirect and CNAMEs

I have a FQDN and a cname I want to route all traffic that hits the server (either by cname or FQDN) to https://fqdn But if I do this with a URL redirect in IIS 8, I get a "too many redirects" error. What would be the best way to go about this? Or…
Mike Thoma
  • 24
  • 3
0
votes
1 answer

How can I securely give one public IP address access to my [big org] intranet anonymous non-ssl web application?

I have an anonymous non-SSL web application on my Intranet. Url is http://WebSerPro/OutageDash. This application has ajax to refresh its update panel and is sessionless. I want to expose just this http://WebSerPro/OutageDash?Sections=Limited to an…
user5660069
0
votes
1 answer

File storage solution for applications on multiple servers with the possibility of directly serving them

Instances of two ASP.Net web applications are deployed on different servers in a server farm setup. Session and data is shared between them by using a common database. However I also need to share files between these applications for the following…
Germstorm
  • 9,709
  • 14
  • 67
  • 83
0
votes
2 answers

CDN (custom logging parameter)

I'm looking for CDN which be able to set custom logging parameter. This mean some parameters are ignored, but the parameters are logged. http://example.com/response&some_param=logging
0
votes
0 answers

Infrastructure web application and database relationship

For simplicity, let's say this is restricted to MSSQL and .NET. I have 20+ .Net applications (webform and MVC w/wo Entity FrameWork). I also have 15+ Databases. My goal is to build some what of a infrastructure application and DB diagram. This will…
user1784014
  • 234
  • 1
  • 12
0
votes
1 answer

weblogic admin server remains down | RAM issue

What are the benefits/justification of keeping weblogic admin server up? our weblogic admin server has major multiple production application agents.The total memory available in the server is 4 GB. But, It is utilizing more than 4 GB in peak…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

What is the infrastructure used for Stackoverflow, Twitter, LinkedIn and Facebook

I am curious, what is the infrastructure used for the following websites : Stackoverflow, Twitter, LinkedIn and Facebook ? (or any other social networks)
0
votes
1 answer

Create Rackspace Cloudfiles user via API

I can't find any reference anywhere on how to create a user via API for Rackspace Cloudfiles. I take it it is not possible? Is there any equivalent function to Amazon AIM API?
sebbulon
  • 613
  • 7
  • 21
0
votes
0 answers

Management container instances using docker socket communication

How can I create an infrastructure using a simple docker and from this, I want to run the others. I do some research and I saw that I have to share two directories using volume: /var/run/docker.sock /usr/bin/docker I thought that with these two…
Robert
  • 10,403
  • 14
  • 67
  • 117
0
votes
1 answer

Count total files and folders of a drive powershell

Ctrl + A and right click properties in C:\ shows the number and size of all the files and folders of the drive. How should I do it in powershell?? I need the exact and count so that the output of the script shows the same result. I tried…
0
votes
1 answer

My Site Video upload speed is slower than other site?

I have uploaded a same file to two different sites it had 30% time difference what are all the major factors affecting this? and what should i do to increase my sites upload speed?