My experience has been that using a full web stack is overkill for this
kind of internal communication between processes. ZMQ let's you set up
point-to-point, broadcast, anycast, pubsub, etc. messaging patterns really
easily and Julia's built-in serialization and deserialization lets you send
nearly arbitrary objects over the wire with no fuss.

On Thu, Dec 18, 2014 at 5:26 AM, Jerzy GÅ‚owacki <jerzyglowa...@gmail.com>
wrote:

> For this purpose, I would deploy a web service in Julia, using e.g.
> http://juliawebstack.org/#HttpServer

Reply via email to