Karunakaran,
You can do load balancing in two ways:
1. Include Load information in service proxy
Have smaller lease time and include the load information with the proxy,
probably in some attribute.
Client can then select the provider with least load from the information in
the proxy
You can probably include the no of clients currently using the service as
load information

2. Use JavaSpaces to get the next object available, which gives the proxies
in a round robin fashion. This may not keep the load well balanced but
easier to use

Hope this helps
--
Satish Vellanki


On Mon, Mar 23, 2009 at 11:14 PM, Karunakaran R
<[email protected]>wrote:

> Hi Satish Vellanki,
>
> My aim in this project is I want to create some nodes lets say 3 nodes(here
> I’m not clear which one can be called as node, so,tell me which is node
> here?) and each node have some processes(services).
>
> User(Client) sends(wants) to execute(access) some tasks on each node. Where
> suppose if many requests are sent by client/user to a particular node then
> its load may increase and takes time to execute the client request(tasks).
> So I want to balance its load ie migrate its tasks to other node which has
> no load ie currently idle node or has less tasks to execute, ie shortly
> called as *Load Balancing*.
>
>
> Give me an idea about it.
>
>
> *Thanks & Regards,*
> Karunakaran R
>
>
> ------------------------------------
>
> Twincling Technology Foundation
> freedom of innovation
> http://twincling.org/
> http://twitter.com/twincling
> ----------------------------------------
> Yahoo! Groups Links
>
>
>
>


[Non-text portions of this message have been removed]



------------------------------------

Twincling Technology Foundation 
freedom of innovation
http://twincling.org/
http://twitter.com/twincling
----------------------------------------
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/twincling/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/twincling/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[email protected] 
    mailto:[email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to