Monthly Archives: October 2013

VASmalltalk – 0MQ 4.0, Stream Socket as a client

In the last posting I showed the usage of the new stream socket as a server socket under VASmalltalk by building a small HTTP server example. This time I want to show the usage of this socket as a client … Continue reading

Posted in Smalltalk | Tagged , , , | Leave a comment

VASmalltalk – 0MQ 4.0 and the stream socket

0MQ uses a framed message technique when sending/receiving their messages over network. The problem is, that a program with a plain socket can not connect to the 0MQ infrastructure. With release 4.0 the developers have introduced a special socket, which … Continue reading

Posted in Smalltalk | Tagged , , , , | Leave a comment