Re: [Jprogramming] Socket client

2013-10-19 Thread Scott Locklin
Pascal wrote: >for larger data, 3!:1 (or 3!:3) is very fast and you don't have to worry about >running ". on what is only assumed to be a noun (data). I'm going to give this a shot this evening and see if it generalizes well. Looks like just the doodad I needed. FWIIW, I sat down and looked

Re: [Jprogramming] Socket client

2013-10-18 Thread Pascal Jasmin
t: Re: [Jprogramming] Socket client (10,000 pardons for my munging the subject line in the quantum computing thread; it's been a while since I used an elist outside of nabble). >>  only useful for talking to other 0MQ processes running in J >looks useful.  Is there anything you

Re: [Jprogramming] Socket client

2013-10-17 Thread Scott Locklin
(10,000 pardons for my munging the subject line in the quantum computing thread; it's been a while since I used an elist outside of nabble). >>  only useful for talking to other 0MQ processes running in J >looks useful.  Is there anything you think is missing or need help with? >instead of xdr

Re: [Jprogramming] Socket client

2013-10-17 Thread Pascal Jasmin
quot;programm...@jsoftware.com" Sent: Thursday, October 17, 2013 10:24:51 PM Subject: Re: [Jprogramming] Socket client 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

Re: [Jprogramming] Socket client

2013-10-17 Thread Scott Locklin
> > -Dan > > -Original Message- > From: programming-bounces@.jsoftware > [mailto:programming-bounces@.jsoftware] On Behalf Of Björn > Helgason > Sent: Thursday, October 10, 2013 3:03 PM > To: Programming forum > Subject: Re: [Jprogramming] Socket client >

Re: [Jprogramming] Socket client

2013-10-10 Thread Dan Bron
t: Re: [Jprogramming] Socket client Mine is at www.jsoftware.com/jwiki/Scripts/Socket System Henry Rich On 10/10/2013 2:48 PM, Dan Bron 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

Re: [Jprogramming] Socket client

2013-10-10 Thread Henry Rich
Mine is at www.jsoftware.com/jwiki/Scripts/Socket System Henry Rich On 10/10/2013 2:48 PM, Dan Bron 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 some

Re: [Jprogramming] Socket client

2013-10-10 Thread Dan Bron
Thanks, I'll take a look. -Original Message- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Kenneth Lettow Sent: Thursday, October 10, 2013 3:51 PM To: programm...@jsoftware.com Subject: Re: [Jprogramming] Socket client

Re: [Jprogramming] Socket client

2013-10-10 Thread Kenneth Lettow
lf 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" wrote: > > > Does anyone have a reasonably complete socket cl

Re: [Jprogramming] Socket client

2013-10-10 Thread Dan Bron
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" wrote: > Does anyone have a reasonably complete socket client implementation in J? > I > have a very simple

Re: [Jprogramming] Socket client

2013-10-10 Thread Björn Helgason
look at the socket labs On Oct 10, 2013 6:48 PM, "Dan Bron" 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 > f

[Jprogramming] Socket client

2013-10-10 Thread Dan Bron
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 -