Hi guys!

Thanks for the info.

Here is one exmaple to make things more clear on what I am sking about:
imagine gographically distributed healthcare organization. Each site has its
own Cache data sever
Patient is mostly seen on the site closest to his home.  Sometimes he goes
on a business trip and needs to visit a doctor some other place/site.
When he visits this other site, they need to have access to his medical
history, stored on server at home. Please note, that replication of all data
stored on
server at home to the remote site server is best avoided and sites should be
mostly independent.

Is it possble to accomplish this,  and if so how, using capabilities of
Cache 5 alone?

Thanks.

"Yuriy Toropov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi guys!
>
> I was looking at distributed features of Cache 5 (namely ECP) and have
some
> questions.
> Suppose I want to write a distributed application, which have data
> distributed among multiple servers.
> A client connects to a local server and tries to access data, if it is not
> there, remote server should be checked.
> How can I do this with global mapping (other options are welcomed as well)
> transparent to the client application without writing specialized Cache
code
> for remote server lookup code?
> Ignore for now that Cache 5 does not have class mappings and imagine that
> the same class definitions are deployed at both local and remote servers.
I
> am looking for a way to seamlessly access data on both servers with all
> possible replica syncing and caching done by a database. Is it possible in
> Cache?
>
> Another concern is performance. Majority of data being accessed resides on
> the local server and remote server should be checked only if data is not
> found locally.
> Can Cache' handle this?
>
> Thanks a lot for your input and comments.
>
> Regards,
> -Yuriy
>
>



Reply via email to