Subject:Re: [Pharo-users] Exchanging information between 2 pharo applications (2 images running on two different computers) From:Sebastian Heidbrink <sheidev@yahoo.de> Date:10/25/2017 03:47 PM
To:pharo-users@lists.pharo.org
Hi Cederik,
you should have a look at http://smalltalkhub.com/#!/~panuw/zeromq
ZeroMQ 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.