Home > Net >  Apache deployment webservice, interface updated client calls with a delay
Apache deployment webservice, interface updated client calls with a delay

Time:09-22

Do projects run into a strange phenomenon, post ask anyone encountered similar problems,

Problem looks something like this: webservice service deployed in Apache soap - client client written in Python - Zeep, then we found a webservice interface logic is a little problem, did some updates, again on the Apache deployment and then again to request this interface with Zeep, found that the interface logic or the previous call to the logic, update the logic to call, isn't it takes about 2 hours or so, and then call the interface can call to update logic (this time without any other operations), such a webservice interface updates cannot be invoked to real-time, feel a bit strange, don't know where the problem is, if someone had encountered a similar problem, hope to be able to show just a little, thank you!

CodePudding user response:

Forget the webservice, try to use the most basic HTTP get/post signaling direct implementation services, better way is to use the websocket etc more accord with (the) 10 years ago it efficient business services communication protocol standard, all kinds of complex services framework system based on webservice is often consider 15 years ago, encumbrance, outdated things basically do not have what people go for the underlying maintenance,
  • Related