Touch up grammar in warning messages
Change-Id: I556e6e646417be3732a7c31987ec964f9808f079
This commit is contained in:
@@ -16,15 +16,15 @@ Transport
|
||||
.. autofunction:: set_transport_defaults
|
||||
|
||||
|
||||
About fork oslo.messaging transport object
|
||||
------------------------------------------
|
||||
Forking Processes and oslo.messaging Transport objects
|
||||
------------------------------------------------------
|
||||
|
||||
oslo.messaging can't ensure that forking a process that shares the same
|
||||
transport object is safe for the library consumer, because it relies on
|
||||
different 3rd party libraries that don't ensure that too, but in certain
|
||||
case/driver it works:
|
||||
different 3rd party libraries that don't ensure that. In certain
|
||||
cases, with some drivers, it does work:
|
||||
|
||||
* rabbit: works only if no connection have already been established.
|
||||
* qpid: doesn't work (qpid library have a global state that use fd
|
||||
that can't be resetted)
|
||||
* qpid: doesn't work (The qpid library has a global state that uses
|
||||
file descriptors that can't be reset)
|
||||
* amqp1: works
|
||||
|
Reference in New Issue
Block a user