Tim Nevels:

> So I am assuming you are talking about “Stored Procedures” running on 4D 
> Server. Yes, you can slow them down and reduce the load on 4D Server. We call 
> it “throttling”. (Remove foot from the throttle pedal.)
> 
> To do this, add DELAY PROCESS(Current process;$delayTicks_l) in different 
> places. This will cause the process to pause for a short time and take zero 
> server CPU resources. Then it wakes up and resumes execution. 

..unless 4D decides to pause that process so that it never wakes up by itself 
and has to be kicked to action from the outside.

Before using DELAY PROCESS for anything critical I would wait until that 
elusive bug is fixed (or at least put in some code that detects such hangs.)

Greetings from Germany,
Bernd Fröhlich
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to