sofastack / sofa-bolt-python

The Python implementation of the SOFABolt protocol.
Apache License 2.0
47 stars 14 forks source link

Support multiprocess with mosnclient #21

Open wanderxjtu opened 3 years ago

wanderxjtu commented 3 years ago

Mosn do not support multiple process natively, register to mosn multiple times from different process may cause weird behaviors.

wanderxjtu commented 3 years ago

What's need to be done