Questions tagged [scale]
25 questions
0
votes
1 answer
Oracle application and DB scale out in private cloud
I have a client who was looking to migrate their Oracle environment to Amazon - probably Amazon RDS but were unable to get the SLA they wanted from it.
I need to know if deploying something to similar to Amazon RDS for Oracle is possible and what…
0
votes
1 answer
Easiest way to scale php and mysql website
I have read many info about optimizing websites (varnish, caching...)
All these look quite complex.
I wonder if cloud hosting can help me. Are there automatic scaling solutions ?
Simplicity is the keyword for me.

yarek
- 827
- 5
- 13
- 22
0
votes
3 answers
Database scale considerations
I've completed an application and have been researching hosting environments for it's deployment. The application is fairly heavy on queries, most pages of my application have several queries with several joins as well as triggers on most the…

el_pup_le
- 109
- 3
0
votes
1 answer
Scale X software
I have a X software which only runs at 640x480. Now I have a Xvnc with XDMCP that runs on 320x240, and this result the software being "cropped" so only a 1/4th of the software is visible. Now I would want to "scale" the software by 50 % by some…

sebastian nielsen
- 207
- 2
- 10
0
votes
3 answers
How to scale bandwidth of a startup website?
I would like to host a website using my home internet connection, with multiple computers acting as nodes of web server, db, apache cassandra clusters, and memcached clusters. When this website gets to the point where I outgrow my slow home internet…

EmpireJones
- 358
- 1
- 4
- 13
0
votes
0 answers
Docker compose scale with different environment variable value
I want to achieve scaling of the container based on the array of values (like a matrix set of values used for creating containers).
I can't do scaling with a single container in docker compose file:
services:
runner:
image:…

voleger
- 101
- 1
0
votes
1 answer
Starting OpenVPN server with large number of connected clients Ubuntu
I have a single OpenVPN server instance running on a box running Ubuntu with a large number of clients (~500) connected over UDP. The client connections are stable till I restart the OpenVPN service on the server side. After that, the clients keep…

nikhil
- 1
- 1
-1
votes
1 answer
Scaling to millions of users with a Twitter tool
How do Twitter tools like Buffer scale to millions of users where they have to write thousands of tweets every second?
I have a similar service where I am running a cron script however just going through 50 users takes about 10 seconds - so I'm…

Chamilyan
- 109
- 3
-1
votes
1 answer
increasing max connections on a single server (ubuntu)
I have a server with high cpu and ram, they are not getting hit hard.
I am trying to hit 4,000 concurrent connections.
I have done:
1) increase mysql max connections
2) update prefork settings in /etc/apache2/apache2.conf

Nabil A
- 61
- 1
- 6
-2
votes
2 answers
which mail server is better suited for high volume?
I'm planning out a project (web/mobile app) that would require a mail server that could handle hundreds of thousands connections per hour (both IMAP/POP and SMTP) and has the ability to interface with PHP (or python or whatever) to dynamically…

crashintoty
- 261
- 1
- 4
- 11