diff --git a/Documentation/Books/Users/Foxx/Production/Productionmode.mdpp b/Documentation/Books/Users/Foxx/Production/Productionmode.mdpp index b644619e6d..e6cb0926d2 100644 --- a/Documentation/Books/Users/Foxx/Production/Productionmode.mdpp +++ b/Documentation/Books/Users/Foxx/Production/Productionmode.mdpp @@ -39,7 +39,7 @@ For more information see the [Debugging](Debugging.md) section. !SECTION Considerations for production environments -So you have created your server side application utilizing foxx services as their backend. +So you have created your server side application utilizing Foxx services as their backend. To get optimal performance you may want to implement [an HTTP connection pool using keepalive](../../GeneralHttp/README.md#keep-alive). You may even consider to implement [non blocking HTTP requests](../../GeneralHttp/README.md#blocking-vs.-non-blocking-http-requests) to save resources on your connection pool. \ No newline at end of file