python - Webservices vs. Message Queues? -


what implications of using webservices or message queues in application?

in case, need connect django web application python application, , need 2 way communication between these applications. web app sends request python app activate few hardware devices, , python app needs queried obtain data.

the issue entire application depends on instantaneous data received or sent python core application, cannot afford waste system resources on querying everytime. need use listener/receiver send/receive data, without manually triggering query every few seconds.

i using django web application framework , python core application.

i have zmq being used internally multiagent communication platform. if message queue, need connect it, , send , receive data.

if webservice, need freshly integrate webservices. again, preferred method create webservice using python?


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -