Questions tagged [multiple-instances]

94 questions
0
votes
1 answer

ASP.NET MVC multi-instance session management on amazon ec2

I have a web application written in asp.net mvc2. Currently hosted on amazon cloud ec2. Because of growing traffic we want move multi instance enviorenment. I have a custom session class which currently initiate at session start (global asax) and i…
0
votes
1 answer

Will two or more instances of SQL Server Express help on the same machine?

I am curios whether having two or more of these instances on the same machine help using more RAM and more (logical) CPUs. By default an instance of SQL Server Express would only use 1 GB of RAM and 1 cpu only. Having a machine with 4 cores and…
0
votes
1 answer

OSX Snow Leopard - Multiple httpd/apache instances for PHP 5.2 & 5.3 together

I need to run Apache with both php 5.2 and 5.3, without other webservers such as nginx, lighttpd, etc. Just Apache HTTPD. The easiest way to have both PHP 5.2 and PHP 5.3 on Apache, on the same machine, is to have them run in different webservers…
iongion
  • 1
  • 1
0
votes
2 answers

How do I move an Amazon micro instance to a small instance?

I want to move my instance to a micro instance to a small instance but when I try to launch a new AMI based on my Micro instance AMI it only gives me the option for 64 bit instances. My initial ami is based off an ubuntu 10.04 image. Is it not…
0
votes
5 answers

new instances of java are created

I ssh into a server in my office, its running Lucid Lynx 10.04. I dont know why its running so many instances of java. Thanks This is the the console barf of $ top Tasks: 134 total, 2 running, 132 sleeping, 0 stopped, 0 zombie Cpu(s):…
theTuxRacer
  • 549
  • 2
  • 9
  • 22
0
votes
3 answers

How to keep sessions when moving from one application server to another

Assuming I follow the steps in this answer to deploy a new version of an application without downtimes. When I route the users to the new application server instance, the application will not remember their session so they will be logged out without…
Joe
  • 189
  • 4
0
votes
1 answer

Redmine & Subversion Edge on the same Win Box

We will be installing both Subversion Edge and Redmine, but have the requirement that they run on the same box. The easiest way to install Redmine would appear to be using a BitNami Stack. Our Inf Struct team only has IIS experience so I'll be…
0
votes
1 answer

How to run multiple instances of dhcpd or add/remote listen interfaces at runtime?

The same network interfaces interfaces in my laptop (eth1, wifi0, br0) are often connected to different networks (home/work/university network, virtual network with Virtualbox, ad-hoc network with my laptop as router), so dhcpd can listen to various…
Vi.
  • 841
  • 11
  • 19
0
votes
1 answer

Unable to change "on host maintenance" option for an instance template on GCP

I've been using instance templates for Instance Groups, and I never had to go to "Advanced Options" because everything was working as expected. But today, while creating a new instance group with a template it started throwing the following error: "…
0
votes
0 answers

Setting up second PGSQL when first is using built-in PostgreSQL module

I have a Centos 8 server running PostgreSQL 10. I would like to add a PostgreSQL 14 database to this server (which would run on a different port), which will replace the PostgreSQL 10 instance after a transition period. PostgreSQL 10 was installed…
0
votes
1 answer

Cloud instances multiple vs single with longer time cost analysis

I am trying to compare the cost of running the same machine, same load on GCP( I don't know if the answer would be valid for other providers). so does running the same instance for x amount of time (10 hours for example) cost the same as running 10…
0
votes
0 answers

How to monitor the bandwidth with detailed files transfer information?

How can I know which file is transferring from instance to public internet? Is there any monitoring tools? When I am using bandwidth monitoring tool I have got whole output and input usage info but I needed detailed tracking of in/out files. How do…
0
votes
1 answer

SQL instance IP address pointing to the SQL server hostname

Our SQL instances IP addresses are pointing to the same DNS entry (which is the SQL server name) although the TCP/IP is enabled. My question is, how do you set up the SQL instances IP address and instance name properly so we can access it faster in…
neb
  • 11
  • 1
0
votes
1 answer

Single Instance vs Multiple Instances on google cloud for wordpress websites on google cloud

I'm trying to host many wordpress websites on google cloud and from what I could learn, everytime I go to the marketplace and get the wordpress VM I have to create a new instance. I know that I can use a single instance for multiple websites, but I…
0
votes
1 answer

Run 1 website on 2 webserver apache?

I am wondering if it is possible to run 1 website on 2 webservers. My plan is to have 1 main server, that is always online, but when I'm taking this one offline to have another server, that takes over the role of the first one for a bit...an…