[CDO] Prevent timeout of custom long-running CDOQuery [message #1854444] |
Thu, 18 August 2022 15:12  |
Eclipse User |
|
|
|
I have got a CDOQuery which is being processed by my own IQueryHandler on the server. Under some conditions, this query can take quite long to complete.
I noticed that the query will abort in this case:
* On client: CDOSession signal timeout is set to 10s
* On the server: while the query is being processed and no new result is being added to the IQueryContext for longer than the signal timeout (10s in my case).
I tried increasing the signal timeout as well as a workaround to add "dummy" objects to the result set (and filter them out again on the client). Both are working fine. But I would rather have the possibility to keep the query alive in another way. Is this possible?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03677 seconds