I doubt there is a firewall problem at that stage. The code is just trying to establish the instance data and is failing because of a mismatch with mscr runtime.
On Wed, Sep 27, 2017 at 6:21 PM, bill lam <[email protected]> wrote: > Is it firewall related? > > On Sep 28, 2017 4:49 AM, "'Pascal Jasmin' via Programming" < > [email protected]> wrote: > > version_jzmq_'' > 4 0 4 > > though, all of the programs (exes) in zeromq's install folder fail > complaining msvcr100.dll is missing. (new computer... I think this is vc++ > 2010 redistributable), but hang/stall still persists after I installed > this. Do I perhaps need vc++ 2013 to match the 120 version? > > > after loading jcs, jcst 65201 hangs J too. > > > > > > > > ________________________________ > From: Eric Iverson <[email protected]> > To: Programming forum <[email protected]> > Sent: Wednesday, September 27, 2017 2:35 PM > Subject: Re: [Jprogramming] zeromq addon > > > > We are still working on the announcement and some fine tuning. > > net/jcs is a related addon that builds on top of zmq. > > net/jcs/jcs_lab.ijs is a lab for jcs. > > jcs/zmq will be used in Jd to provide high-performance server. > > most people should wait a bit for the announcement :) > > *I** > Not immediately obvious what would cause your hang. > > In a clean session, please try: > > load'~addons/net/zmq/zmq.ijs' > version_jzmq_'' > > This should report the 3 digit zmq version number or indicated that it > could not find the library. > > What do you get from version? > > lib_jzmq_ NB. should return the following: > "c:/program files/zeromq 4.0.4/bin/libzmq-v120-mt-4_0_4.dll" > > Please verify if the zmq install there looks reasonable. If it isn't there > at all you should have gotten a cd error that made that clear. > > On Wed, Sep 27, 2017 at 2:18 PM, 'Pascal Jasmin' via Programming < > [email protected]> wrote: > > > this addon is very welcome, but the command, > > ctx_new_jzmq_ '' > > > > returns a pointer but hangs the j session (0% cpu use) > > on windows 10. > > > > is there an example program/session? > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
