Closed Thread
Results 1 to 2 of 2

Thread: Information exchange between programs

  1. #1
    pokevitek is offline Newbie
    Join Date
    Dec 2009
    Posts
    21
    Rep Power
    0

    Information exchange between programs

    Hi, when program is executed, it should get its own virtual adres space from OS. This way progam cannot rewrite any other programs, or OS components. But, if it has its own adres space translated to physical memory by MMU, how can program communicate with other programs? And how can program call OS functions? I know that basic variable exchange between functions is done by stack push and pop operations, but how is system function(routines) called, and how can program exchange variables with other ones?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Information exchange between programs

    It depends on the OS. POSIX and Windows API both provide mechanisms for inter-app communications.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Link exchange programs ?
    By xtraze in forum Search Engine Optimization
    Replies: 8
    Last Post: 07-27-2009, 01:31 AM
  2. PR0 link exchange
    By xtraze in forum Marketing
    Replies: 9
    Last Post: 05-05-2007, 06:22 PM
  3. Link Exchange Requests
    By Kaabi in forum Marketing
    Replies: 8
    Last Post: 04-11-2007, 08:28 PM
  4. Need to exchange links
    By xtraze in forum Marketing
    Replies: 2
    Last Post: 01-24-2007, 03:11 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts