|
On 17 Mar 2016, at 11:15 PM, Justin Dearing <zippy1981@xxxxxxxxx> wrote:be
Why do you need a queue? Is the issue that the stored procedure can only
call serially?sets
Why not submit jobs to run the query and do whatever with the results
and output paramaters to a single threaded jobq?times
Can you not rewrite the stored procedure so it can be called multiple
simultaneously? Are you doing something like global ##temp tables in it?used
On Thu, Mar 17, 2016 at 8:40 AM Don Brown <DBrown@xxxxxxxxxx> wrote:
Looking for any suggestions;
I have a call to a stored procedure on a MSSQL server. The function is
thatby multiple users and called multiple times.
My thinking is to create two keyed data queues and a monitor program
waitcan start the JVM and create the connection to the MSSQL server, then
resulton requests on the data queue. A request is then processed and the
andreturned on the second data queue.
Is there a better solution to avoid the overhead of starting the JVM
listinitiating the connection to the MSSQL server for each request?
Thank you for any suggestions
Don
Sent from my iPhone
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
listTo post a message email: MIDRANGE-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxxquestions.
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.