Questions tagged [multiserver]
49 questions
0
votes
1 answer
How to setup dynos and procfile for multi-web servers with springboot-gradle
I want to make app application on Heroku. However, I don't know what to do with the build settings.
I followed the guide called 'Multiple web server apps in the same project' of the following…

손창주
- 21
- 4
0
votes
1 answer
how to ensure that an email is read only once by one of the server in multiserver environment while using JavaMail API
I have a requirement as a part of which i want to read incoming emails from outlook and then do some processing.I am using JavaMail API along with IMAP protocol to implement this.I have written a java class which reads email on messagesAdded…

Vasim M Sayyad
- 33
- 1
- 7
0
votes
1 answer
Using Async and await to update Database after sending response to Client
I am working on ASP.NET Web Application with C#. Kindly go through the .
Now, what I want is that a client sends a request to Server1 and Server1 requests Server2. I want the latter request to be asynchronous.
I want Server1 to respond immediately…

vat69
- 123
- 1
- 10
0
votes
0 answers
Apache clone domain / server
is it possible to 'clone' a domain in 2 different servers?
what is want is:
send all requests of domain1.com also to domain2.com
so actually domain1 and domain2 are both live and in sync, but are running on other servers.
With this, i want to make…

Tupic
- 545
- 1
- 6
- 12
0
votes
1 answer
use socketio and redis on multiple servers
I'm trying to use socketio on multiple servers, during a whole week I tried different solution, on different platform and all of them are not working.
for my project I'm using nginx load balancing with iphash to keep the clients on the same server,…

Bilel Boulifa
- 216
- 2
- 5
0
votes
0 answers
Django: Serving huge user-uploaded files in a Multi-server context
I have to serve huge user-uploaded files for my Django app. So I opted for the following server structure:
nginx (Main routing) <-> uWSGI <-> Django App [ONE MACHINE]
| nginx [ANOTHER MACHINE hosting media and static]
For permissions…

Theof
- 65
- 7
0
votes
0 answers
How can I imitate or trigger server failure for testing server-to-server communication?
Say I have a backend server for my MVVM website, which needs to communicate with a data processing server. If one server goes down, the other is supposed to know how to handle that (save the files it wants to transfer, and wait until the server…

Fallen Asleep
- 11
- 2
0
votes
1 answer
SSL Multiple Servers
Good Afternoon,
I wanted to ask this question regarding SSL certificates. Our company manages several servers. For example:
location1.domain.com
location2.domain.com
location3.domain.com
Each of the links goes to a different server with…

George Eivaz
- 145
- 2
- 10
0
votes
1 answer
Parse.com filtering Push Notification as "multi server"
first I apologize for my poor English. I'm just approaching to Parse.com and I'm developing a "multi-server" application that allows me to send notifications filtered by "server".
I tried two solutions but both have some issue all connected to the…

Marco Rossini
- 469
- 2
- 6
- 19
0
votes
1 answer
auto update code to many servers at one time
I have a nodejs web app, I deploy this app to 3 servers to serve many requests from user. The problem is when everytime I update source code, I have to remote to every server to pull code from Bitbucket and restart the server. Is there any way to…

Vo Thanh Thang
- 330
- 1
- 5
- 16
0
votes
1 answer
Multiple server for one main site
I have a website and yet I am using single server for but now I want to more servers for my website.
I want to ask that is there any way through which if I update may script it will get updated on all the servers.
Lets say I have three Nginx servers…
0
votes
1 answer
What connection type (mysql_connect, mysql_pconnect, PDO) should we use for multi-server database system?
Short description:
We have multiple standalone database instance (rdbms) for mysql and RESTAPI server for each, on different region. Each RESTAPI server will need to connect other DB instance to grab data. We are also unable to move on no-sql DB now…

MD Ruhul Amin
- 4,386
- 1
- 22
- 37
0
votes
1 answer
It is interesting to create a new node app to handle socket.io?
I want to add on an existing project some sockets with nodeJs and Socket.io.
I already have 2 servers :
An API RESTful web service, to storage and manage my datas.
A Public web service to return HTML, assets (js, css, images, ...)
On the first…

Arthur
- 4,870
- 3
- 32
- 57
0
votes
1 answer
Solr performance for large index with 4 servers
We have 4 servers (2 servers of 48GB RAM, 24 cores, 2.4GHz && 2 servers of 64 GB RAM, 24 cores, 2.4GHz). We are using 4 shards (1 shard on each server). Each shard index size is about 500GB.
We are using edismax parser && surround query parser to…

Gaini Rajeshwar
- 177
- 1
- 1
- 12
0
votes
1 answer
session synchronization between socket.io server and http server?
Recently I worked on a project, which is a real time web application.
I use socket.io as the data server, and let's suppose that its domain is www.a.com. On the other hand, I use express as the http server, and its domain is www.b.com.
Now the…

Shin
- 191
- 7