SQLPage Exec
#1071
Replies: 1 comment
-
|
Indeed, it would be really nice if we had a background processing feature. Not only for sqlpage.exec; but for all sqlpage code. Would you be interested in participating in the design and implementation of this feature, or sponsoring it ? In the meantime, the best you can do is have the process you execute with
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now sqlpage stops rendering page while waiting for exec command to be finished.
Sometimes you want only to start a process but result of process is not of interest for rendering page.
Give sqlpage.exec a new parameter to choose if we want to wait or only start a process.
Beta Was this translation helpful? Give feedback.
All reactions