943,702 Members | Top Members by Rank

Ad:
  • C Discussion Thread
  • Unsolved
  • Views: 3768
  • C RSS
Aug 6th, 2004
0

message passing interfaces

Expand Post »
hi. can someone please explain what are message passing interfaces and how i can code them?

regards,

naveen
Similar Threads
Reputation Points: 14
Solved Threads: 0
Light Poster
Naveen is offline Offline
25 posts
since Jul 2004
Aug 6th, 2004
0

Re: message passing interfaces

Please reffer to your post about networking stuff for my answer.

http://www.daniweb.com/techtalkforums/thread8956.html

Hey,give details.There are a lot of message passing interfaces types related to various totally diffrent stuff........
Reputation Points: 108
Solved Threads: 7
Posting Whiz in Training
FireNet is offline Offline
256 posts
since May 2004
Aug 6th, 2004
0

Re: message passing interfaces

Quote originally posted by FireNet ...
Please reffer to your post about networking stuff for my answer.

http://www.daniweb.com/techtalkforums/thread8956.html

Hey,give details.There are a lot of message passing interfaces types related to various totally diffrent stuff........
sorry for so few details, but i havent the slighest idea about them. if possible could u pls talk bout a few concepts or give me some basic info about the common things involved in it so that i could follow up frm there.

if there r any links u could fwd me, thatl be gr8 too.

regards,

naveen

ps: sorry for the trouble caused if any :-)
Reputation Points: 14
Solved Threads: 0
Light Poster
Naveen is offline Offline
25 posts
since Jul 2004
Aug 6th, 2004
0

Re: message passing interfaces

Gee,if you want just an overall stuff about things you dont know then try http://www.google.com
That will give you lots of good stuff,as I always say enough to drown in.


P.S If you want a tut on winsock servers try the tut fourm here at daniweb.
Reputation Points: 108
Solved Threads: 7
Posting Whiz in Training
FireNet is offline Offline
256 posts
since May 2004
Aug 7th, 2004
0

Re: message passing interfaces

In short, message passing interfaces are one of the popular ways that operating systems work.

Your code, as an application, has 'messages' "rain down" upon it. You get to respond to each message as it comes in.

Messages may be things like startup, shutdown, draw yourself, a timer fired, etc.

Some OS', like DOS, don't use message passing, instead your program assumes overall control of the computer and you demand/ask for information from the system. Console apps often work this way too.

So, a console app might say:

print "What is your name?";
input name;
if (name == "Chainsaw") print "You are a genius!";

whereas a message passing interface would be more like...

<display form>
<wait for messages>
<on edit-box-exit, get edit-box-contents, if contents == "Chainsaw", etc etc etc>


So, message passing interfaces are more involved, but allow multiple processes to share the machine cooperatively.
Reputation Points: 36
Solved Threads: 11
Posting Pro in Training
Chainsaw is offline Offline
436 posts
since Jun 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C Forum Timeline: problem with convert jumbled text file to unjumbled text file
Next Thread in C Forum Timeline: c lang doubts





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC