1
0
Fork 0

Capital Foxx!

This commit is contained in:
Wilfried Goesgens 2015-11-05 15:19:03 +01:00
parent c4fd0d524e
commit a24be7f782
1 changed files with 1 additions and 1 deletions

View File

@ -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.