See my official feature request. When executing processes that have the potential to use a large amount of memory 4D recommends “allocating enough stack size to the process” to be sufficient to do the job. Well how would we know that? I propose adding two additional return variables to PROCESS PROPERTIES. Stack Size and Stack [...]
Posts Tagged ‘execute on server’
Return stack size information with PROCESS PROPERTIES
Posted in 4D, Wish List, tagged execute on server, new process, PROCESS PROPERTIES, stack size on March 21, 2011 | Leave a Comment »
4D Execute on sever command vs method checkbox differences
Posted in 4D, tagged 4D, execute on server, stored procedure on January 31, 2011 | Leave a Comment »
I was troubleshooting some long executing code when I discovered the difference between Execute on server command and it’s sibling checkbox in the method properties. What you need to know: Use checkbox if you care about the results of the executed code, you want the server to handle the processing and don’t care that the [...]