Subject | Re: SUSPEND |
---|---|
Author | red_october2009 |
Post date | 2013-01-30T19:05:23Z |
Hi Mark,
This is an EXECUTEable proc, returning nothing, so I should not use SUSPEND.
Do (or anyone) have a suggestion as to how I can tell the stored proc to not bring my server to it's knees for 3 full minutes?
I want FB to be given high(est) level thread priority in the OS, except for this one procedure, I'd like FB to rather "mozy along", and serve other user's requests first and get back to this thread when it can.
Thanks.
This is an EXECUTEable proc, returning nothing, so I should not use SUSPEND.
Do (or anyone) have a suggestion as to how I can tell the stored proc to not bring my server to it's knees for 3 full minutes?
I want FB to be given high(est) level thread priority in the OS, except for this one procedure, I'd like FB to rather "mozy along", and serve other user's requests first and get back to this thread when it can.
Thanks.