I am looking for a solution that allows me to d开发者_开发技巧eploy multiple load balanced Grails instances that have shared cache (EhCache Server ?) and sessions, is this possible ?
We have 2 production web servers for our web app, load balanced to handle lots of traffic. We also have a similar setup for testing.
I have multiple quartz cron jobs in a load balanced environment. Currently these jobs are running on each node, which is not desirable. 开发者_如何转开发I want a node to run only a particular schedule
I\'ve been investigating different scheduling algorithms for a thread pool I am implementing.Due to the nature of the problem I am solving I can assume that the tasks being run in parallel are indepen
Why is it that I can find lots of information on \"work stealing\" and nothing on \"work shrugging\" as a dynamic load-balancing strategy?
Scenario Multiple application servers host web services written in Java, running in SpringSource dm Server.To implement a new requirement, they will need to query a read-only PostgreSQL database.
I am building a web application with Spring Security that will live on Amazon EC2 and use Amazon\'s Elastic Load Balancers. Unfortunately, ELB does not support sticky sessions, so I need to ensure my
I have a PHP program that has been written keeping in mind a single server, so there are inherent limitat开发者_运维百科ion to how much it can handle. For example, the developer says that his current
My web app has been chugging along just great in Production for years with one App server and one Web server. Now we\'re moving to a multi-server environment with 2 App and 3 Web servers. I have enoug
I have a few web servers behind an Amazon EC2 load balancer. I\'m using TCP balancing on port 80 (rather than HTTP balancing).