MySQL Forums
Forum List  »  NDB clusters

Re: A question about sendSinal() function
Posted by: Mikael Ronström
Date: April 14, 2016 05:03PM

Hi David,
sendSignal is a very common function call in NDB.
It sends a message from one block one node to another
block in the same node or in another node.

It is declared in SimulatedBlock.hpp. It's implementation is in
SimulatedBlock.cpp. Both those are in the directory
storage/ndb/src/kernel/vm

Rgrds Mikael Ronström

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: A question about sendSinal() function
603
April 14, 2016 05:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.