IPC with Squeak

Michael Haupt mhaupt at gmail.com
Wed Jan 2 21:10:12 UTC 2008


Dear all,

here's a little scenario for which I can imagine an implementation
that I don't like, though.

A process is talking to a running Squeak VM/image, sending it
requests. Squeak responds. Through what channels could both requests
and responses be sent?

I can imagine using networking (sockets), but since the process and
Squeak VM will surely be running on the same machine, that seems a
little bit exaggerated. Are there other ways of doing IPC with Squeak
that exist in the form of a loadable package? (Or would they have to
be implemented?)

Best,

Michael



More information about the Squeak-dev mailing list