On Fri, Jul 31, 2015 at 11:43 AM, yves.tanguy <[email protected]> wrote: > But, after each request, connection is closed (but i am not sure, it > is depend on protocol version)
That surprises me. It's possible you are running into some kind of timeout, I suppose... But perhaps there's another way. Try: require 'web/gethttp' gethttp url This needs you to install the web/gethttp addon -- you can do that through the package manager, or you can go into jconsole and do (install'all'). If you still want to do the sockets approach, I would recommend you try the sockets labs, also. (In Jqt, Help -> Studio -> Labs, category: System). Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
