In a high-load application, is it better to place the client repository in the registry or in the database? I am worried that my high load will lead to more database connections for client repository information and will slow down. FYI: We use ColdFusion for Linux
Thoughts?
If you store client variables in the registry (IMHO), you will have a greater impact on performance under high load. When Coldfusion stores client variables in the database, they are read at the beginning of the page request, and then after the page is executed, they are stored in the database. If the connection pool is enabled in the administrator, this can be a very efficient way to store variables.
See: http://www.coldfusionmuse.com/index.cfm/2009/7/8/client.variables.reserved.word
From http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00001154.htm
" , . " " , . UNIX ColdFusion MX."
. , , < 20 .
Linux, , * nix ColdFusion.
cookie.
Cookies , , cookie, , , .
, , , .
cookie . . , .
cookie , .
Source: https://habr.com/ru/post/1714318/More articles:Problem with DevExpress LookUpEdit - data-bindingIPhone Icon - Red Indicators # - iphoneWPF - why does this EventTrigger not work? - wpfConfiguring Tomcat to only raise one servlet per application - javaPerformance and load control ColdFusion 8 - javaGetting return value python script - pythonUnauthorizedAccessException when using Directory.GetFiles - c #What can cause a two minute delay when calling a web service? - performanceHow to call RJ45 as a serial port for communication? - c ++A variable with global reach: can its change change before it is raised by the stream? - scopeAll Articles