Hi,

 

I am looking at ZeroMQ  as possible solution to connect back-end code to some front end UI (Web-based), specifically the website runs on IIS , 

 

We have two communication patterns in place:

 

Req-Reply (IIS, requests from back-end code) ,  we managed to do this successfully we used the .NET ZeroMQ bindings

 

PUB-SUB (Back-end code  publishes updates, IIS subscribes  to these unsolicited updates) , We managed to implement this in the back-end side (Native code)  but since the code running under IIS has no specific execution  (i.e. its req-reply based) were having trouble figuring out how to implement this,  Any ideas or are we taking a wrong route?

 

Some more context regarding what where trying to achieve:

 

Basically the idea is that we have some back-end native services that constantly post updates about what they’re doing, we need to display these updates in a Web-Based interface (like a monitor of sorts) ,  we could do this using the Req-Reply pattern but I am trying to avoid this since  1. There could be multiple IIS servers (for load balancing etc..)  2. It won’t be responsive since we want a ‘real-time view’ (as close as possible)

 

Thanks and Regards J

 

Kurt.

 

 

DISCLAIMER
The information contained in this electronic mail may be confidential or legally privileged. It is for the intended recipient(s) only. Should you receive this message in error, please notify the sender by replying to this mail. Please do not read, copy, forward or store this message unless you are an intended recipient of it - unauthorized use of contents is strictly prohibited. Unless expressly stated, opinions in this message are those of the individual sender and not of GFI. While all care has been taken, GFI is not responsible for the integrity of and that of the contents of this electronic mail and any attachments included within.

 

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to