Jade lock queue background process timeout
Posted: Thu Nov 09, 2017 3:57 pm
Hi,
The jade ini file has a setting for background processes queued lock timeouts - BackgroundProcessServerTimeout - Default is 30 secs which seems a lot.
Jade docs specify - "maximum time lock operations for a background process on the server are queued before the request response is returned to you"
I assume it is the same as ServerTimeout in that it is the milliseconds jade queues a lock for and then if the lock is not achieve a lock exception is raised by Jade?
Can Jade or anyone else inform me on what is a "Background process" - Non gui app with forms? non gui app with no forms? method executing with serverExecution?
Does the BackgroundProcessServerTimeout use the LockQueueCheckInterval checking of the lock has timed out??
Thanks Troy
The jade ini file has a setting for background processes queued lock timeouts - BackgroundProcessServerTimeout - Default is 30 secs which seems a lot.
Jade docs specify - "maximum time lock operations for a background process on the server are queued before the request response is returned to you"
I assume it is the same as ServerTimeout in that it is the milliseconds jade queues a lock for and then if the lock is not achieve a lock exception is raised by Jade?
Can Jade or anyone else inform me on what is a "Background process" - Non gui app with forms? non gui app with no forms? method executing with serverExecution?
Does the BackgroundProcessServerTimeout use the LockQueueCheckInterval checking of the lock has timed out??
Thanks Troy