Oh man, someone noticed. I wouldn't characterize that as "fully tested" yet. Also, unlike Henry Rich's examples, 0MQ is pretty much only good for talking to 0MQ. Without serialization (I may add XDR later), it's really only useful for talking to other 0MQ processes running in J. The main upside of 0MQ is most of the useful socket paradigms are already written for it and extensively tested. I figure I know less about writing a good socket protocol than the authors of 0MQ, so I'll use their work.
I plan on giving the code a good thrashing in November, and attempting to do some distributed parallel stuff using this framework. Another "maybe I will get to this" is writing an R interface for JDB. -SL <quote author="klettow"> Hey Dan, Have you taken a look at Scott Locklin's j-ZeroMQ stuff? I've toyed with it a bit, but I am not sure if this is what you are looking for. https://github.com/locklin/j-zeromq http://zeromq.org/ Ken On Thu, Oct 10, 2013 at 3:24 PM, Dan Bron <<email>j@</email>> wrote: > That's more of a tutorial or toy, not a framework or implementation. My > current simple socket client is derived from the socket labs. > > -Dan > > -----Original Message----- > From: <email>[email protected]</email> > [mailto:<email>[email protected]</email>] On Behalf Of Björn > Helgason > Sent: Thursday, October 10, 2013 3:03 PM > To: Programming forum > Subject: Re: [Jprogramming] Socket client > > look at the socket labs > On Oct 10, 2013 6:48 PM, "Dan Bron" <<email>j@</email>> wrote: > > > Does anyone have a reasonably complete socket client implementation in J? > > I > > have a very simple one, but it lacks error handling, data buffering, etc. > > It would save me a few hours if someone has a ready-made example or > > framework. > > > > > > > > -Dan > > > > > > > > > > > > ---------------------------------------------------------------------- > > 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 > -- *Kenneth Lettow* *Director of Web Analytics and Market Intelligence* *ThomasNet.com* Five Penn Plaza, 8th Floor New York, NY 10001 *: <email>klettow@</email> *(*: 212.290.8713 www.thomasnet.com ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm </quote> ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
