Content deleted Content added
+section "Occasional timeout errors" |
→Occasional timeout errors: revised as "rare periods of 3x-4x slower server delay" |
||
Line 54:
The Lua software was initially configured with a small, 10-second timeout limit, for the combined operation of all Lua code when formatting a page. By comparison, the markup-based templates have a 60-second timeout (6x higher time limit), and when the servers are slow, the markup-based templates could format perfectly, up through 59 seconds, but the Lua portions of templates will be stopped at the 10-second limit. The error message might be:
:: Lua 'script error': "The time allocated for running scripts has expired."
Unlike markup-based templates, the formatted page will contain "script error" for each further invoked Lua module, as text to store in the page-cache copy. The danger of the timeout limit occurs during the
The overall effort appears unstable, or unreliable, as if Lua suddenly "gets too tired" and starts complaining by storing "
== Support ==
|