I ran into an annoying problem today, that was eventually solved by forcing the current processing thread to sleep.
The basic task was to stop a windows service on the server, perform some deletions, do some copying, then restart the service.
After issuing the <cfexecute> command to stop the service on the server, I would then receive […]