--- Begin Message ---Hi Cederik, you should have a look at http://smalltalkhub.com/#!/~panuw/zeromqZeroMQ is a networking library. Nice thing about it is that all the networking related workload is dealt with in a second process. That can save you some resources within Smalltalk.There is a lot of documentation around and it should be easy for you to dive into this. http://zguide.zeromq.org/page:allCheers! Sebastian On 2017-10-25 05:21 AM, Cédrick Béler wrote:Hi all,I want to connect two applications (1 by image, each one on a different computer) so as as to exchange information (data) between them.So my question is about the best (smalltalk) practices to connect two app/image and exchange data.I imagine either with a direct connection through a network (TCP Socket, Web socket, pure HTTP with Zinc) and/or with a serial connection. At first, without any « security ». But later, information exchanges will be encrypted.I’ve seen some information on how to use SerialPort, or even FileStream.I could do it (or at least simulate it with HTTP). What are the other options ? Socket ?Do we have P2P libs (I couldn’t find) with eventually discovery features ? Any comment / suggestion / pointers are greatly welcome. TIA. Cédrick
--- End Message ---
Re: [Pharo-users] Exchanging information between 2 pharo applications (2 images running on two different computers)
Sebastian Heidbrink via Pharo-users Wed, 25 Oct 2017 06:48:24 -0700
- Re: [Pharo-u... Thierry Goubier
- Re: [Pharo-u... Steffen Märcker
- Re: [Pharo-u... Thierry Goubier
- Re: [Pharo-users] Exc... Dimitris Chloupis
- Re: [Pharo-users... Cédrick Béler
- Re: [Pharo-u... Thierry Goubier
- Re: [Pharo-u... Cédrick Béler
- Re: [Pharo-u... Thierry Goubier
- Re: [Pharo-u... Cédrick Béler
- Re: [Pharo-users... Ben Coman
- Re: [Pharo-users] Exchanging informati... Sebastian Heidbrink via Pharo-users
- Re: [Pharo-users] Exchanging info... Paulo R. Dellani
- Re: [Pharo-users] Exchanging ... Paulo R. Dellani
- Re: [Pharo-users] Exchanging ... Denis Kudriashov