I've used nginx to reverse proxy specific URLs to the JHS server -- effectively acting as a more limited http server. nginx supports caching and logging and all the things you'd expect in a production grade web server. That's why I opted for it over a native J web proxy. I'd be interested in a J proxy but haven't put the time into it.
With J, there are several options for the socket programming and two styles - sync vs async 1. socket.ijs - async limited on linux if I recall correctly. blocking socket support seems fine 2. J8 has QT which has a whole range of socket options 3. Use some other 3rd party cross platfrom dll (e.g. libuv or 0mq) If you rolled your own, how were you going to approach it? On Fri, Mar 7, 2014 at 3:32 AM, Raul Miller <[email protected]> wrote: > I want to set up a jhs server on localhost and a much more limited J http > server listening on some other ip. > > Does anyone have an example of how to do this? Or do I need to "roll my > own"? > > Thanks, > > -- > Raul > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
