Go Back   The UNIX and Linux Forums > Top Forums > Programming


Programming Post questions about C, C++, Java, SQL, and other programming languages here.

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 05-19-2012
Banned
 
Join Date: Mar 2012
Posts: 98
Thanks: 49
Thanked 1 Time in 1 Post
Application with communication between process

Hello

I would like to create an application with communication between processes,
application tightly coupled, have you please an idea about an API or
a tool that allows me to generate such application?

Thank you so much
Sponsored Links
    #2  
Old 05-19-2012
Registered User
 
Join Date: May 2012
Posts: 9
Thanks: 0
Thanked 3 Times in 3 Posts
in which language u want to create application?
The Following User Says Thank You to monalsinha For This Useful Post:
chercheur857 (05-19-2012)
Sponsored Links
    #3  
Old 05-19-2012
Banned
 
Join Date: Mar 2012
Posts: 98
Thanks: 49
Thanked 1 Time in 1 Post
in C

Thank you
    #4  
Old 05-19-2012
agama agama is offline Forum Advisor  
Always Learning
 
Join Date: Jul 2010
Location: earth>US>UTC-5
Posts: 1,454
Thanks: 108
Thanked 498 Times in 477 Posts
Have a look at ZeroMQ. It's flexible and while you should still understand the underlying transport mechanism (sockets etc.) it will save you a lot of time.

The Intelligent Transport Layer - zeromq
The Following 2 Users Say Thank You to agama For This Useful Post:
chercheur857 (05-19-2012), Neo (05-19-2012)
Sponsored Links
    #5  
Old 05-19-2012
Banned
 
Join Date: Mar 2012
Posts: 98
Thanks: 49
Thanked 1 Time in 1 Post
in a search I saw the Posix API socket, have you an idea about this API?
thank you so much

Last edited by chercheur857; 05-19-2012 at 01:09 PM.. Reason: I don't know which program you pasted this from, but please don't!!
Sponsored Links
    #6  
Old 05-19-2012
agama agama is offline Forum Advisor  
Always Learning
 
Join Date: Jul 2010
Location: earth>US>UTC-5
Posts: 1,454
Thanks: 108
Thanked 498 Times in 477 Posts
Quote:
Originally Posted by chercheur857 View Post
in a search I saw the Posix API socket, have you an idea about this API?
thank you so much
I would assume that it meant that the programme made use of the POSIX versions of bind(), listen(), accept(), connect(), receive(), etc. calls.
The Following User Says Thank You to agama For This Useful Post:
chercheur857 (05-20-2012)
Sponsored Links
    #7  
Old 05-19-2012
bakunin bakunin is online now Forum Staff  
Bughunter Extraordinaire
 
Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 3,295
Thanks: 27
Thanked 451 Times in 351 Posts
ZeroMQ, as suggested by agama, is surely a good tool, but I'd like to ask a question first: what exactly do you want to do and in which environment should it take place?

Inter-process communication (IPC) is a wide field and for some purposes a simple semaphor is enough while for others one needs shared memory, sockets and whatnot.

Without understanding what exactly you are trying to achieve it is hard to suggest anything.

I hope this helps.

bakunin
The Following User Says Thank You to bakunin For This Useful Post:
chercheur857 (05-20-2012)
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
C program using IPC (inter process communication) localp Programming 2 12-12-2008 08:24 AM
Socket communication and timer application tryit Linux 0 06-07-2008 05:58 AM
socket communication and timer application tryit UNIX for Dummies Questions & Answers 0 06-06-2008 04:35 PM
signal in process communication a9711 Programming 2 06-22-2002 08:16 PM
Inter Process Communication kamathanil Programming 2 08-07-2001 06:32 AM



All times are GMT -4. The time now is 12:33 PM.