We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097a73d commit 2c5aeb1Copy full SHA for 2c5aeb1
request/multiple_kernels.rst
@@ -24,10 +24,7 @@ These are some of the common use cases for creating multiple kernels:
24
* A highly sensitive application could define two kernels. The first one would
25
only load the routes that match the parts of the application exposed to the
26
public. The second kernel would load the rest of the application and its
27
- access would be protected by the web server;
28
-* An application that uses a bundle which doesn't allow multiple instances could
29
- define two identical kernels to define a different bundle configuration for
30
- each of them.
+ access would be protected by the web server.
31
32
Adding a new Kernel to the Application
33
--------------------------------------
0 commit comments