Re: [Pharo-users] Anything on Pharo that would be like Opentalk on VW?
Am 25.06.2019 um 20:44 schrieb Alexandre Bergel <alexandre.bergel@me.com>:
Hi Jerry,
We have worked on bridging Pharo with Python. It works remarkably well. Here is the website: https://objectprofile.github.io/PythonBridge/ We have also worked on a simple mechanism to distribute computation across multiple Pharo images. Here is the website: https://github.com/ObjectProfile/DMirror
Nice! How does the DMirror relate to the ImageWorker? https://github.com/pharo-contributions/ImageWorker Norbert
Cheers, Alexandre
On Jun 23, 2019, at 11:09 PM, Jerry Kott <jkott@image-ware.com> wrote:
I am looking at some interprocess communication with Pharo. VW has Opentalk, VASt has Sst (I think, havenât looked in a while). Does anything similar exist for Pharo?
Jerry Kott This message has been digitally signed. PGP Fingerprint: A9181736DD2F1B6CC7CF9E51AC8514F48C0979A5
I do not know what is ImageWorker, but DMirror is a simple and efficient way to distribute a computation on single CPU. Alexandre
On Jun 25, 2019, at 3:05 PM, Norbert Hartl <norbert@hartl.name> wrote:
Am 25.06.2019 um 20:44 schrieb Alexandre Bergel <alexandre.bergel@me.com <mailto:alexandre.bergel@me.com>>:
Hi Jerry,
We have worked on bridging Pharo with Python. It works remarkably well. Here is the website: https://objectprofile.github.io/PythonBridge/ <https://objectprofile.github.io/PythonBridge/> We have also worked on a simple mechanism to distribute computation across multiple Pharo images. Here is the website: https://github.com/ObjectProfile/DMirror <https://github.com/ObjectProfile/DMirror>
Nice! How does the DMirror relate to the ImageWorker? https://github.com/pharo-contributions/ImageWorker <https://github.com/pharo-contributions/ImageWorker>
Norbert
Cheers, Alexandre
On Jun 23, 2019, at 11:09 PM, Jerry Kott <jkott@image-ware.com <mailto:jkott@image-ware.com>> wrote:
I am looking at some interprocess communication with Pharo. VW has Opentalk, VASt has Sst (I think, havenât looked in a while). Does anything similar exist for Pharo?
Jerry Kott This message has been digitally signed. PGP Fingerprint: A9181736DD2F1B6CC7CF9E51AC8514F48C0979A5
participants (2)
-
Alexandre Bergel -
Norbert Hartl