We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b217159 commit 2d96ae0Copy full SHA for 2d96ae0
components/lock.rst
@@ -486,12 +486,7 @@ Remote stores (:ref:`MemcachedStore <lock-store-memcached>`,
486
:ref:`ZookeeperStore <lock-store-zookeeper>`) use a unique token to recognize
487
the true owner of the lock. This token is stored in the
488
:class:`Symfony\\Component\\Lock\\Key` object and is used internally by
489
-the ``Lock``, therefore this key must not be shared between processes (session,
490
-caching, fork, ...).
491
-
492
-.. caution::
493
494
- Do not share a key between processes.
+the ``Lock``.
495
496
Every concurrent process must store the ``Lock`` in the same server. Otherwise two
497
different machines may allow two different processes to acquire the same ``Lock``.
0 commit comments