|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
in C
Thank you |
|
#4
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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 | ||
|
![]() |
| Thread Tools | Search this Thread |
| 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 |
|
|