0
votes
2answers
47 views
How to parallelize execution on remote systems
What's a good method for assigning work to a set of remote machines? Consider an example where the task is very CPU and RAM intensive, but doesn't actually process a large dataset …
0
votes
1answer
35 views
How to configure JBoss for SSL using F5 Load Balancer
Hi, I am having troubles configuring JBoss for a secure environment.
Here's our environment:
We have an F5 Loadbalancer which has our domain's wildcard certificate.
I have seve …
1
vote
1answer
26 views
WCF webservice running on a two server cluster, with loadbalancer, resolving web service address
Hi All,
Apologies for the long winded title but looking for a solution to what might be a common problem.
We have a loadbalancer with address, say: www.myloadbalancer.com
Below …
2
votes
2answers
33 views
WCF Interop with PHP behind a load balancer
I'm trying to help a customer interop w/ a PHP client but we have a load balancer that is in front of the IIS farm. Because of this when you actually view the .svc?wsdl you get sp …
0
votes
1answer
22 views
Problem with instances in loadbalancer after deplaying ASP.net website.
Hi,
I have a problem in the instances of the website in ASP.NET web application.
website navigate in the the way
Page1-->page2-->Page3-->Page4 and so on..
But in if some val …
0
votes
3answers
88 views
How much load can a standard Jira on Tomcat installation take?
We are running Jira on a 4 way 32 bit RHEL box with 4 GB RAM with no problems so far. However we anticipate an increase in the number of users and would like to know the maximum no …
1
vote
1answer
89 views
Weighted, load-balancing resource scheduling algorithm
A software application that I'm working on needs to be able to assign tasks to a group of users based on how many tasks they presently have, where the users with the fewest tasks a …
0
votes
4answers
134 views
Best way to share data between .NET application instance?
I have create WCF Service (host on Windows Service) on load balance server. Each of this service instance maintain list of current user. E.g. Instance A has user A001, A002, A005, …
0
votes
1answer
18 views
What application problems have you seen with a load balanced scenerio?
What application problems have you seen with a load balanced scenerio? I'm looking to learn from other peoples stories. The story that I learn the most from will win.
1
vote
1answer
34 views
load balanced servers, clustered dbs and mutexes
Hello,
I'm writing an multi-threaded app which will live on two active-active load balanced servers and access a clustered database on another server. Obviously I don't want multi …
0
votes
3answers
209 views
Load Balancing IIS. Serving images and simple html from one server and asp.net pages from another
Hello,
we are using windows 2003 server with dual CPU and IIS gets overflown with requests and not able to handle them but at the same time it uses less than 20% of the CPU and le …
1
vote
1answer
46 views
Best Book for Amazon AWS use and load balancing?
Hi All,
Do you know any great book about Amazon Web Services and how to exploit it the best way to do load balancing?
Many thanks for any help,
Best,
Raphael
0
votes
2answers
753 views
What might be causing the”The client disconnected” ASP.NET exception?
My .NET 3.5 application sporadically throws the following exception System.Web exception:
The client disconnected
Any ideas why this exception is occurring? My application i …
0
votes
1answer
114 views
Ubuntu Linux and Crossroads loadbalancer not quite working.
Hi Everyone,
after some advice regarding a problem i am getting using a linux based piece of software to balance traffic between two servers.
Basically we have our production webs …
0
votes
1answer
215 views
how to simulate session end event using sql session state in server farm
The session end event is not available when using SQL session state. We have an existing appication that uses this event, but we need to switch it over to SQL session state so we c …
