Re: FluidAE: the next step - Interprocess communication
- Posted by raseu Oct 29, 2013
- 1902 views
RE: Interprocess communication
useless_ said...
Why farm out to a 3rd party all that stuff that's in Eu already? What is gained by using zeromq instead of socket.e, memory.e, etc?
useless
True.
I do have some similar code written that uses a REST
api on top of a modified version of demo/httpd.ex
However, a use case arose where I could not easily satisfy
requirements using Euphoria (without a lot of heavy redesign and coding)
So, after a few days of researching/testing/coding zmq provided
a very good alternative.
ras