Forum > QT

where can i find examples about IPCs

(1/1)

cpalx:
Hello I need to see some examples about IPCs

share memory
d-bus
conection by sockets
conectio y tcp (like chats)
zeroMQ

Gustavo 'Gus' Carreno:
Hey cpalx,


--- Quote from: cpalx on December 23, 2023, 12:07:39 am ---Hello I need to see some examples about IPCs

--- End quote ---

* https://www.freepascal.org/docs-html/fcl/simpleipc/tsimpleipcserver.html
* https://www.freepascal.org/docs-html/fcl/simpleipc/tsimpleipcclient.html
--- Quote from: cpalx on December 23, 2023, 12:07:39 am ---share memory

--- End quote ---
For this I have no prior knowledge, and don't quite understand what specifically you're looking for.


--- Quote from: cpalx on December 23, 2023, 12:07:39 am ---d-bus

--- End quote ---

* https://wiki.freepascal.org/FPC_and_DBus
* https://github.com/gcarreno/fpdbus-tools
* https://www.freepascal.org/~michael/articles/#dbus2
--- Quote from: cpalx on December 23, 2023, 12:07:39 am ---conection by sockets

--- End quote ---
This is rather vague and can be covered by a very wide range of things.
Can you please be more specific, please?


--- Quote from: cpalx on December 23, 2023, 12:07:39 am ---conectio y tcp (like chats)

--- End quote ---
Again, very vague.
But I think you can use Google to investigate about this.
I don't have links at hand, but there should be, both here in the Forum and under GitHub, some examples on how to build a chat.


--- Quote from: cpalx on December 23, 2023, 12:07:39 am ---zeroMQ

--- End quote ---

* https://wiki.freepascal.org/ZeroMQ
* https://github.com/DJMaster/zeromq-fpc/
Hope this furthers your investigations.

Cheers,
Gus

cpalx:
Thank you, I already have a light at the end of the road


Gustavo 'Gus' Carreno:
Hey cpalx,


--- Quote from: cpalx on December 23, 2023, 12:26:03 pm ---Thank you, I already have a light at the end of the road (tunnel?)

--- End quote ---

You're more than welcome. I was quite happy to lend a helping hand!!

Cheers,
Gus

Navigation

[0] Message Index

Go to full version