Results 1 to 4 of 4

Thread: what do you mean by term Interprocess communication in socket programming?

  1. #1
    Join Date
    Dec 2010
    Posts
    16

    what do you mean by term Interprocess communication in socket programming?

    Hey guys, can you just let me know what socket programming is. I wanted to know about this topic as I don’t have any idea and I keen to know about. If anyone having any idea or clue about this question then please let me know as soon as possible. I am not aware anything about this topic so if you provide a little knowledge or information then it will be very good or me.

  2. #2
    Join Date
    May 2008
    Posts
    1,304

    Re: what do you mean by term Interprocess communication in socket programming?

    The UNIX input/output structure pursues a model usually referred to as Open-Read-Write-Close. Previous to a user process can perform I/O operations, it calls Open to specify and attain permissions for the file or device to be used. Once an object has been opened, the user process makes one or more calls to Read or Write data. Read reads data as of the object and moves it to the user course, while Write transfers data from the user method to the purpose. After all relocate operations are complete, the user procedure calls Close to notify the operating system that it has ended by means of that object.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,066

    Re: what do you mean by term Interprocess communication in socket programming?

    When amenities for InterProcess Communication and networking were supplementary to Unix, the thought was to make the border to IPC comparable to that of file I/O. In Unix, a method has a set of I/O descriptors that one reads from and writes to. These descriptors may pass on to files, devices, or communication channels (sockets). The lifetime of a descriptor is completed up of three segments such as creation, reading and writing, and destruction.

  4. #4
    Join Date
    May 2009
    Posts
    1,084

    Re: what do you mean by term Interprocess communication in socket programming?

    I think that the IPC procedures are supported on socket pairs, one be in the right place to a communication process. IPC is done by switching some data through broadcasting that data in a communication between a socket in one method and another socket in another method. When messages are sent, the messages are waiting in line at the sending socket until the fundamental network protocol has broadcasting them.

Similar Threads

  1. Help with java programming term
    By cloud101 in forum Software Development
    Replies: 1
    Last Post: 06-02-2012, 01:45 PM
  2. Replies: 6
    Last Post: 22-07-2011, 10:24 PM
  3. Problem communication SOCKET TCP / IP in Java
    By Fragant in forum Software Development
    Replies: 5
    Last Post: 14-09-2010, 07:03 PM
  4. Socket programming: Is any new Programming Language?
    By Kushan in forum Software Development
    Replies: 3
    Last Post: 14-11-2009, 11:13 AM
  5. Linux Socket Programming
    By Banjiji in forum Networking & Security
    Replies: 3
    Last Post: 21-10-2009, 12: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
  •  
Page generated in 1,711,721,914.38574 seconds with 17 queries