Aetherius Rimor
Bluelighter
- Joined
- Jan 16, 2012
- Messages
- 404
Would "multicast/broadcast message passing" be a good analogy for pharmacodynamics?
As a software developer, I've used this analogy to explain my interest in pharmacology in a socially acceptable manner rather than to say recreational use caused my interest. It is partially true, since it is through my research and desire to understand how drugs work to ensure my own safety in my recreational use that I came to this belief, which spurred my interest far greater than recreational use alone could have.
The analogy to me makes perfect sense. In message passing systems, an actor sends a message which is received by other actors and responded to accordingly. The messages would be the ligands, the sending actors would be a person administering a drug, or the organs releasing the neurotransmitters, and the receiving actors would be the cells.
Synchronization locking would be analogous (though not perfectly) to competitive/non-competitive binding.
Agonism/Antagonism/Inverse agonism and related variables would be properties or parameters of the message being sent.
One thing I'm unsure of, is whether multicast or broadcast would be more appropriate. I've settled on multicast due to things like the blood-brain barrier in limiting the scope of possible receivers. Though anycast is also somewhat appropriate since each ligand/message can only interact with one receiver at a time, just in the body, there are a massive amounts of anycast messages released at once which from an outside perspective appears as a broadcast/multicast.
For those not familiar with message passing:
http://en.wikipedia.org/wiki/Message_passing
http://en.wikipedia.org/wiki/Actor_model
Anyways, with my current understanding of pharmacology, I'm not mistaken. However I don't want to mislead people, so I'm asking here if anyone with more experience can confirm my understanding of the process as correct?
As a software developer, I've used this analogy to explain my interest in pharmacology in a socially acceptable manner rather than to say recreational use caused my interest. It is partially true, since it is through my research and desire to understand how drugs work to ensure my own safety in my recreational use that I came to this belief, which spurred my interest far greater than recreational use alone could have.
The analogy to me makes perfect sense. In message passing systems, an actor sends a message which is received by other actors and responded to accordingly. The messages would be the ligands, the sending actors would be a person administering a drug, or the organs releasing the neurotransmitters, and the receiving actors would be the cells.
Synchronization locking would be analogous (though not perfectly) to competitive/non-competitive binding.
Agonism/Antagonism/Inverse agonism and related variables would be properties or parameters of the message being sent.
One thing I'm unsure of, is whether multicast or broadcast would be more appropriate. I've settled on multicast due to things like the blood-brain barrier in limiting the scope of possible receivers. Though anycast is also somewhat appropriate since each ligand/message can only interact with one receiver at a time, just in the body, there are a massive amounts of anycast messages released at once which from an outside perspective appears as a broadcast/multicast.
For those not familiar with message passing:
http://en.wikipedia.org/wiki/Message_passing
http://en.wikipedia.org/wiki/Actor_model
Anyways, with my current understanding of pharmacology, I'm not mistaken. However I don't want to mislead people, so I'm asking here if anyone with more experience can confirm my understanding of the process as correct?
