ruby-on-rails - python脚本如何给ruby后台传递message?
PHPz
PHPz 2017-04-18 09:20:58
0
1
375
PHPz
PHPz

学习是最好的投资!

reply all(1)
Ty80

This is typical inter-process communication, there are many methods:

  1. The website backend provides an HTTP API for scripts to call and send the status there

  2. Use the file directly, the script is in the file writing state, and the website background reads the file

  3. Use redis

  4. Use message queue

  5. Use database

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template