Let\'s say I\'m running a cluster with two Weblogic server nodes on two servers (Solaris, 4 CPUs, 64 GB RAM each). The heap size is maxed out on these nodes and so each server runs with 40+ GB of free
I would like to set up some per-node configuration in a weblogic cluster and need to access the node name 开发者_运维问答from Java.The following might suffice in your case (the startup scripts set the
I have a 22 machine cluster with a common NFS mount. On each machine, I am able to start a new MySQL instance. I finished creating a table with about 71 million entries and started an ADD INDEX operat
Hallo all. I found this interesting thread about how to invalidate a user session when he logs twice. How to invalidate an user session when he logs twice with the same credentials
I have 6 windows machine on which condor can run the jobs, when I\'m running the interdependent files(one file calling other file) on condor,I\'m supposed to share(requires Administrative access,) the
I am totally new to JBoss. Basically i am needed to setup a JBoss clustering environment on windows. Meaning, JBossA sits on machine A and JBossB sits on machine B. So when JBossA fails, it will redir
Is there a simple Map-Reduce library or implementation for .NET that allows a ta开发者_开发问答sk to start on one computer and be split amongst multiple worker computers, perhaps using WCF or somethin
We have two nodes in a cluster. Both run an ASP.NET web application that connects to a database on another s开发者_运维问答erver. Node1 has no problems, but Node2 throws SqlExceptions, stating there\'
What should we take care of before moving an application from a single Websphere Appli开发者_JAVA技巧cation Server to aWebsphere clusterThis is my list from experience. It is not complete but should c
I have an application running on a JBoss server. We need update the application time to time. However, the JBoss is not allowed stop(restart) during update for business reason. How do I handle this tr