The net/zmq and net/jcs have been updated. Many small changes, more robust,
and better logging of problems.

If you are interested in sockets/clients/servers this is worth some time.

Info from the original announcement is repeated here.

***
The zmq addon has bindings between J and the zmq shared library.

The jcs addon has J client/server tools built on the zmq request/reply
pattern.

These addons make it much easier and with far less code to provide
high-performance, robust, and scalable socket services.

Start with 806-beta-6 installed from the latest zip packages. Then be sure
you have the  latest base library and the net/zmq and net/jcs addons
installed.

An easy way to get started is to run the jcs lab.

start J
   load'labs/labs'
   lab'~addons/net/jcs/jcs.ijt'
step through the lab

The lab will let you know if you need to install zmq and where to look for
info.

Sharing zmq install hints in the forum could save others some trouble.

***
Among other things, jcs makes it easy to start other J tasks and to use
them as servers. The lab includes a simple example of starting multiple J
tasks to service a queue of jobs.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to