If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Distributed Query Processing in MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-04, 14:41
padm2016 padm2016 is offline
Registered User
 
Join Date: Oct 2003
Posts: 16
Distributed Query Processing in MySQL

Hello All,

Im trying to implement distributed query processing in MySQL.

Assume that there 2 MySQL servers (S1 and S2) and a client (C1) which initiates a query to S1.

If S1 does not have the required data for this query, the query is forwarded to S2 and the results are sent back to S1.

Assume the query is "select users from user".

S1 has been able to receive the results from S2. Now, how can I send these results back to C1?

Which API do I use? (send_fields(), send_data() ???)

Thanks in Advance,
Student
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On