Welcome! Log In Create A New Profile

Advanced

remote request/ distribution request

Posted by Anonymous User 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Anonymous User
remote request/ distribution request
May 21, 2006 01:45PM
I am unsure whether a remote request can access in its one SQL statement both a database that is non-remote (ie. at its own computer) as well as a database that is remote?
Or can only a distributed request do this?
This is why I am having a problem understanding Ass3 Ques 1.6 and 1.10
Re: remote request/ distribution request
May 21, 2006 02:56PM
My understanding is that a remote request is one that can be processed by a single data processor (see bottom of pg 485). I think that we can presume that the remote request can alternatively access data at a local DP.

The difference with the distributed request is that it can access several DPs with a single SQL statement (local and/or remote).
Anonymous User
Re: remote request/ distribution request
May 21, 2006 05:26PM
I am not fully understanding your explanation.
When you say "..can alternatively access data at a local DP" do you mean that either it can access a local DP or remote DP but not both in one statement?
Am I understanding you correctly?
Thanks
Re: remote request/ distribution request
May 22, 2006 11:30AM
What I mean is that a remote request is one that can be processed by only a single data processor i.e. a remote request can't access both a local and remote or two remote data processors at the same time because then it wouldn't be accessing a single DP. If the request were of this type it would have to be considered a distributed request because of the multiple DP access.
Anonymous User
Re: remote request/ distribution request
May 22, 2006 12:42PM
I got it. Thanks so much
Sorry, only registered users may post in this forum.

Click here to login