[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [koi-dev] RE: multiple servers

	Carl brings up a good point. There is no reason why one Koi server
can't act as a client to another Koi server. Thus you could choose one of
your servers to implement the User service. You should then be able to
write a service that uses the same interfaces as the User service which
acts as a proxy between its clients and the real User service.

	That said you would have to write a UserProxy service yourself as
there is no explicit support in Koi for this. Of course, after you've
written it there could be! Write to the list if you would like some
pointers on how to do it. I'd have to refresh myself on Koi terminology
but I don't think it would be difficult. (and I'm sure we've all heard
*those* words before. 80)

to'c
---
On Fri, 2 Apr 2004, Carl McConnell wrote:

>
> Koi provides no particular support for multiple servers. On the other hand,
> I see no reason in principle why services couldn't be located on different
> servers. The only obstacle to this is the user service, since the other
> services depend on it; for example, the implementation of the task service
> depends on the user service for resolving group membership. So the trick
> would be to have (for example) the task service on one server reference the
> user service on another. This should be do-able, but figuring out exactly
> how would require some experimentation.
>
> 	Carl
>
> > Does koi has a support for  multiple server?
> >
> > e.g. I want configuration where in 5 client machine are requesting for
> > services . And there are multiple server which will be providing various
> > services.
> >
> > If this support is there could you please tell me how to do this setup
> > using koi?
> >
> > Thanks and Regards,
> > Asha S Rajbhoj
> > Tata Consultancy Services
> > Mailto: asha.rajbhoj@tcs.com
> > Website: http://www.tcs.com
>
> _______________________________________________
> koi-dev mailing list
> koi-dev@eclipse.org
> http://dev.eclipse.org/mailman/listinfo/koi-dev
>
>