Hello,

Recently I've been investigating the same thing. I'm trying to rebuild our in-house SOA platform with the use of Tuscany. What I am lacking is clustering, dynamic lookup and load balancing of service providers. I don't think I need that for local wiring, so I just focused on providing those over the ws binding. From what I see right now it is possible to do that rather gracefully in a number of ways.
For example on the remote side, you can use your web container's clustering
scheme. For example Tomcat clusters might balance request to the axis servlets responsible for the ws.binded services, the downside of this is that the balancing gets out of Tuscany's control. On the other hand, on the local side (which I find much nicer) I've tampered a little with the ws axis binding and it should be easily possible to inject a UDDI or similar ws lookup into the ReferenceBindingProvider
or to build a 'lookup' version extending the axis one.

I'm rather new to Tuscany so any comments appreciated.
Cheers

Maciek

Olivier Collard wrote:
Hi,
I'm wondering how I could implement load-balancing with Tuscany. Basically, I 
would need the ability to configure component X to talk to multiple instances 
of another component Y.
Ideally, this would be like 'wiring' a reference to multiple instances of 
component Y, running either locally or remotely.
Would I need to write some kind of extension for this?
Thanks,
O.




      
____________________________________________________________________________________
Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to