On Wed, Jun 17, 2009 at 12:39 PM, h iroshan<iroshanm...@gmail.com> wrote: > Hi kevac Marko, > > Thank you very much .I just want to do the same thing here. My workers are > Tomcat and I am going to change lbfactor according to there Memory > usage.Can we use normal socket connection to retrieve information from the > workers or is there any simple way to communicate with worker node?.
If you are using Java stuff, than you should look at mod_cluster. We read load information from shared memory. Load information is written there via separate program. -- Marko Kevac